Bumpscross-spawn andeslint. These dependencies needed to be updated together.
Updatescross-spawn from 6.0.5 to 7.0.5
Changelog
Sourced fromcross-spawn's changelog.
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
7.0.3 (2020-05-25)
Bug Fixes
- detect path key based on correct environment (#133) (159e7e9)
7.0.2 (2020-04-04)
Bug Fixes
7.0.1 (2019-10-07)
Bug Fixes
7.0.0 (2019-09-03)
⚠ BREAKING CHANGES
Commits
Updateseslint from 5.16.0 to 9.15.0
Release notes
Sourced fromeslint's releases.
v9.15.0
Features
01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)bdec50e feat: fixno-useless-computed-key false negative with__proto__ (#19123) (Milos Djermanovic)3087c9e feat: addmeta object to@eslint/js plugin (#19095) (Francesco Trotta)
Bug Fixes
fd33f13 fix: update types forno-restricted-imports rule (#19060) (Nitin Kumar)bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)9db5b15 fix: unsafe report forno-lonely-if (#19087) (Abraham Guo)68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)4ce625a fix: upgrade@humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
Documentation
d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)09bc2a8 docs: Update README (GitHub Actions Bot)39089c8 docs: addno-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)522d8a3 docs: add deprecation onindent,quotes andsemi rule types (#19090) (Marco Pasqualetti)
Chores
2967d91 chore: upgrade@eslint/js@9.15.0 (#19133) (Milos Djermanovic)b441bee chore: package.json update for@eslint/js release (Jenkins)7d6bf4a chore: upgrade@eslint/core@0.9.0 (#19131) (Milos Djermanovic)902e707 chore: upgrade@eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)cceccc7 chore: update dependency@eslint/json to ^0.6.0 (#19117) (renovate[bot])0da3f73 chore: update algolia referrer (#19114) (Strek)4f08332 ci: unpintrunk-io/trunk-action (#19108) (Francesco Trotta)6b75683 perf: optimizetext-table by replacing regex withtrimEnd (#19061) (Nitin Kumar)
v9.14.0
Features
3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3 feat: add types for the@eslint/js package (#19010) (Nitin Kumar)
Bug Fixes
24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
Documentation
151c965 docs: updatecontext.languageOptions.parser description (#19084) (Nitin Kumar)dc34f94 docs: Update README (GitHub Actions Bot)f16e846 docs: Update README (GitHub Actions Bot)ee0a77e docs: change link from@types/eslint to lib/types (#19049) (Karl Horky)50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
... (truncated)
Changelog
Sourced fromeslint's changelog.
v9.15.0 - November 15, 2024
2967d91 chore: upgrade@eslint/js@9.15.0 (#19133) (Milos Djermanovic)b441bee chore: package.json update for@eslint/js release (Jenkins)7d6bf4a chore: upgrade@eslint/core@0.9.0 (#19131) (Milos Djermanovic)01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)902e707 chore: upgrade@eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)fd33f13 fix: update types forno-restricted-imports rule (#19060) (Nitin Kumar)5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)bdec50e feat: fixno-useless-computed-key false negative with__proto__ (#19123) (Milos Djermanovic)09bc2a8 docs: Update README (GitHub Actions Bot)bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)39089c8 docs: addno-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)cceccc7 chore: update dependency@eslint/json to ^0.6.0 (#19117) (renovate[bot])0da3f73 chore: update algolia referrer (#19114) (Strek)9db5b15 fix: unsafe report forno-lonely-if (#19087) (Abraham Guo)68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)4f08332 ci: unpintrunk-io/trunk-action (#19108) (Francesco Trotta)3087c9e feat: addmeta object to@eslint/js plugin (#19095) (Francesco Trotta)298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)4ce625a fix: upgrade@humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)522d8a3 docs: add deprecation onindent,quotes andsemi rule types (#19090) (Marco Pasqualetti)6b75683 perf: optimizetext-table by replacing regex withtrimEnd (#19061) (Nitin Kumar)
v9.14.0 - November 1, 2024
f36cb16 chore: upgrade@eslint/js@9.14.0 (#19086) (Milos Djermanovic)28be447 chore: package.json update for@eslint/js release (Jenkins)24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3 feat: add types for the@eslint/js package (#19010) (Nitin Kumar)151c965 docs: updatecontext.languageOptions.parser description (#19084) (Nitin Kumar)dc34f94 docs: Update README (GitHub Actions Bot)f48a2a0 test: addno-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)37c9177 build: update@wdio/* dependencies (#19068) (Francesco Trotta)b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)f16e846 docs: Update README (GitHub Actions Bot)ee0a77e docs: change link from@types/eslint to lib/types (#19049) (Karl Horky)d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)7259627 test: ensure tmp directory cleanup incheck-emfile-handling.js (#19036) (Livia Medeiros)50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
v9.13.0 - October 18, 2024
... (truncated)
Commits
Maintainer changes
This version was pushed to npm byeslintbot, a new releaser for eslint since your current version.
You can trigger a rebase of this PR by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from theSecurity Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading.Please reload this page.
Bumpscross-spawn andeslint. These dependencies needed to be updated together.
Updates
cross-spawnfrom 6.0.5 to 7.0.5Changelog
Sourced fromcross-spawn's changelog.
Commits
0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)9521e2dchore: fix tests in recent node js versions97ded39chore: convert package lockd52b6b9chore: remove unused argument (#156)5d84384chore: add travis jobs on ppc64le (#142)Updates
eslintfrom 5.16.0 to 9.15.0Release notes
Sourced fromeslint's releases.
... (truncated)
Changelog
Sourced fromeslint's changelog.
... (truncated)
Commits
6f37b079.15.01d99f29Build: changelog update for 9.15.02967d91chore: upgrade@eslint/js@9.15.0 (#19133)b441beechore: package.json update for@eslint/jsrelease7d6bf4achore: upgrade@eslint/core@0.9.0 (#19131)01557cefeat: Implement Language#normalizeLanguageOptions() (#19104)902e707chore: upgrade@eslint/plugin-kit@0.2.3 (#19130)2edc0e2feat: add meta.defaultOptions (#17656)fd33f13fix: update types forno-restricted-importsrule (#19060)5ff6c1dchore: bump cross-spawn (#19125)Maintainer changes
This version was pushed to npm byeslintbot, a new releaser for eslint since your current version.
You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from theSecurity Alerts page.