Skip to content

Bump the javascript-development group across 1 directory with 10 updates - #52

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript-development-d95df35b6a
Closed

Bump the javascript-development group across 1 directory with 10 updates#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript-development-d95df35b6a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Bumps the javascript-development group with 10 updates in the / directory:

Package From To
@cloudflare/vite-plugin 1.51.1 1.52.1
@cloudflare/workers-types 5.20260808.1 5.20260817.1
@types/node 24.13.3 26.2.0
eslint 9.39.4 10.8.1
eslint-config-next 16.3.0 16.3.1
js-yaml 5.2.3 5.3.0
lucide-react 1.30.0 1.31.0
next 16.3.0 16.3.1
vinext 1.0.0-beta.5 1.0.0-beta.6
wrangler 4.120.0 4.123.0

Updates @cloudflare/vite-plugin from 1.51.1 to 1.52.1

Release notes

Sourced from @​cloudflare/vite-plugin's releases.

@​cloudflare/vite-plugin@​1.52.1

Patch Changes

@​cloudflare/vite-plugin@​1.52.0

Minor Changes

  • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

    As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

    To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

    @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

    wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

Patch Changes

  • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

    workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

    The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

  • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

@​cloudflare/vite-plugin@​1.51.3

Patch Changes

@​cloudflare/vite-plugin@​1.51.2

Patch Changes

... (truncated)

Changelog

Sourced from @​cloudflare/vite-plugin's changelog.

1.52.1

Patch Changes

1.52.0

Minor Changes

  • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

    As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

    To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

    @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

    wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

Patch Changes

  • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

    workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

    The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

  • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

1.51.3

Patch Changes

1.51.2

Patch Changes

  • #14994 2194f88 Thanks @​emily-shen! - Update dev and preview for Miniflare's config-based options

    The Vite plugin now converts the Miniflare options it creates for dev and preview sessions to Miniflare's config-based workers shape.

... (truncated)

Commits

Updates @cloudflare/workers-types from 5.20260808.1 to 5.20260817.1

Commits

Updates @types/node from 24.13.3 to 26.2.0

Commits

Updates eslint from 9.39.4 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

... (truncated)

Commits

Updates eslint-config-next from 16.3.0 to 16.3.1

Release notes

Sourced from eslint-config-next's releases.

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

v16.3.1-canary.25

Misc Changes

  • [PPF] Remove unstable_eager: #97524
  • [PPF] Do not mark complete shell requests as partial: #97503
  • fix: add accessible label to icon-only link: #96334
  • Fix stale cross-references in skills/: #97566
  • docs: generateMetadata values should be serializable with use cache: #97551
  • Move preview props into separate manifest: #96004
  • docs: adjust interactive app guide: #97558
  • Turbopack: allow TURBOPACK_PRINT_CHUNK_GROUPS in release builds: #97515
  • [test] Point next-image-legacy images at a reachable endpoint: #97545
  • test: improve error-on-next-codemod-comment flakiness: #97553
  • Turbopack: cross-module constants: #90300
  • test: better isolate concurrent-install suite: #97546
  • docs: outlining and lcp: #96942
  • Fix use cache prerender signal retention: #97476
  • Turbopack: More aggressively debounce filesystem watch events if we detected changes to node_modules: #96116
  • docs: document metadata pagination field: #95509

Credits

Huge thanks to @​lubieowoce, @​niketchandivade, @​gaojude, @​devjiwonchoi, @​mischnic, @​aurorascharff, @​eps1lon, @​icyJoseph, @​gnoff, @​bgw, and @​biubiukam for helping!

... (truncated)

Commits

Updates js-yaml from 5.2.3 to 5.3.0

Changelog

Sourced from js-yaml's changelog.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

  • Changed flat constant exports to grouped exports: EVENT_ID, SCALAR_STYLE, COLLECTION_STYLE, and CHOMPING_MODE, along with their value types. The old exports are still preserved, but deprecated.
  • Made identify mandatory for custom tag definitions. Use identify: () => false for load-only tags.

Deprecated

  • Deprecated flat constant exports. Use grouped ones instead.

Removed

  • Removed the MERGE_KEY export (not used anymore after last fixes).

Fixed

  • Validate << sequence items at merge time, so aliased merge sources are checked too.
  • Resolve << outside of a mapping key as the plain string '<<', matching v4, instead of leaking an internal symbol into the result.
Commits
  • 04db458 5.3.0 released
  • 22ce0a0 Changelog update
  • fae37b8 fix: << outside a mapping key no longer leaks the internal merge symbol
  • b62ef83 fix: validate << sequence items at merge time, so aliased sources are check...
  • cc665ec docs: review and update annotations
  • 2aa24a6 Changelog update
  • eec6902 Restore deprecated parser constant exports
  • 03397ac Move throwErrorAt to YAMLException as throwAt
  • d9dd2c7 docs: new condensed theme
  • 0f898e6 docs: annotation tweaks
  • Additional commits viewable in compare view

Updates lucide-react from 1.30.0 to 1.31.0

Release notes

Sourced from lucide-react's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Commits

Updates next from 16.3.0 to 16.3.1

Release notes

Sourced from next's releases.

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

v16.3.1-canary.25

Misc Changes

  • [PPF] Remove unstable_eager: #97524
  • [PPF] Do not mark complete shell requests as partial: #97503
  • fix: add accessible label to icon-only link: #96334
  • Fix stale cross-references in skills/: #97566
  • docs: generateMetadata values should be serializable with use cache: #97551
  • Move preview props into separate manifest: #96004
  • docs: adjust interactive app guide: #97558
  • Turbopack: allow TURBOPACK_PRINT_CHUNK_GROUPS in release builds: #97515
  • [test] Point next-image-legacy images at a reachable endpoint: #97545
  • test: improve error-on-next-codemod-comment flakiness: #97553
  • Turbopack: cross-module constants: #90300
  • test: better isolate concurrent-install suite: #97546
  • docs: outlining and lcp: #96942
  • Fix use cache prerender signal retention: #97476
  • Turbopack: More aggressively debounce filesystem watch events if we detected changes to node_modules: #96116
  • docs: document metadata pagination field: #95509

Credits

Huge thanks to @​lubieowoce, @​niketchandivade, @​gaojude, @​devjiwonchoi, @​mischnic, @​aurorascharff, @​eps1lon, @​icyJoseph, @​gnoff, @​bgw, and @​biubiukam for helping!

... (truncated)

