Skip to content

chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 - #232

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-8.23.1
Sep 22, 2022
Merged

chore(deps-dev): bump eslint from 8.23.0 to 8.23.1#232
kodiakhq[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-8.23.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2022

Copy link
Copy Markdown
Contributor

Bumps eslint from 8.23.0 to 8.23.1.

Release notes

Sourced from eslint's releases.

v8.23.1

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

Chores

Changelog

Sourced from eslint's changelog.

v8.23.1 - September 12, 2022

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • 38e8171 perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)
  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1c388fb chore: switch nyc to c8 (#16263) (唯然)
  • 67db10c chore: enable linting .eleventy.js again (#16274) (Milos Djermanovic)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 42bfbd7 chore: fix npm run perf crashes (#16258) (唯然)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)
Commits

Dependabot compatibility score

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 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 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)

Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.23.0...v8.23.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automerge Informs Kodiak that a PR is edible to be automatically merged dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2022
@kodiakhq
kodiakhq Bot merged commit 0bc2e09 into main Sep 22, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/eslint-8.23.1 branch September 22, 2022 04:58
lukas-reining pushed a commit that referenced this pull request Jun 29, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jonathannorris added a commit that referenced this pull request Jul 27, 2026
- Update @angular/cli and @angular/build to ^21.2.19 within packages/angular,
  which naturally resolves esbuild, vite, undici, and piscina to patched
  versions, removing the need for overrides on those packages.
- Update @vitest/browser, @vitest/coverage-v8, and vitest to ^4.1.10 to
  resolve a critical vitest browser vulnerability.
- Lockfile-only bump of hono, immutable, linkify-it, fast-uri, tar, and
  brace-expansion to patched versions.
- Drop the js-yaml override in favor of its natural in-range resolution
  (3.15.0 for the istanbuljs consumer, 4.2.0 for the eslint consumer),
  avoiding an unnecessary major-version override.
- Drop the multer and @angular/build/@babel/core overrides now that they
  resolve to patched versions without forcing.
- Keep only the overrides that are still required because the parent
  package exact-pins a vulnerable version with no upstream fix available:
  uuid (via @cucumber/messages and jest-cucumber) and @babel/core (via
  @angular/compiler-cli).
- @hono/node-server remains below the patched version (alert #232):
  @modelcontextprotocol/sdk, a devDependency of @angular/cli's MCP
  tooling, pins @hono/node-server to ^1.19.9 even in its latest release
  (1.29.0), so there is no non-override fix available yet. This is a
  build-tool-only devDependency, never shipped in published packages.

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
toddbaert pushed a commit that referenced this pull request Jul 31, 2026
- Update @angular/cli and @angular/build to ^21.2.19 within packages/angular,
  which naturally resolves esbuild, vite, undici, and piscina to patched
  versions, removing the need for overrides on those packages.
- Update @vitest/browser, @vitest/coverage-v8, and vitest to ^4.1.10 to
  resolve a critical vitest browser vulnerability.
- Lockfile-only bump of hono, immutable, linkify-it, fast-uri, tar, and
  brace-expansion to patched versions.
- Drop the js-yaml override in favor of its natural in-range resolution
  (3.15.0 for the istanbuljs consumer, 4.2.0 for the eslint consumer),
  avoiding an unnecessary major-version override.
- Drop the multer and @angular/build/@babel/core overrides now that they
  resolve to patched versions without forcing.
- Keep only the overrides that are still required because the parent
  package exact-pins a vulnerable version with no upstream fix available:
  uuid (via @cucumber/messages and jest-cucumber) and @babel/core (via
  @angular/compiler-cli).
- @hono/node-server remains below the patched version (alert #232):
  @modelcontextprotocol/sdk, a devDependency of @angular/cli's MCP
  tooling, pins @hono/node-server to ^1.19.9 even in its latest release
  (1.29.0), so there is no non-override fix available yet. This is a
  build-tool-only devDependency, never shipped in published packages.

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
toddbaert pushed a commit that referenced this pull request Jul 31, 2026
## Summary

- Resolved 46 of the 48 open Dependabot security alerts by bumping
vulnerable dev/build/test tooling dependencies to patched versions. No
published SDK production dependency is affected (published packages
declare only `tslib`).
- This SDK ships publicly, so it carries **no
`overrides`/`resolutions`**. Every fix is a lockfile-only bump or an
in-range devDependency bump. Two alerts (`uuid` #179 and
`@hono/node-server` #232) have no override-free fix and are left
unresolved; both are dev/build/test-only and never shipped.

## Dependabot Alerts Resolved

| Alert | Package | Severity | Fix |
|-------|---------|----------|-----|
| #190 #192 #197 #191 #193 #198 #194 #195 | `@angular/core`,
`@angular/common`, `@angular/compiler` | high/medium | Already patched
at `21.2.17` |
| #200 | `@babel/core` | low | `@angular/compiler-cli` exact-pins
`7.29.0`, but npm dedupes to the patched `7.29.7` already in the tree,
so no `7.29.0` copy remains; no override needed |
| #232 | `@hono/node-server` | medium | **Unresolved** — see Notes |
| #225 #228 #229 | `@sigstore/core`, `@sigstore/verify`, `sigstore` |
medium/high | Already patched |
| #233 | `@vitest/browser` | critical | Bumped
`@vitest/browser`/`@vitest/coverage-v8`/`vitest` devDeps to `^4.1.10` |
| #230 | `brace-expansion` | high | Lockfile bump to patched versions |
| #187 | `esbuild` | low | Bumped `@angular/cli`/`@angular/build` to
`^21.2.19`, resolving esbuild naturally |
| #240 #241 | `fast-uri` | high | Lockfile bump to `3.1.4` |
| #205 | `form-data` | high | Already patched |
| #206-#210 #234-#236 | `hono` | high/medium | Lockfile bump to
`4.12.32` |
| #237 #238 | `immutable` | high | Lockfile bump to `5.1.9` |
| #226 #227 | `js-yaml` | medium | Resolves naturally in-range
(`3.15.0`/`4.2.0`) |
| #239 | `linkify-it` | high | Lockfile bump to `5.0.2` |
| #211 | `multer` | medium | Resolves naturally to `2.2.0` |
| #213 | `piscina` | high | Resolves naturally via
`@angular/cli`/`@angular/build` bump |
| #204 #244 | `tar` | medium | Lockfile bump to `7.5.22` |
| #214-#218 #221-#224 | `undici` | high/medium/low | Resolves naturally
via `@angular/cli`/`@angular/build` bump |
| #179 | `uuid` | medium | **Unresolved** — see Notes |
| #202 #203 | `vite` | high/medium | Resolves naturally via
`@angular/cli`/`@angular/build` bump |

## Notes

- This SDK ships publicly and carries **no `overrides`/`resolutions`**.
All fixes are lockfile-only or in-range devDependency bumps.
- **Unresolved: #179 (`uuid`, medium).** Pulled in transitively by
`jest-cucumber` (latest `4.5.0` still pins `uuid ^10`) and
`@cucumber/messages` (`9.0.1`). There is no override-free upgrade path.
Test-only; never shipped in any published package. Revisit once
`jest-cucumber` bumps `uuid` upstream.
- **Unresolved: #232 (`@hono/node-server`, medium).** Pulled in
transitively via `@angular/cli` → `@modelcontextprotocol/sdk` (used for
Angular CLI's MCP tooling). `@modelcontextprotocol/sdk` pins
`@hono/node-server` to `^1.19.9` even in its latest release (`1.29.0`),
so there's no non-override fix available yet. This is a devDependency of
the Angular CLI's tooling only; it is never shipped in any published
package. Will need to be revisited once `@modelcontextprotocol/sdk`
bumps this dependency upstream.
- Verified: `npm run build`, `npm run test` (590 jest tests + 45 Angular
tests pass), and `npm install` all succeed.

---------

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Informs Kodiak that a PR is edible to be automatically merged dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants