Skip to content

Commit 4679916

Browse files
chore(deps): bump the patch-dependencies group across 1 directory with 6 updates (#5253)
* chore(deps): bump the patch-dependencies group across 1 directory with 6 updates Bumps the patch-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.3` | `16.2.4` | | [xo](https://github.com/xojs/xo) | `1.2.2` | `1.2.3` | | [@stencil/core](https://github.com/stenciljs/core) | `4.38.0` | `4.38.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.0` | `24.7.2` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.3` | `7.9.4` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.13` | `0.28.14` | Updates `lint-staged` from 16.2.3 to 16.2.4 - [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.4) 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) Updates `@stencil/core` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/stenciljs/core/releases) - [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md) - [Commits](stenciljs/core@v4.38.0...v4.38.1) Updates `@types/node` from 24.7.0 to 24.7.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `react-router-dom` from 7.9.3 to 7.9.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.4/packages/react-router-dom) Updates `typedoc` from 0.28.13 to 0.28.14 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.13...v0.28.14) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.4 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 - dependency-name: "@stencil/core" dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@types/node" dependency-version: 24.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: react-router-dom dependency-version: 7.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: typedoc dependency-version: 0.28.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix: ignore vue files for xo config --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Merget <nicolas.merget@deutschebahn.com> Co-authored-by: Nicolas Merget <104347736+nmerget@users.noreply.github.com>
1 parent 08de869 commit 4679916

File tree

10 files changed

+46
-46
lines changed

10 files changed

+46
-46
lines changed

output/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@custom-elements-manifest/analyzer": "0.10.10",
37-
"@stencil/core": "4.38.0",
37+
"@stencil/core": "4.38.1",
3838
"cem-plugin-expanded-types": "1.4.0",
3939
"custom-element-jet-brains-integration": "1.7.0",
4040
"custom-element-vs-code-integration": "1.5.0",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"http-server": "14.1.1",
127127
"husky": "9.1.7",
128128
"jscpd": "4.0.5",
129-
"lint-staged": "16.2.3",
129+
"lint-staged": "16.2.4",
130130
"markdownlint-cli": "0.45.0",
131131
"ng-packagr": "20.3.0",
132132
"npm-package-json-lint": "9.0.0",
@@ -152,7 +152,7 @@
152152
"vite": "7.1.9",
153153
"vite-plugin-devtools-json": "1.0.0",
154154
"vitest": "3.2.4",
155-
"xo": "1.2.2",
155+
"xo": "1.2.3",
156156
"zone.js": "0.15.1"
157157
},
158158
"overrides": {

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"replace-in-file": "8.3.0",
9797
"sassdoc": "2.7.4",
9898
"tar": "7.5.1",
99-
"typedoc": "^0.28.5",
99+
"typedoc": "^0.28.14",
100100
"typedoc-plugin-markdown": "^4.6.4",
101101
"typedoc-plugin-merge-modules": "^7.0.0",
102102
"vitest": "3.2.4"

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/express": "5.0.3",
19-
"@types/node": "24.7.0",
19+
"@types/node": "24.7.2",
2020
"cpr": "3.0.1",
2121
"typescript": "5.9.3"
2222
}

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "24.7.0",
20+
"@types/node": "24.7.2",
2121
"@types/react": "18.3.13",
2222
"npm-run-all2": "8.0.4",
2323
"open-cli": "8.0.0",

showcases/patternhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mdx-js/react": "3.1.1",
3838
"@next/mdx": "15.5.4",
3939
"@types/dompurify": "3.2.0",
40-
"@types/node": "24.7.0",
40+
"@types/node": "24.7.2",
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.10",

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
27-
"react-router-dom": "7.9.3",
27+
"react-router-dom": "7.9.4",
2828
"sa11y": "4.3.4"
2929
},
3030
"devDependencies": {

showcases/stencil-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch": "ng build --watch --configuration development"
2121
},
2222
"dependencies": {
23-
"@stencil/core": "4.38.0"
23+
"@stencil/core": "4.38.1"
2424
},
2525
"devDependencies": {
2626
"npm-run-all2": "8.0.4",

xo.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ignoreFolders from './.config/ignores.js';
22

33
/** @type {import('xo').FlatXoConfig} */
44
const xoConfig = [
5-
{ ignores: [...ignoreFolders] },
5+
{ ignores: [...ignoreFolders, '**/*.vue'] },
66
{
77
prettier: true,
88
rules: {

0 commit comments

Comments
 (0)