Skip to content

Commit 38535ab

Browse files
committed
fix: Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency.
Signed-off-by: prisis <[email protected]>
1 parent 102c5b5 commit 38535ab

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"clean": "nx run-many --target=clean && rimraf node_modules",
6060
"preinstall": "node verify-node-version.cjs",
6161
"postinstall": "is-ci || husky install || exit 0",
62-
"lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.js --ext js,cjs,mjs,ts,tsx,json,yaml,yml,md,mdx ./packages --cache --cache-strategy content .",
62+
"lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.js --ext js,cjs,mjs,ts,tsx,json,yaml,yml,md,mdx ./packages --cache --cache-strategy content",
6363
"lint:eslint:fix": "pnpm run lint:eslint --fix",
6464
"lint:prettier:root": "prettier --config=.prettierrc.js --check '*.{json,yml,yaml,js,ts}'",
6565
"lint:prettier:root:fix": "prettier --config=.prettierrc.js --write '*.{json,yml,yaml,js,ts}'",
@@ -83,17 +83,17 @@
8383
"test:stylelint-config": "pnpm --filter \"stylelint-config\" run test"
8484
},
8585
"dependencies": {
86-
"@babel/cli": "^7.22.15",
87-
"@babel/core": "^7.22.20",
86+
"@babel/cli": "^7.23.0",
87+
"@babel/core": "^7.23.0",
8888
"@babel/preset-env": "^7.22.20",
8989
"@commitlint/cli": "^17.7.1",
9090
"@commitlint/config-conventional": "^17.7.0",
9191
"@commitlint/core": "^17.7.1",
9292
"@nrwl/cli": "latest",
93-
"@nrwl/js": "^16.8.1",
93+
"@nrwl/js": "^16.9.0",
9494
"@nrwl/nx-cloud": "16.4.0",
95-
"@nrwl/tao": "16.8.1",
96-
"@nrwl/workspace": "16.8.1",
95+
"@nrwl/tao": "16.9.0",
96+
"@nrwl/workspace": "16.9.0",
9797
"@qiwi/multi-semantic-release": "^7.0.0",
9898
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
9999
"@tsconfig/node16": "^16.1.1",
@@ -105,18 +105,18 @@
105105
"conventional-changelog-conventionalcommits": "6.1.0",
106106
"cross-env": "^7.0.3",
107107
"cz-conventional-changelog": "^3.3.0",
108-
"eslint": "^8.49.0",
108+
"eslint": "^8.50.0",
109109
"eslint-plugin-etc": "^2.0.3",
110110
"eslint-plugin-typescript-sort-keys": "^3.0.0",
111111
"eslint-plugin-vitest": "^0.3.1",
112112
"husky": "^8.0.3",
113113
"is-ci": "^3.0.1",
114114
"lint-staged": "^14.0.1",
115-
"nx": "16.8.1",
115+
"nx": "16.9.0",
116116
"postcss": "^8.4.30",
117117
"prettier": "^3.0.3",
118118
"read-pkg": "^8.0.0",
119-
"rimraf": "^5.0.1",
119+
"rimraf": "^5.0.2",
120120
"secretlint": "7.0.7",
121121
"semantic-release": "^21.1.2",
122122
"sort-package-json": "^2.5.1",

packages/babel-preset/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/helper-plugin-utils": "^7.22.5",
6262
"@babel/plugin-proposal-class-properties": "^7.18.6",
6363
"@babel/plugin-proposal-class-static-block": "^7.21.0",
64-
"@babel/plugin-proposal-decorators": "^7.22.15",
64+
"@babel/plugin-proposal-decorators": "^7.23.0",
6565
"@babel/plugin-proposal-export-default-from": "^7.22.17",
6666
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
6767
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@@ -74,10 +74,10 @@
7474
"@babel/plugin-syntax-async-generators": "^7.8.4",
7575
"@babel/plugin-syntax-bigint": "^7.8.3",
7676
"@babel/plugin-transform-arrow-functions": "^7.22.5",
77-
"@babel/plugin-transform-block-scoping": "^7.22.15",
77+
"@babel/plugin-transform-block-scoping": "^7.23.0",
7878
"@babel/plugin-transform-classes": "^7.22.15",
7979
"@babel/plugin-transform-computed-properties": "^7.22.5",
80-
"@babel/plugin-transform-destructuring": "^7.22.15",
80+
"@babel/plugin-transform-destructuring": "^7.23.0",
8181
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
8282
"@babel/plugin-transform-for-of": "^7.22.15",
8383
"@babel/plugin-transform-jscript": "^7.22.5",
@@ -96,18 +96,18 @@
9696
},
9797
"devDependencies": {
9898
"@anolilab/semantic-release-preset": "7.0.2",
99-
"@babel/cli": "^7.22.15",
100-
"@babel/core": "^7.22.20",
99+
"@babel/cli": "^7.23.0",
100+
"@babel/core": "^7.23.0",
101101
"@babel/plugin-syntax-jsx": "7.22.5",
102102
"@babel/plugin-transform-typescript": "7.22.15",
103103
"@babel/preset-react": "7.22.15",
104-
"@babel/preset-typescript": "7.22.15",
104+
"@babel/preset-typescript": "7.23.0",
105105
"@types/babel__core": "^7.20.2",
106-
"babel-plugin-polyfill-corejs3": "^0.8.3",
106+
"babel-plugin-polyfill-corejs3": "^0.8.4",
107107
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
108108
"core-js": "^3.32.2",
109109
"cross-env": "^7.0.3",
110-
"rimraf": "^5.0.1",
110+
"rimraf": "^5.0.2",
111111
"semantic-release": "^21.1.2",
112112
"tsup": "^7.2.0",
113113
"typescript": "^5.2.2",

packages/browserslist-config-anolilab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"devDependencies": {
6363
"@anolilab/semantic-release-preset": "7.0.2",
6464
"browserslist": "4.21.11",
65-
"caniuse-lite": "^1.0.30001538",
65+
"caniuse-lite": "^1.0.30001539",
6666
"cross-env": "^7.0.3",
67-
"rimraf": "^5.0.1",
67+
"rimraf": "^5.0.2",
6868
"semantic-release": "^21.1.2",
6969
"tsup": "^7.2.0",
7070
"vitest": "^0.34.5"

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@anolilab/semantic-release-preset": "7.0.2",
6565
"@commitlint/cli": "^17.7.1",
66-
"rimraf": "^5.0.1",
66+
"rimraf": "^5.0.2",
6767
"tsup": "^7.2.0",
6868
"vitest": "^0.34.5"
6969
},

packages/lint-staged-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
"@anolilab/semantic-release-preset": "7.0.2",
104104
"@total-typescript/ts-reset": "^0.5.1",
105105
"@types/lint-staged": "^13.2.0",
106-
"@types/shell-quote": "^1.7.1",
106+
"@types/shell-quote": "^1.7.2",
107107
"@vitest/coverage-v8": "^0.34.5",
108108
"husky": "^8.0.3",
109109
"lint-staged": "^14.0.1",
110-
"rimraf": "^5.0.1",
110+
"rimraf": "^5.0.2",
111111
"semantic-release": "^21.1.2",
112112
"tsup": "^7.2.0",
113113
"type-fest": "^4.3.1",

packages/package-json-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
"@semantic-release/commit-analyzer": "^11.0.0",
6969
"@semantic-release/exec": "^6.0.3",
7070
"@semantic-release/git": "^10.0.1",
71-
"@semantic-release/github": "^9.0.6",
71+
"@semantic-release/github": "^9.0.7",
7272
"@semantic-release/npm": "^11.0.0",
7373
"@semantic-release/release-notes-generator": "^12.0.0",
7474
"commitizen": "^4.3.0",
7575
"conventional-changelog-conventionalcommits": "6.1.0",
7676
"cross-env": "^7.0.3",
7777
"cz-conventional-changelog": "^3.3.0",
78-
"rimraf": "^5.0.1",
78+
"rimraf": "^5.0.2",
7979
"semantic-release": "^21.1.2",
8080
"semantic-release-conventional-commits": "^3.0.0",
8181
"tsup": "^7.2.0",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@anolilab/semantic-release-preset": "7.0.2",
6464
"prettier": "^3.0.3",
65-
"rimraf": "^5.0.1",
65+
"rimraf": "^5.0.2",
6666
"semantic-release": "^21.1.2",
6767
"tsup": "^7.2.0",
6868
"vitest": "^0.34.5"

packages/semantic-release-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
"@semantic-release/commit-analyzer": "10.0.4",
7676
"@semantic-release/exec": "^6.0.3",
7777
"@semantic-release/git": "^10.0.1",
78-
"@semantic-release/github": "^9.0.6",
78+
"@semantic-release/github": "^9.0.7",
7979
"@semantic-release/npm": "^11.0.0",
8080
"@semantic-release/release-notes-generator": "11.0.7",
8181
"conventional-changelog-conventionalcommits": "6.1.0"
8282
},
8383
"devDependencies": {
84-
"rimraf": "^5.0.1",
84+
"rimraf": "^5.0.2",
8585
"semantic-release": "^21.1.2",
8686
"tsup": "^7.2.0",
8787
"vitest": "^0.34.5"

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"devDependencies": {
121121
"@anolilab/semantic-release-preset": "7.0.2",
122122
"postcss": "^8.4.30",
123-
"rimraf": "^5.0.1",
123+
"rimraf": "^5.0.2",
124124
"semantic-release": "^21.1.2",
125125
"stylelint": "15.10.3",
126126
"vitest": "^0.34.5"

packages/textlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"devDependencies": {
9090
"@anolilab/semantic-release-preset": "7.0.2",
91-
"rimraf": "^5.0.1",
91+
"rimraf": "^5.0.2",
9292
"semantic-release": "^21.1.2",
9393
"textlint": "^13.3.3",
9494
"tsup": "^7.2.0",

0 commit comments

Comments
 (0)