Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Apr 3, 2024
1 parent 97ebbd6 commit 1763093
Show file tree
Hide file tree
Showing 12 changed files with 261 additions and 256 deletions.
455 changes: 234 additions & 221 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"prettify": "npx prettier . --write"
},
"devDependencies": {
"@file-services/memory": "^9.1.0",
"@file-services/node": "^9.1.0",
"@file-services/path": "^9.1.0",
"@file-services/types": "^9.1.0",
"@file-services/memory": "^9.2.0",
"@file-services/node": "^9.2.0",
"@file-services/path": "^9.2.0",
"@file-services/types": "^9.2.0",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.14",
Expand All @@ -40,13 +40,13 @@
"@types/mocha": "^10.0.6",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/rule-tester": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/rule-tester": "^7.5.0",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"chai": "^4.3.10",
Expand All @@ -70,7 +70,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.13.1",
"rollup": "^4.14.0",
"source-map": "^0.7.4",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 25000"
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/types": "^9.1.0",
"@file-services/node": "^9.2.0",
"@file-services/types": "^9.2.0",
"@stylable/build-tools": "^6.0.1",
"@stylable/code-formatter": "^6.0.1",
"@stylable/core": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/memory": "^9.1.0",
"@file-services/memory": "^9.2.0",
"@stylable/core": "^6.0.1",
"chai": "^4.3.10",
"flat": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/resolve": "^9.1.0",
"@file-services/resolve": "^9.2.0",
"@tokey/css-selector-parser": "^0.6.2",
"@tokey/css-value-parser": "^0.1.4",
"@tokey/imports-parser": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild": ">=0.17.18"
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/node": "^9.2.0",
"@stylable/build-tools": "^6.0.1",
"@stylable/cli": "^6.0.1",
"@stylable/core": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "mocha \"dist/test/**/*.spec.js\" --timeout 5000"
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/node": "^9.2.0",
"@stylable/core": "^6.0.1",
"@typescript-eslint/scope-manager": "^7.4.0",
"@typescript-eslint/utils": "^7.4.0",
"@typescript-eslint/scope-manager": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
"postcss-safe-parser": "^7.0.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/node": "^9.2.0",
"@stylable/core": "^6.0.1",
"@stylable/module-utils": "^6.0.1",
"@stylable/node": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typescript": ">=3.8"
},
"dependencies": {
"@file-services/types": "^9.1.0",
"@file-services/typescript": "^9.1.0",
"@file-services/types": "^9.2.0",
"@file-services/typescript": "^9.2.0",
"@stylable/code-formatter": "^6.0.1",
"@stylable/core": "^6.0.1",
"@tokey/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 10000"
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/node": "^9.2.0",
"@stylable/build-tools": "^6.0.1",
"@stylable/core": "^6.0.1",
"@stylable/module-utils": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollup": "^2.70.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"@file-services/node": "^9.1.0",
"@file-services/node": "^9.2.0",
"@stylable/build-tools": "^6.0.1",
"@stylable/cli": "^6.0.1",
"@stylable/core": "^6.0.1",
Expand Down
16 changes: 4 additions & 12 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
export default {
pinnedPackages: [
{
name: 'flat',
reason: 'esm only',
},
{
name: 'mime',
reason: 'esm only',
},
{
name: 'chai',
reason: 'esm only from v5',
},
{ name: 'flat', reason: 'esm only' },
{ name: 'mime', reason: 'esm only' },
{ name: '@types/mime', reason: 'v4 has built-in types, but is esm only' },
{ name: 'chai', reason: 'esm only from v5' },
],
};

0 comments on commit 1763093

Please sign in to comment.