Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-npm group across 1 directory with 16 updates #274

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the dev-npm group with 16 updates in the / directory:

Package From To
svelte-check 3.8.0 3.8.1
typescript 5.4.5 5.5.2
wxt 0.18.4 0.18.9
@sveltejs/adapter-auto 3.2.1 3.2.2
@sveltejs/kit 2.5.10 2.5.17
vite 5.2.12 5.3.1
@hey-api/openapi-ts 0.46.3 0.47.2
prettier 3.3.1 3.3.2
eslint 9.4.0 9.5.0
eslint-plugin-svelte 2.39.0 2.40.0
globals 15.3.0 15.6.0
prettier-plugin-svelte 3.2.4 3.2.5
prettier-plugin-tailwindcss 0.6.1 0.6.5
svelte-eslint-parser 0.36.0 0.39.2
typescript-eslint 7.12.0 7.13.1
@sveltejs/package 2.3.1 2.3.2

Updates svelte-check from 3.8.0 to 3.8.1

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.1

  • fix: adjust ambient module snipping logic
  • chore: speed up regex
Commits

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates wxt from 0.18.4 to 0.18.9

Release notes

Sourced from wxt's releases.

wxt v0.18.9

compare changes

🚀 Enhancements

  • experimental: Replace viteRuntime option with entrypointImporter option, and implement vite-node importer (#761)

wxt v0.18.8

compare changes

🚀 Enhancements

  • dev: Reload extension when public files change (#752)

🩹 Fixes

  • Don't load plugins twice in HTML pages (#746)
  • Ignore .wxt file changes in dev (#755)
  • modules: addViteConfig ignored user vite config (#760)

🏡 Chore

  • Refactor client web socket util (#753)
  • Add E2E test for addImportPreset (9fc6408)

wxt v0.18.7

compare changes

🩹 Fixes

  • dev: Fix CSP error loading HTML plugins (#723)
  • Generalize react-refresh preamble logic to virtualize all inline scripts (#728)
  • zip: Revert dotfile changes from #674 (#742, #674)

🏡 Chore

  • deps: Upgrade and sync all dependencies (#725)
  • Extract build cache script to NPM package (#737)

wxt v0.18.6

compare changes

🚀 Enhancements

  • modules: Add new addImportPreset helper function (#720)

🩹 Fixes

  • types: Module options param is optional, but types did not reflect that (#719)
  • modules: Re-export WxtModule type from wxt/modules to prevent TS2742 (#721)

... (truncated)

Commits
  • 936e89f chore(release): wxt v0.18.9
  • ad365ec feat(experimental): Replace viteRuntime option with entrypointImporter op...
  • b4283e3 chore(release): wxt v0.18.8
  • b467ad7 fix(modules): addViteConfig ignored user vite config (#760)
  • 9fc6408 chore: Add E2E test for addImportPreset
  • 394cb1a docs: Add 'WorkFlowy MultiFlow' to homepage
  • ffec885 fix: Ignore .wxt file changes in dev (#755)
  • 4758bea docs: update sandbox.md (#754)
  • 6671471 feat(dev): Reload extension when public files change (#752)
  • ae78dc7 chore: Refactor client web socket util (#753)
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-auto from 3.2.1 to 3.2.2

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.2.2

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.2.2

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.10 to 2.5.17

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.17

Patch Changes

  • chore: update package description (#11846)

@​sveltejs/kit@​2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

@​sveltejs/kit@​2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

@​sveltejs/kit@​2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

@​sveltejs/kit@​2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

@​sveltejs/kit@​2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

@​sveltejs/kit@​2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.17

Patch Changes

  • chore: update package description (#11846)

2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Commits

Updates vite from 5.2.12 to 5.3.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

Chore

... (truncated)

Commits

Updates @hey-api/openapi-ts from 0.46.3 to 0.47.2

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.47.2

Patch Changes

@​hey-api/openapi-ts@​0.47.1

Patch Changes

  • #690 1017ace Thanks @​Nick-Lucas! - Fix an issue where transforms for endpoints with array returns were not generated correctly

@​hey-api/openapi-ts@​0.47.0

Minor Changes

  • #685 8ca3e5e Thanks @​mrlubos! - feat: add initial support for response transformers (string -> Date)

  • #663 e01c612 Thanks @​Stono! - Add support for customizing method names with services.methodNameBuilder()

Commits

Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

Commits

Updates eslint from 9.4.0 to 9.5.0

Release notes

Sourced from eslint's releases.

v9.5.0

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)

Chores

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
  • 2c8fd34 ci: pin @​wdio/browser-runner v8.36.0 (#18540) (唯然)
Changelog

Sourced from eslint's changelog.

v9.5.0 - June 14, 2024

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
  • c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)
  • d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)
  • 2c8fd34 ci: pin @​wdio/browser-runner v8.36.0 (#18540) (唯然)
Commits

Updates eslint-plugin-svelte from 2.39.0 to 2.40.0

Description has been truncated

…dates

Bumps the dev-npm group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.0` | `3.8.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.18.4` | `0.18.9` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.1` | `3.2.2` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.10` | `2.5.17` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.12` | `5.3.1` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.46.3` | `0.47.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.2` |
| [eslint](https://github.com/eslint/eslint) | `9.4.0` | `9.5.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.39.0` | `2.40.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.3.0` | `15.6.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.4` | `3.2.5` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.1` | `0.6.5` |
| [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) | `0.36.0` | `0.39.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.12.0` | `7.13.1` |
| [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) | `2.3.1` | `2.3.2` |



Updates `svelte-check` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.0...svelte-check-3.8.1)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

Updates `wxt` from 0.18.4 to 0.18.9
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.18.4...wxt-v0.18.9)

Updates `@sveltejs/adapter-auto` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/kit` from 2.5.10 to 2.5.17
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `vite` from 5.2.12 to 5.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.1/packages/vite)

Updates `@hey-api/openapi-ts` from 0.46.3 to 0.47.2
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

Updates `prettier` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.2)

Updates `eslint` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.4.0...v9.5.0)

Updates `eslint-plugin-svelte` from 2.39.0 to 2.40.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected])

Updates `globals` from 15.3.0 to 15.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.3.0...v15.6.0)

Updates `prettier-plugin-svelte` from 3.2.4 to 3.2.5
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.4...v3.2.5)

Updates `prettier-plugin-tailwindcss` from 0.6.1 to 0.6.5
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.1...v0.6.5)

Updates `svelte-eslint-parser` from 0.36.0 to 0.39.2
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases)
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-eslint-parser@v0.36.0...v0.39.2)

Updates `typescript-eslint` from 7.12.0 to 7.13.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/typescript-eslint)

Updates `@sveltejs/package` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/package/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/package)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: svelte-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: "@sveltejs/package"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
Copy link

vercel bot commented Jun 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
youtube-downloader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 3:01am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2024

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

@dependabot dependabot bot closed this Jun 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-npm-36650af265 branch June 25, 2024 18:17
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.

1 participant