Bump the miscs group with 7 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the miscs group with 7 updates:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.26.0 |
9.27.0 |
| eslint | 9.26.0 |
9.27.0 |
| eslint-import-resolver-typescript | 4.3.4 |
4.3.5 |
| @types/node | 22.15.18 |
22.15.19 |
| aws-cdk | 2.1015.0 |
2.1016.0 |
| @eslint/core | 0.13.0 |
0.14.0 |
| @eslint/plugin-kit | 0.2.8 |
0.3.1 |
Updates @eslint/js from 9.26.0 to 9.27.0
Release notes
Sourced from @eslint/js's releases.
v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)Documentation
25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317ebdocs: Update README (GitHub Actions Bot)4c289e6docs: Update README (GitHub Actions Bot)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)Chores
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317ebdocs: Update README (GitHub Actions Bot)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6docs: Update README (GitHub Actions Bot)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)
Commits
Updates eslint from 9.26.0 to 9.27.0
Release notes
Sourced from eslint's releases.
v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)Documentation
25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317ebdocs: Update README (GitHub Actions Bot)4c289e6docs: Update README (GitHub Actions Bot)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)Chores
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317ebdocs: Update README (GitHub Actions Bot)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6docs: Update README (GitHub Actions Bot)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)
Commits
b9080cf9.27.0b7a5c66Build: changelog update for 9.27.0f8f1560chore: upgrade@eslint/js@9.27.0 (#19739)ecaef73chore: package.json update for@eslint/jsrelease25de550docs: Update description of frozen rules to mention TypeScript (#19736)bd5def6docs: Clean up configuration files docs (#19735)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717)5687ce7fix: correct mismatched removed rules (#19734)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732)ba456e0feat: Externalize MCP server (#19699)- Additional commits viewable in compare view
Updates eslint-import-resolver-typescript from 4.3.4 to 4.3.5
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v4.3.5
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5
Commits
c45039echore: release eslint-import-resolver-typescript (#451)3f1aab1fix: remove buggymodule-syncexports field (#450)- See full diff in compare view
Updates @types/node from 22.15.18 to 22.15.19
Commits
- See full diff in compare view
Updates aws-cdk from 2.1015.0 to 2.1016.0
Release notes
Sourced from aws-cdk's releases.
aws-cdk@v2.1016.0
2.1016.0 (2025-05-16)
Features
Bug Fixes
Commits
319f1adfeat(cli): allow change set imports resources that already exist (#447)- See full diff in compare view
Updates @eslint/core from 0.13.0 to 0.14.0
Release notes
Sourced from @eslint/core's releases.
config-array: v0.14.0
0.14.0 (2024-05-08)
Features
- Add config-array package (4a2274d)
- Add types to config-array (#3) (8b80e81)
- sync packages meta (#12) (27fcd25)
Bug Fixes
- Include package.json (ce52aaa)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/object-schemabumped from ^2.0.3 to ^2.1.0core: v0.14.0
0.14.0 (2025-04-30)
Features
Commits
89c7748chore: release core 0.14.0 (#194)592557cchore: fix release-please PR title (#189)7af665echore: Separate pull requests (#183)917feb1docs: Update README sponsors63cb367feat: Better conversion of .eslintrc.js files in migrate-config (#172)484b6cafeat: makeTextSourceCodeBasea generic type (#182)fd9b571feat: add core types for language-specific rule definitions (#178)eb05e04docs: Update README sponsors3fde625docs: Update README sponsors3951541docs: Update README sponsors- Additional commits viewable in compare view
Updates @eslint/plugin-kit from 0.2.8 to 0.3.1
Release notes
Sourced from @eslint/plugin-kit's releases.
plugin-kit: v0.3.1
0.3.1 (2025-05-01)
Bug Fixes
core: v0.3.0
0.3.0 (2024-07-22)
⚠ BREAKING CHANGES
- Add getLoc/getRange to SourceCode interface (#89)
Features
plugin-kit: v0.3.0
0.3.0 (2025-04-30)
Features
Commits
daa1955chore: release main (#198)a830283fix: Upgrade@eslint/core(#197)b840b0echore: release migrate-config 1.5.0 (#193)4d92bcechore: release plugin-kit 0.3.0 (#190)89c7748chore: release core 0.14.0 (#194)592557cchore: fix release-please PR title (#189)7af665echore: Separate pull requests (#183)917feb1docs: Update README sponsors63cb367feat: Better conversion of .eslintrc.js files in migrate-config (#172)484b6cafeat: makeTextSourceCodeBasea generic type (#182)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+138
-592
Package Dependencies
eslint-import-resolver-typescript
npm
4.3.4 → 4.3.5
Patch
Technical Details
| ID: | 407585 |
| UUID: | 2527302634 |
| Node ID: | PR_kwDOKYCPlM6Wo5Pq |
| Host: | GitHub |
| Repository: | poad/next-ts-lambda-ssr-template |
| Merge State: | Unknown |