Skip to content

Commit 7aec41d

Browse files
committed
fix: Update package dependencies versions
Updated several package dependencies in the pnpm-lock.yaml file. The versions were updated to ensure the application uses the most updated versions available for these tools. This includes updates from Commitlint, Nrwl, Qiwi and others. Therefore, improving performance and ensuring the application's security standards are up-to-date. Signed-off-by: prisis <[email protected]>
1 parent 8ffacd6 commit 7aec41d

File tree

12 files changed

+488
-1128
lines changed

12 files changed

+488
-1128
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -84,43 +84,43 @@
8484
"@babel/cli": "^7.22.5",
8585
"@babel/core": "^7.22.5",
8686
"@babel/preset-env": "^7.22.5",
87-
"@commitlint/cli": "^17.6.5",
88-
"@commitlint/config-conventional": "^17.6.5",
89-
"@commitlint/core": "^17.6.5",
87+
"@commitlint/cli": "^17.6.6",
88+
"@commitlint/config-conventional": "^17.6.6",
89+
"@commitlint/core": "^17.6.6",
9090
"@nrwl/cli": "latest",
91-
"@nrwl/js": "^16.3.2",
91+
"@nrwl/js": "^16.4.0",
9292
"@nrwl/nx-cloud": "16.0.5",
9393
"@nrwl/tao": "16.4.0",
9494
"@nrwl/workspace": "16.4.0",
95-
"@qiwi/multi-semantic-release": "^6.7.0",
95+
"@qiwi/multi-semantic-release": "^7.0.0",
9696
"@secretlint/secretlint-rule-preset-recommend": "^6.2.3",
97-
"@tsconfig/node16": "^1.0.4",
97+
"@tsconfig/node16": "^16.1.0",
9898
"@tsconfig/strictest": "^2.0.1",
9999
"@types/node": "16.18.36",
100-
"@vitest/coverage-v8": "^0.32.0",
100+
"@vitest/coverage-v8": "^0.32.2",
101101
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
102102
"c8": "^8.0.0",
103103
"commitizen": "^4.3.0",
104-
"conventional-changelog-conventionalcommits": "^6.0.0",
104+
"conventional-changelog-conventionalcommits": "^6.1.0",
105105
"cross-env": "^7.0.3",
106106
"cz-conventional-changelog": "^3.3.0",
107-
"eslint": "^8.42.0",
108-
"eslint-plugin-vitest": "^0.2.0",
107+
"eslint": "^8.43.0",
108+
"eslint-plugin-vitest": "^0.2.6",
109109
"husky": "^8.0.3",
110110
"is-ci": "^3.0.1",
111-
"lint-staged": "^13.2.2",
111+
"lint-staged": "^13.2.3",
112112
"nx": "16.4.0",
113113
"postcss": "^8.4.24",
114114
"prettier": "^2.8.8",
115115
"read-pkg": "^8.0.0",
116116
"secretlint": "6.2.3",
117-
"semantic-release": "^21.0.4",
117+
"semantic-release": "^21.0.5",
118118
"sort-package-json": "^2.4.1",
119-
"stylelint": "^15.7.0",
119+
"stylelint": "^15.9.0",
120120
"textlint": "^13.3.2",
121-
"tsup": "^6.7.0",
122-
"typescript": "5.1.3",
123-
"vitest": "^0.32.0"
121+
"tsup": "^7.1.0",
122+
"typescript": "5.1.5",
123+
"vitest": "^0.32.2"
124124
},
125125
"packageManager": "[email protected]",
126126
"engines": {

packages/babel-preset/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"rimraf": "^5.0.1",
109109
"semantic-release": "^21.0.5",
110110
"tsup": "^7.1.0",
111-
"typescript": "^5.1.3"
111+
"typescript": "^5.1.5",
112+
"vitest": "^0.32.2"
112113
},
113114
"peerDependencies": {
114115
"@babel/core": "^7.16.5",

packages/browserslist-config-anolilab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@anolilab/semantic-release-preset": "4.0.1",
6363
"browserslist": "4.21.9",
64-
"caniuse-lite": "^1.0.30001508",
64+
"caniuse-lite": "^1.0.30001509",
6565
"cross-env": "^7.0.3",
6666
"rimraf": "^5.0.1",
6767
"semantic-release": "^21.0.5",

packages/commitlint-config/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
},
5454
"dependencies": {
5555
"@anolilab/package-json-utils": "1.5.0",
56-
"@commitlint/config-conventional": "^17.6.5",
57-
"@commitlint/core": "^17.6.5",
56+
"@commitlint/config-conventional": "^17.6.6",
57+
"@commitlint/core": "^17.6.6",
5858
"commitizen": "^4.3.0",
59-
"conventional-changelog-conventionalcommits": "^6.0.0",
59+
"conventional-changelog-conventionalcommits": "^6.1.0",
6060
"cz-conventional-changelog": "^3.3.0"
6161
},
6262
"devDependencies": {
63-
"@commitlint/cli": "^17.6.6"
63+
"@commitlint/cli": "^17.6.6",
64+
"tsup": "^7.1.0",
65+
"vitest": "^0.32.2"
6466
},
6567
"peerDependencies": {
6668
"@commitlint/cli": "^17.6.5"

packages/eslint-config/package.json

+16-14
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,20 @@
116116
"@anolilab/package-json-utils": "1.5.0",
117117
"@html-eslint/eslint-plugin": "^0.19.0",
118118
"@html-eslint/parser": "^0.19.0",
119-
"@rushstack/eslint-patch": "^1.3.1",
119+
"@rushstack/eslint-patch": "^1.3.2",
120120
"@rushstack/eslint-plugin-security": "^0.6.0",
121-
"@typescript-eslint/eslint-plugin": ">=5.55.0",
122-
"@typescript-eslint/parser": "^5.59.9",
121+
"@typescript-eslint/eslint-plugin": ">=5.60.1",
122+
"@typescript-eslint/parser": "^5.60.1",
123123
"confusing-browser-globals": "^1.0.11",
124124
"eslint-import-resolver-node": "^0.3.7",
125125
"eslint-import-resolver-typescript": "^3.5.5",
126-
"eslint-plugin-antfu": "^0.39.5",
126+
"eslint-plugin-antfu": "^0.39.6",
127127
"eslint-plugin-compat": "^4.1.4",
128128
"eslint-plugin-es-x": "^7.1.0",
129129
"eslint-plugin-eslint-comments": "^3.2.0",
130130
"eslint-plugin-html": "^7.1.0",
131131
"eslint-plugin-i": "^2.27.5",
132-
"eslint-plugin-jsonc": "^2.8.0",
132+
"eslint-plugin-jsonc": "^2.9.0",
133133
"eslint-plugin-markdown": "^3.0.0",
134134
"eslint-plugin-mdx": "^2.1.0",
135135
"eslint-plugin-no-loops": "^0.3.0",
@@ -143,13 +143,13 @@
143143
"eslint-plugin-toml": "^0.5.0",
144144
"eslint-plugin-typescript-sort-keys": "^2.3.0",
145145
"eslint-plugin-unicorn": "^47.0.0",
146-
"eslint-plugin-yml": "^1.7.0",
146+
"eslint-plugin-yml": "^1.8.0",
147147
"find-up": "5.0.0",
148148
"jsonc-eslint-parser": "^2.3.0",
149149
"read-pkg-up": "^7.0.1",
150-
"semver": "^7.5.1",
150+
"semver": "^7.5.3",
151151
"toml-eslint-parser": "^0.6.0",
152-
"tsup": "^7.0.0",
152+
"tsup": "^7.1.0",
153153
"yaml-eslint-parser": "^1.2.2"
154154
},
155155
"devDependencies": {
@@ -168,15 +168,15 @@
168168
"eslint-plugin-jest-async": "^1.0.3",
169169
"eslint-plugin-jest-dom": "^5.0.1",
170170
"eslint-plugin-jest-formatting": "^3.1.0",
171-
"eslint-plugin-jsdoc": "^46.3.0",
171+
"eslint-plugin-jsdoc": "^46.4.0",
172172
"eslint-plugin-jsx-a11y": "^6.7.1",
173173
"eslint-plugin-no-unsanitized": "^4.0.2",
174174
"eslint-plugin-prefer-object-spread": "^1.2.1",
175175
"eslint-plugin-react": "^7.32.2",
176176
"eslint-plugin-react-hooks": "^4.6.0",
177177
"eslint-plugin-react-redux": "^4.0.0",
178178
"eslint-plugin-storybook": "^0.6.12",
179-
"eslint-plugin-tailwindcss": "^3.12.1",
179+
"eslint-plugin-tailwindcss": "^3.13.0",
180180
"eslint-plugin-testing-library": "^5.11.0",
181181
"eslint-plugin-vitest": "^0.2.6",
182182
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
@@ -185,8 +185,10 @@
185185
"jest": "^29.5.0",
186186
"react": "^18.2.0",
187187
"semantic-release": "^21.0.5",
188+
"tsup": "^7.1.0",
188189
"type-fest": "^3.12.0",
189-
"typescript": "^5.1.3"
190+
"typescript": "^5.1.5",
191+
"vitest": "^0.32.2"
190192
},
191193
"peerDependencies": {
192194
"eslint": "^8.15.0"
@@ -201,17 +203,17 @@
201203
"eslint-plugin-jest-async": "^1.0.3",
202204
"eslint-plugin-jest-dom": "^5.0.1",
203205
"eslint-plugin-jest-formatting": "^3.1.0",
204-
"eslint-plugin-jsdoc": "^46.3.0",
206+
"eslint-plugin-jsdoc": "^46.4.0",
205207
"eslint-plugin-jsx-a11y": "^6.7.1",
206208
"eslint-plugin-n": "^16.0.1",
207209
"eslint-plugin-no-unsanitized": "^4.0.2",
208-
"eslint-plugin-playwright": "^0.15.1",
210+
"eslint-plugin-playwright": "^0.15.2",
209211
"eslint-plugin-prefer-object-spread": "^1.2.1",
210212
"eslint-plugin-react": "^7.32.2",
211213
"eslint-plugin-react-hooks": "^4.6.0",
212214
"eslint-plugin-react-redux": "^4.0.0",
213215
"eslint-plugin-storybook": "^0.6.12",
214-
"eslint-plugin-tailwindcss": "^3.12.1",
216+
"eslint-plugin-tailwindcss": "^3.13.0",
215217
"eslint-plugin-testing-library": "^5.11.0",
216218
"eslint-plugin-tsdoc": "^0.2.17",
217219
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",

packages/package-json-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"semantic-release": "^21.0.5",
7979
"semantic-release-conventional-commits": "^3.0.0",
8080
"tsup": "^7.1.0",
81-
"typescript": "^5.1.3",
81+
"typescript": "^5.1.5",
8282
"vitest": "^0.32.2"
8383
},
8484
"engines": {

packages/prettier-config/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
"devDependencies": {
6262
"@anolilab/semantic-release-preset": "4.0.1",
6363
"prettier": "^2.8.8",
64-
"semantic-release": "^21.0.5"
64+
"semantic-release": "^21.0.5",
65+
"tsup": "^7.1.0",
66+
"vitest": "^0.32.2"
6567
},
6668
"peerDependencies": {
6769
"prettier": "2.x"

packages/semantic-release-preset/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@
7777
"@semantic-release/github": "^9.0.3",
7878
"@semantic-release/npm": "^10.0.4",
7979
"@semantic-release/release-notes-generator": "^11.0.3",
80-
"conventional-changelog-conventionalcommits": "^6.0.0"
80+
"conventional-changelog-conventionalcommits": "^6.1.0"
8181
},
8282
"devDependencies": {
83-
"semantic-release": "^21.0.5"
83+
"semantic-release": "^21.0.5",
84+
"tsup": "^7.1.0",
85+
"vitest": "^0.32.2"
8486
},
8587
"peerDependencies": {
8688
"semantic-release": "^21.0.0"

packages/stylelint-config/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@
112112
"stylelint-high-performance-animation": "^1.8.0",
113113
"stylelint-no-unsupported-browser-features": "^6.1.0",
114114
"stylelint-require-units": "^1.0.2",
115-
"stylelint-selector-no-empty": "^1.0.9"
115+
"stylelint-selector-no-empty": "^1.0.9",
116+
"tsup": "^7.1.0",
117+
"vitest": "^0.32.2"
116118
},
117119
"devDependencies": {
118120
"@anolilab/semantic-release-preset": "4.0.1",

packages/textlint-config/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,16 @@
8181
"textlint-rule-no-dead-link": "^5.1.2",
8282
"textlint-rule-no-empty-section": "^1.1.0",
8383
"textlint-rule-no-todo": "^2.0.1",
84-
"textlint-rule-terminology": "^3.0.4",
84+
"textlint-rule-terminology": "^3.0.5",
8585
"textlint-rule-write-good": "^2.0.0",
8686
"write-good": "^1.0.8"
8787
},
8888
"devDependencies": {
8989
"@anolilab/semantic-release-preset": "4.0.1",
9090
"semantic-release": "^21.0.5",
91-
"textlint": "^13.3.2"
91+
"textlint": "^13.3.2",
92+
"tsup": "^7.1.0",
93+
"vitest": "^0.32.2"
9294
},
9395
"peerDependencies": {
9496
"textlint": "^13.3.2"

0 commit comments

Comments
 (0)