Skip to content

Commit

Permalink
Merge pull request #692 from pekanboy/clnd-9711
Browse files Browse the repository at this point in the history
Clnd 9711
  • Loading branch information
Sarafa2n authored Nov 27, 2023
2 parents 3270b5e + 3e16957 commit 6bc6910
Show file tree
Hide file tree
Showing 17 changed files with 8,420 additions and 179 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ updates:
interval: 'daily'
allow:
- dependency-type: 'direct'
open-pull-requests-limit: 10
groups:
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
eslint:
patterns:
- 'eslint*'
jest:
patterns:
- 'jest*'
- '@types/jest*'
- 'babel-jest'
prettier:
patterns:
- 'prettier'
- '@vkontakte/prettier-config'
reviewers:
- 'VKCOM/vk-sec'
- package-ecosystem: 'github-actions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Build main app
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install --frozen-lockfile --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_from_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install --frozen-lockfile --ignore-scripts
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install --frozen-lockfile --ignore-scripts
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install --frozen-lockfile --ignore-scripts
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@vkontakte/vkui-tokens",
"version": "4.41.0",
"version": "4.41.2",
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
"license": "MIT",
"homepage": "https://vkcom.github.io/vkui-tokens",
"main": "utils/descriptions.js",
"scripts": {
"build": "mkdir -p dist && npm run build:script && npm run tsc:generate-paths && npm run tsc:dist",
Expand All @@ -20,7 +21,6 @@
"tsc:generate-paths": "tscpaths -p tsconfig.tscpaths.json -s ./dist -o ./dist",
"test": "jest --coverage",
"test:ci": "jest --coverage --verbose --reporters=\"jest-junit\" --reporters=\"default\"",
"test:snapshot:update": "npm run test -- --updateSnapshot",
"clear:src": "find src -name '*.d.ts' -delete && find src -name '*.js' -delete",
"clear:dist": "find dist -regex '.*[^d]\\.ts' -delete",
"open:coverage": "open .coverage/index.html",
Expand All @@ -44,16 +44,16 @@
"csstype": "^3.1.1"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.3",
"@svgr/webpack": "8.1.0",
"@types/color": "3.0.4",
"@types/color": "3.0.6",
"@types/common-tags": "1.8.1",
"@types/fs-extra": "11.0.2",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.14.199",
"@types/node": "18.11.10",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.7.3",
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.4",
"@vkontakte/icons": "2.54.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.19.0",
"fs-extra": "11.1.1",
"html-webpack-plugin": "5.5.1",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand All @@ -90,20 +90,20 @@
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.0",
"ts-loader": "9.4.4",
"ts-morph": "18.0.0",
"ts-morph": "20.0.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tscpaths": "0.0.9",
"type-fest": "4.2.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.13.3",
"webpack-dev-server": "4.15.1",
"webpack-notifier": "1.15.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 6bc6910

Please sign in to comment.