Skip to content

Commit e9f9008

Browse files
Bump the development-dependencies group with 6 updates
Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) | `7.27.4` | `7.28.0` | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.54.0` | `7.55.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.67.1` | `5.69.1` | | [rollup](https://github.com/rollup/rollup) | `4.52.5` | `4.53.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.46.4` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `24.28.0` | `24.30.0` | Updates `@microsoft/api-documenter` from 7.27.4 to 7.28.0 - [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.0/apps/api-documenter) Updates `@microsoft/api-extractor` from 7.54.0 to 7.55.0 - [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.0/apps/api-extractor) Updates `knip` from 5.67.1 to 5.69.1 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.69.1/packages/knip) Updates `rollup` from 4.52.5 to 4.53.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.5...v4.53.2) Updates `typescript-eslint` from 8.46.3 to 8.46.4 - [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.46.4/packages/typescript-eslint) Updates `puppeteer` from 24.28.0 to 24.30.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v24.28.0...puppeteer-v24.30.0) --- updated-dependencies: - dependency-name: "@microsoft/api-documenter" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@microsoft/api-extractor" dependency-version: 7.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: knip dependency-version: 5.69.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rollup dependency-version: 4.53.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: puppeteer dependency-version: 24.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1eb83d commit e9f9008

File tree

12 files changed

+221
-233
lines changed

12 files changed

+221
-233
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@babel/core": "^7.28.5",
3030
"@babel/preset-env": "^7.28.5",
3131
"@eslint/js": "^9.39.1",
32-
"@microsoft/api-documenter": "^7.27.4",
33-
"@microsoft/api-extractor": "^7.54.0",
32+
"@microsoft/api-documenter": "^7.28.0",
33+
"@microsoft/api-extractor": "^7.55.0",
3434
"@rollup/plugin-babel": "^6.1.0",
3535
"@rollup/plugin-commonjs": "^29.0.0",
3636
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -39,11 +39,11 @@
3939
"@stryker-mutator/core": "^9.3.0",
4040
"eslint": "^9.39.1",
4141
"globals": "^16.5.0",
42-
"knip": "^5.67.1",
43-
"rollup": "^4.52.5",
42+
"knip": "^5.69.1",
43+
"rollup": "^4.53.2",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.9.3",
46-
"typescript-eslint": "^8.46.3"
46+
"typescript-eslint": "^8.46.4"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

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.28.0"
70+
"puppeteer": "^24.30.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.28.0"
76+
"puppeteer": "^24.30.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.28.0"
67+
"puppeteer": "^24.30.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.28.0"
68+
"puppeteer": "^24.30.0"
6969
},
7070
"scripts": {
7171
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-focus-visible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@csstools/postcss-tape": "*",
58-
"puppeteer": "^24.28.0"
58+
"puppeteer": "^24.30.0"
5959
},
6060
"scripts": {
6161
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-focus-within/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.28.0"
70+
"puppeteer": "^24.30.0"
7171
},
7272
"scripts": {
7373
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-is-pseudo-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@csstools/postcss-tape": "*",
49-
"puppeteer": "^24.28.0"
49+
"puppeteer": "^24.30.0"
5050
},
5151
"scripts": {
5252
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-light-dark-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@csstools/postcss-tape": "*",
6161
"postcss-nesting": "^13.0.0",
62-
"puppeteer": "^24.28.0"
62+
"puppeteer": "^24.30.0"
6363
},
6464
"scripts": {
6565
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)