Skip to content

Commit bb4e270

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6535)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com> Co-authored-by: Jason Dent <jason@streetsidesoftware.nl>
1 parent 4155cfb commit bb4e270

File tree

8 files changed

+608
-555
lines changed

8 files changed

+608
-555
lines changed

package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@
8181
"CI/CD"
8282
],
8383
"pnpm": {
84-
"overrides": {}
84+
"overrides": {},
85+
"patchedDependencies": {
86+
"eslint@9.15.0": "patches/eslint@9.15.0.patch"
87+
}
8588
},
8689
"author": "Jason Dent",
8790
"license": "MIT",
@@ -94,7 +97,7 @@
9497
},
9598
"devDependencies": {
9699
"@cspell/eslint-plugin": "workspace:*",
97-
"@eslint/js": "^9.14.0",
100+
"@eslint/js": "^9.15.0",
98101
"@internal/scripts": "workspace:*",
99102
"@lerna-lite/cli": "^3.10.0",
100103
"@lerna-lite/publish": "^3.10.0",
@@ -108,17 +111,17 @@
108111
"@swc-node/register": "^1.10.9",
109112
"@tsconfig/node18": "^18.2.4",
110113
"@types/node": "^18.19.64",
111-
"@vitest/coverage-istanbul": "^2.1.4",
114+
"@vitest/coverage-istanbul": "^2.1.5",
112115
"conventional-changelog-conventionalcommits": "^8.0.0",
113-
"eslint": "^9.14.0",
114-
"eslint-plugin-n": "^17.13.1",
116+
"eslint": "^9.15.0",
117+
"eslint-plugin-n": "^17.13.2",
115118
"eslint-plugin-simple-import-sort": "^12.1.1",
116119
"eslint-plugin-unicorn": "^56.0.0",
117120
"inject-markdown": "^3.1.4",
118121
"nyc": "^17.1.0",
119122
"perf-insight": "^1.2.0",
120123
"prettier": "^3.3.3",
121-
"rollup": "^4.25.0",
124+
"rollup": "^4.27.2",
122125
"rollup-plugin-dts": "^6.1.1",
123126
"shx": "^0.3.4",
124127
"ts-jest": "^29.2.5",
@@ -128,6 +131,6 @@
128131
"typescript": "~5.6.3",
129132
"typescript-eslint": "^8.14.0",
130133
"vite": "^5.4.11",
131-
"vitest": "^2.1.4"
134+
"vitest": "^2.1.5"
132135
}
133136
}

packages/cspell-eslint-plugin/fixtures/simple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@cspell/eslint-plugin": "workspace:*",
16-
"@eslint/js": "^9.14.0",
17-
"eslint": "^9.14.0",
16+
"@eslint/js": "^9.15.0",
17+
"eslint": "^9.15.0",
1818
"typescript-eslint": "^8.14.0"
1919
}
2020
}

packages/cspell-eslint-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@
8080
"node": ">=18"
8181
},
8282
"devDependencies": {
83-
"@eslint/eslintrc": "^3.1.0",
84-
"@eslint/js": "^9.14.0",
83+
"@eslint/eslintrc": "^3.2.0",
84+
"@eslint/js": "^9.15.0",
8585
"@types/eslint": "^8.56.12",
8686
"@types/estree": "^1.0.6",
8787
"@types/mocha": "^10.0.9",
8888
"@typescript-eslint/parser": "^8.14.0",
8989
"@typescript-eslint/types": "^8.14.0",
90-
"eslint": "^9.14.0",
90+
"eslint": "^9.15.0",
9191
"eslint-plugin-jsonc": "^2.18.1",
9292
"eslint-plugin-mdx": "^3.1.5",
93-
"eslint-plugin-n": "^17.13.1",
93+
"eslint-plugin-n": "^17.13.2",
9494
"eslint-plugin-react": "^7.37.2",
9595
"eslint-plugin-simple-import-sort": "^12.1.1",
9696
"eslint-plugin-yml": "^1.15.0",

packages/cspell-lib/api/api.d.ts

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/eslint@9.15.0.patch

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/lib/rules/no-unused-expressions.js b/lib/rules/no-unused-expressions.js
2+
index fd1437c1606a56cbce147d040d601d0acef3d24a..1ac2d6e45fbb04f93d9cccdc5265bb38c3701aca 100644
3+
--- a/lib/rules/no-unused-expressions.js
4+
+++ b/lib/rules/no-unused-expressions.js
5+
@@ -76,7 +76,7 @@ module.exports = {
6+
allowTernary,
7+
allowTaggedTemplates,
8+
enforceForJSX
9+
- }] = context.options;
10+
+ } = {}] = context.options;
11+
12+
/**
13+
* Has AST suggesting a directive.
14+
diff --git a/lib/rules/no-warning-comments.js b/lib/rules/no-warning-comments.js
15+
index 628f5a2ac513303cc3fe2cc9adcbf1ae54128747..a42e8318e028c6a3717afceef3c949bf8eab5827 100644
16+
--- a/lib/rules/no-warning-comments.js
17+
+++ b/lib/rules/no-warning-comments.js
18+
@@ -64,7 +64,7 @@ module.exports = {
19+
20+
create(context) {
21+
const sourceCode = context.sourceCode;
22+
- const [{ decoration, location, terms: warningTerms }] = context.options;
23+
+ const [{ decoration, location, terms: warningTerms } = this.meta.defaultOptions[0]] = context.options;
24+
const escapedDecoration = escapeRegExp(decoration ? decoration.join("") : "");
25+
const selfConfigRegEx = /\bno-warning-comments\b/u;
26+

0 commit comments

Comments
 (0)