Skip to content

Commit b0078d5

Browse files
Bump the development-dependencies group across 1 directory with 19 updates (#1712)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]> Co-authored-by: Romain Menke <[email protected]>
1 parent f4e7b6b commit b0078d5

File tree

18 files changed

+638
-669
lines changed

18 files changed

+638
-669
lines changed

package-lock.json

Lines changed: 593 additions & 624 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"plugins-stylelint/*"
2727
],
2828
"devDependencies": {
29-
"@babel/core": "^7.28.4",
30-
"@babel/preset-env": "^7.28.0",
31-
"@eslint/js": "^9.36.0",
32-
"@microsoft/api-documenter": "^7.26.34",
33-
"@microsoft/api-extractor": "^7.52.13",
34-
"@rollup/plugin-babel": "^6.0.3",
35-
"@rollup/plugin-commonjs": "^28.0.6",
36-
"@rollup/plugin-node-resolve": "^16.0.1",
29+
"@babel/core": "^7.28.5",
30+
"@babel/preset-env": "^7.28.5",
31+
"@eslint/js": "^9.39.1",
32+
"@microsoft/api-documenter": "^7.27.4",
33+
"@microsoft/api-extractor": "^7.54.0",
34+
"@rollup/plugin-babel": "^6.1.0",
35+
"@rollup/plugin-commonjs": "^29.0.0",
36+
"@rollup/plugin-node-resolve": "^16.0.3",
3737
"@rollup/plugin-terser": "^0.4.3",
38-
"@rollup/plugin-typescript": "^12.1.4",
39-
"@stryker-mutator/core": "^9.1.1",
40-
"eslint": "^9.36.0",
41-
"globals": "^16.4.0",
42-
"knip": "^5.64.1",
43-
"rollup": "^4.52.3",
38+
"@rollup/plugin-typescript": "^12.3.0",
39+
"@stryker-mutator/core": "^9.3.0",
40+
"eslint": "^9.39.1",
41+
"globals": "^16.5.0",
42+
"knip": "^5.67.1",
43+
"rollup": "^4.52.5",
4444
"tslib": "^2.8.0",
45-
"typescript": "^5.8.3",
46-
"typescript-eslint": "^8.44.1"
45+
"typescript": "^5.9.3",
46+
"typescript-eslint": "^8.46.3"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

packages/generate-test-cases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "module",
2222
"main": "src/index.mjs",
2323
"devDependencies": {
24-
"mdn-data": "^2.22.1"
24+
"mdn-data": "^2.25.0"
2525
},
2626
"scripts": {
2727
"build": "exit 0;",

plugins-stylelint/at-risk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"index.mjs"
3636
],
3737
"peerDependencies": {
38-
"stylelint": "^16.24.0"
38+
"stylelint": "^16.25.0"
3939
},
4040
"devDependencies": {
4141
"@csstools/pack-test": "^1.0.2",
42-
"stylelint": "^16.24.0",
42+
"stylelint": "^16.25.0",
4343
"stylelint-test-rule-node": "^0.4.0"
4444
},
4545
"scripts": {

plugins-stylelint/formatter-github/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"preprocess-warnings.mjs"
3737
],
3838
"peerDependencies": {
39-
"stylelint": "^16.24.0"
39+
"stylelint": "^16.25.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.2",
43-
"stylelint": "^16.24.0"
43+
"stylelint": "^16.25.0"
4444
},
4545
"scripts": {
4646
"lint": "node ../../.github/bin/format-package-json.mjs",

plugins-stylelint/no-at-nest-rule/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
],
3737
"peerDependencies": {
3838
"postcss": "^8.4",
39-
"stylelint": "^16.24.0"
39+
"stylelint": "^16.25.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.2",
4343
"postcss": "^8.5",
44-
"stylelint": "^16.24.0",
44+
"stylelint": "^16.25.0",
4545
"stylelint-test-rule-node": "^0.4.0"
4646
},
4747
"scripts": {

plugins-stylelint/no-invalid-at-import-rules-when-bundling/index.test.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ testRule({
3939
{
4040
code: '@import "/foo.css";',
4141
description: 'Leading slashes are ambiguous',
42-
message: 'URL\'s that start with a slash are ambiguous when bundling, use a relative URL instead.',
42+
message: 'URL\'s that start with a slash are ambiguous when bundling, use a relative URL instead. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
4343
line: 1,
4444
column: 9,
4545
endLine: 1,
@@ -48,7 +48,7 @@ testRule({
4848
{
4949
code: '@import "#foo.css";',
5050
description: 'Leading number signs are invalid',
51-
message: 'URL\'s that start with a number sign (#) are invalid when bundling.',
51+
message: 'URL\'s that start with a number sign (#) are invalid when bundling. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
5252
line: 1,
5353
column: 9,
5454
endLine: 1,
@@ -57,7 +57,7 @@ testRule({
5757
{
5858
code: '@import "foo.css?bar=1";',
5959
description: 'Query params can not be processed by a bundler',
60-
message: 'URL\'s that have query params can not be bundled correctly. Avoid these or add a \'http(s)\' scheme and domain name.',
60+
message: 'URL\'s that have query params can not be bundled correctly. Avoid these or add a \'http(s)\' scheme and domain name. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
6161
line: 1,
6262
column: 9,
6363
endLine: 1,
@@ -69,7 +69,7 @@ testRule({
6969
@import "https://example.com/bar.css";
7070
`,
7171
description: 'Remote resources after a local import will not be bundled correctly',
72-
message: '`@import` statements for remote resources after a local import will not be bundled correctly. Move these to the top of the file.',
72+
message: '`@import` statements for remote resources after a local import will not be bundled correctly. Move these to the top of the file. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
7373
line: 3,
7474
column: 13,
7575
endLine: 3,
@@ -81,7 +81,7 @@ testRule({
8181
@import "//example.com/bar.css";
8282
`,
8383
description: 'Remote resources after a local import will not be bundled correctly',
84-
message: '`@import` statements for remote resources after a local import will not be bundled correctly. Move these to the top of the file.',
84+
message: '`@import` statements for remote resources after a local import will not be bundled correctly. Move these to the top of the file. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
8585
line: 3,
8686
column: 13,
8787
endLine: 3,
@@ -90,7 +90,7 @@ testRule({
9090
{
9191
code: '@import "fOO.css";',
9292
description: 'Case sensitivity',
93-
message: 'URL\'s with uppercase characters might give conflicts between users on case sensitive or insensitive file systems. Use lower case characters only to avoid potential issues.',
93+
message: 'URL\'s with uppercase characters might give conflicts between users on case sensitive or insensitive file systems. Use lower case characters only to avoid potential issues. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
9494
line: 1,
9595
column: 9,
9696
endLine: 1,
@@ -99,7 +99,7 @@ testRule({
9999
{
100100
code: '@import "foo.css" { color: green; }',
101101
description: 'Child nodes are not allowed',
102-
message: '`@import` statements must not have any child nodes.',
102+
message: '`@import` statements must not have any child nodes. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
103103
line: 1,
104104
column: 1,
105105
endLine: 1,
@@ -108,7 +108,7 @@ testRule({
108108
{
109109
code: '@import "foo.css" {}',
110110
description: 'Child nodes are not allowed',
111-
message: '`@import` statements must not have any child nodes.',
111+
message: '`@import` statements must not have any child nodes. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
112112
line: 1,
113113
column: 1,
114114
endLine: 1,
@@ -117,7 +117,7 @@ testRule({
117117
{
118118
code: '@layer foo {} @import "foo.css";',
119119
description: 'Order',
120-
message: '`@import` statements must be precede all other nodes except for `@charset` or `@layer` and all `@import` statements must be consecutive.',
120+
message: '`@import` statements must be precede all other nodes except for `@charset` or `@layer` and all `@import` statements must be consecutive. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
121121
line: 1,
122122
column: 15,
123123
endLine: 1,
@@ -126,7 +126,7 @@ testRule({
126126
{
127127
code: '@import "foo.css"; .bar {} @import "bar.css";',
128128
description: 'Order',
129-
message: '`@import` statements must be precede all other nodes except for `@charset` or `@layer` and all `@import` statements must be consecutive.',
129+
message: '`@import` statements must be precede all other nodes except for `@charset` or `@layer` and all `@import` statements must be consecutive. (@csstools/stylelint-no-invalid-at-import-rules-when-bundling)',
130130
line: 1,
131131
column: 28,
132132
endLine: 1,

plugins-stylelint/no-invalid-at-import-rules-when-bundling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@csstools/css-tokenizer": "^3.0.4"
4141
},
4242
"peerDependencies": {
43-
"stylelint": "^16.24.0"
43+
"stylelint": "^16.25.0"
4444
},
4545
"devDependencies": {
4646
"@csstools/pack-test": "^1.0.2",
47-
"stylelint": "^16.24.0",
47+
"stylelint": "^16.25.0",
4848
"stylelint-test-rule-node": "^0.4.0"
4949
},
5050
"scripts": {

plugins/css-blank-pseudo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@csstools/postcss-tape": "*",
70-
"puppeteer": "^24.22.3"
70+
"puppeteer": "^24.28.0"
7171
},
7272
"scripts": {
7373
"build": "rollup -c ../../rollup/default.mjs",

plugins/css-has-pseudo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"postcss-dir-pseudo-class": "*",
7474
"postcss-logical": "*",
7575
"postcss-nesting": "*",
76-
"puppeteer": "^24.22.3"
76+
"puppeteer": "^24.28.0"
7777
},
7878
"scripts": {
7979
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)