Commits
  • 3d32eb8 v16.3.1
  • 2b4b1ec [backport] Revert i18n localization change for dynamic Pages API routes (#949...
  • 228df5f [backport] Retain fewer stale cache versions and use a TTL, plus the mtime fa...
  • 16eab3a [backport] Fix: Optimistic routing bugs leading to repeated prefetch loops (#...
  • 75548c9 [backport] Fix Nav Inspector request loop on repeat captures (#97326)
  • f6bd714 [backport] [test] Compile the middleware redirect routes up front in dev (#97...
  • 43c1c60 [16.3] [ci] Use OIDC tokens to read private preview builds (#97258)
  • 9dbb357 [backport] Encode the cache item name built by unstable_cache (#97313)
  • 323a17c [backport] Discard only cache entries that predate a tag revalidation, and re...
  • 6d67f46 [backport] Keep the dev validation worker alive across HMR updates (#97315)
  • Additional commits viewable in compare view

Updates vinext from 1.0.0-beta.5 to 1.0.0-beta.6

Release notes

Sourced from vinext's releases.

vinext@1.0.0-beta.6

Features

  • Use Cache: support callable cached functions with rsc plugin api (#2156)

Bug Fixes

App Router

  • reject unverified Worker prerender params (#2901)
  • preserve request.cf in route handlers (#2886)
  • preserve valued RSC queries through routing (#2883)
  • bail out static search params rendering (#2882)
  • expose not-found fallback flight payload (#2349)
  • prefetch root-param segment trees (#2856)
  • preserve full prefetch stale windows (#2851)

Build

  • support Pages Router ESM externals (#2877)
  • preserve server export conditions (#2918)
  • bundle image-size in vinext (#2913)
  • define process.browser per environment (#2899)
  • preserve transitive external versions (#2887)

Cache

  • preserve binary fetch response bodies (#2907)
  • ISR cache should store the framework preload header (#2900)
  • vary use cache entries by root params (#2847)
  • keep encoded dynamic prefetches learning-only (#2866)
  • delegate CDN header cleanup to adapters (#2797)

Misc

  • Headers: preserve config Link headers alongside React preload links (#2791)
  • Pages: keep charset first in custom document heads (#2909)
  • Font: not emitting 400 as default value when font weight is omitted (#2796)
  • Use Cache: allow literal exports from use-cache files (#2906)
  • Router: preserve basePath in Pages Router events (#2888)
  • RSC: preserve BOM bytes in embedded Flight chunks (#2905)
  • Pages: align middleware rewrite navigation (#2891)
  • Config: preserve native TypeScript dynamic imports (#2353)
  • Prerender: cache use-cache metadata routes (#2848)
  • Prerender: expose the production build phase (#2846)

Contributors

... (truncated)

Commits
  • 365c604 chore: version packages (beta) (#2844)
  • 3ec5bdc fix(build): support Pages Router ESM externals (#2877)
  • 965750b fix(build): preserve server export conditions (#2918)
  • bdbb322 test(navigation): stabilize queued prefetch promotion (#2920)
  • 88ea15a fix(headers): preserve config Link headers alongside React preload links (#2791)
  • d1fb2eb fix(pages): keep charset first in custom document heads (#2909)
  • a3d1d1d fix(build): bundle image-size in vinext (#2913)
  • ee1d857 fix(app-router): reject unverified Worker prerender params (#2901)
  • 98fd69c fix(font): not emitting 400 as default value when font weight is omitted (#2796)
  • 92c57b9 fix(build): define process.browser per environment (#2899)
  • Additional commits viewable in compare view

Updates wrangler from 4.120.0 to 4.123.0

Release notes

Sourced from

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
@dependabot
dependabot Bot requested a review from JacobLinCool as a code owner August 20, 2026 14:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
Bumps the javascript-development group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.51.1` | `1.52.1` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260808.1` | `5.20260817.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.3` | `26.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.8.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.3.0` | `16.3.1` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.3` | `5.3.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.30.0` | `1.31.0` |
| [next](https://github.com/vercel/next.js) | `16.3.0` | `16.3.1` |
| [vinext](https://github.com/cloudflare/vinext) | `1.0.0-beta.5` | `1.0.0-beta.6` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.120.0` | `4.123.0` |



Updates `@cloudflare/vite-plugin` from 1.51.1 to 1.52.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.52.1/packages/vite-plugin-cloudflare)

Updates `@cloudflare/workers-types` from 5.20260808.1 to 5.20260817.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@types/node` from 24.13.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.39.4 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.8.1)

Updates `eslint-config-next` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.1/packages/eslint-config-next)

Updates `js-yaml` from 5.2.3 to 5.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.3...5.3.0)

Updates `lucide-react` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)

Updates `next` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.3.0...v16.3.1)

Updates `vinext` from 1.0.0-beta.5 to 1.0.0-beta.6
- [Release notes](https://github.com/cloudflare/vinext/releases)
- [Commits](https://github.com/cloudflare/vinext/compare/vinext@1.0.0-beta.5...vinext@1.0.0-beta.6)

Updates `wrangler` from 4.120.0 to 4.123.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.123.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.52.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-development
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260817.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-development
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: javascript-development
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: javascript-development
- dependency-name: eslint-config-next
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-development
- dependency-name: js-yaml
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-development
- dependency-name: lucide-react
  dependency-version: 1.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-development
- dependency-name: next
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-development
- dependency-name: vinext
  dependency-version: 1.0.0-beta.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-development
- dependency-name: wrangler
  dependency-version: 4.123.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/javascript-development-d95df35b6a branch from 0610e5b to 269f918 Compare August 20, 2026 14:34
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/javascript-development-d95df35b6a branch August 24, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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