Skip to content

Commit 519686b

Browse files
Bump the development-dependencies group with 8 updates
Bumps the development-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) | `7.28.0` | `7.28.1` | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.55.0` | `7.55.1` | | [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `9.3.0` | `9.4.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.69.1` | `5.70.1` | | [rollup](https://github.com/rollup/rollup) | `4.53.2` | `4.53.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.47.0` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `24.30.0` | `24.31.0` | | [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `16.26.0` | Updates `@microsoft/api-documenter` from 7.28.0 to 7.28.1 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.28.1/apps/api-documenter) Updates `@microsoft/api-extractor` from 7.55.0 to 7.55.1 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.55.1/apps/api-extractor) Updates `@stryker-mutator/core` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/stryker-mutator/stryker-js/releases) - [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.4.0/packages/core) Updates `knip` from 5.69.1 to 5.70.1 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/5.70.1/packages/knip) Updates `rollup` from 4.53.2 to 4.53.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.2...v4.53.3) Updates `typescript-eslint` from 8.46.4 to 8.47.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/typescript-eslint) Updates `puppeteer` from 24.30.0 to 24.31.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v24.30.0...puppeteer-v24.31.0) Updates `stylelint` from 16.25.0 to 16.26.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.25.0...16.26.0) --- updated-dependencies: - dependency-name: "@microsoft/api-documenter" dependency-version: 7.28.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@microsoft/api-extractor" dependency-version: 7.55.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@stryker-mutator/core" dependency-version: 9.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: knip dependency-version: 5.70.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rollup dependency-version: 4.53.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: puppeteer dependency-version: 24.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: stylelint dependency-version: 16.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74fce52 commit 519686b

16 files changed

Lines changed: 737 additions & 578 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"@babel/core": "^7.28.5",
3030
"@babel/preset-env": "^7.28.5",
3131
"@eslint/js": "^9.39.1",
32-
"@microsoft/api-documenter": "^7.28.0",
33-
"@microsoft/api-extractor": "^7.55.0",
32+
"@microsoft/api-documenter": "^7.28.1",
33+
"@microsoft/api-extractor": "^7.55.1",
3434
"@rollup/plugin-babel": "^6.1.0",
3535
"@rollup/plugin-commonjs": "^29.0.0",
3636
"@rollup/plugin-node-resolve": "^16.0.3",
3737
"@rollup/plugin-terser": "^0.4.3",
3838
"@rollup/plugin-typescript": "^12.3.0",
39-
"@stryker-mutator/core": "^9.3.0",
39+
"@stryker-mutator/core": "^9.4.0",
4040
"eslint": "^9.39.1",
4141
"globals": "^16.5.0",
42-
"knip": "^5.69.1",
43-
"rollup": "^4.53.2",
42+
"knip": "^5.70.1",
43+
"rollup": "^4.53.3",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.9.3",
46-
"typescript-eslint": "^8.46.4"
46+
"typescript-eslint": "^8.47.0"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

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.25.0"
38+
"stylelint": "^16.26.0"
3939
},
4040
"devDependencies": {
4141
"@csstools/pack-test": "^1.0.2",
42-
"stylelint": "^16.25.0",
42+
"stylelint": "^16.26.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.25.0"
39+
"stylelint": "^16.26.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.2",
43-
"stylelint": "^16.25.0"
43+
"stylelint": "^16.26.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.25.0"
39+
"stylelint": "^16.26.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.2",
4343
"postcss": "^8.5",
44-
"stylelint": "^16.25.0",
44+
"stylelint": "^16.26.0",
4545
"stylelint-test-rule-node": "^0.4.0"
4646
},
4747
"scripts": {

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.25.0"
43+
"stylelint": "^16.26.0"
4444
},
4545
"devDependencies": {
4646
"@csstools/pack-test": "^1.0.2",
47-
"stylelint": "^16.25.0",
47+
"stylelint": "^16.26.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.30.0"
70+
"puppeteer": "^24.31.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.30.0"
76+
"puppeteer": "^24.31.0"
7777
},
7878
"scripts": {
7979
"build": "rollup -c ../../rollup/default.mjs",

plugins/css-prefers-color-scheme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@csstools/postcss-tape": "*",
67-
"puppeteer": "^24.30.0"
67+
"puppeteer": "^24.31.0"
6868
},
6969
"scripts": {
7070
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-cascade-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@csstools/postcss-bundler": "*",
6767
"@csstools/postcss-tape": "*",
68-
"puppeteer": "^24.30.0"
68+
"puppeteer": "^24.31.0"
6969
},
7070
"scripts": {
7171
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)