Skip to content

Commit 99fabbb

Browse files
chore(deps-dev): bump the patch-dependencies group across 1 directory with 4 updates
Bumps the patch-dependencies group with 4 updates in the / directory: [lint-staged](https://github.com/lint-staged/lint-staged), [publint](https://github.com/publint/publint/tree/HEAD/packages/publint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) and [xo](https://github.com/xojs/xo). Updates `lint-staged` from 16.2.3 to 16.2.6 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.3...v16.2.6) Updates `publint` from 0.3.13 to 0.3.15 - [Release notes](https://github.com/publint/publint/releases) - [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md) - [Commits](https://github.com/publint/publint/commits/[email protected]/packages/publint) Updates `stylelint-config-standard` from 39.0.0 to 39.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@39.0.0...39.0.1) Updates `xo` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: publint dependency-version: 0.3.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: stylelint-config-standard dependency-version: 39.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: xo dependency-version: 1.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42df942 commit 99fabbb

File tree

5 files changed

+378
-303
lines changed

5 files changed

+378
-303
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
"http-server": "14.1.1",
5959
"husky": "9.1.7",
6060
"jsdom": "26.1.0",
61-
"lint-staged": "16.2.3",
61+
"lint-staged": "16.2.6",
6262
"markdownlint-cli": "0.45.0",
6363
"microbundle": "0.15.1",
6464
"playwright": "1.55.1",
6565
"prettier": "3.6.2",
6666
"prettier-plugin-organize-imports": "4.3.0",
6767
"prettier-plugin-pkg": "0.21.2",
68-
"publint": "0.3.13",
68+
"publint": "0.3.15",
6969
"stylelint": "^16.25.0",
70-
"stylelint-config-standard": "^39.0.0",
70+
"stylelint-config-standard": "^39.0.1",
7171
"vite": "7.1.9",
7272
"vitest": "3.2.4",
73-
"xo": "1.2.2"
73+
"xo": "1.2.3"
7474
},
7575
"pnpm": {
7676
"overrides": {

packages/css-if-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"microbundle": "0.15.1",
6565
"vite": "7.1.9",
6666
"vitest": "3.2.4",
67-
"xo": "1.2.2"
67+
"xo": "1.2.3"
6868
},
6969
"source": "src/index.js",
7070
"umd:main": "dist/index.umd.js"

packages/lightningcss-plugin-if-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lightningcss": "1.30.2",
6161
"microbundle": "0.15.1",
6262
"vitest": "3.2.4",
63-
"xo": "1.2.2"
63+
"xo": "1.2.3"
6464
},
6565
"source": "src/index.js",
6666
"umd:main": "dist/index.umd.js"

packages/postcss-if-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"microbundle": "0.15.1",
6262
"postcss": "8.5.6",
6363
"vitest": "3.2.4",
64-
"xo": "1.2.2"
64+
"xo": "1.2.3"
6565
},
6666
"source": "src/index.js",
6767
"umd:main": "dist/index.umd.js"

0 commit comments

Comments
 (0)