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

Bump the all-npm-packages group with 16 updates #21

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps the all-npm-packages group with 16 updates:

Package From To
lucide-svelte 0.399.0 0.408.0
tailwind-merge 2.3.0 2.4.0
@melt-ui/svelte 0.81.0 0.83.0
@microsoft/eslint-formatter-sarif 2.1.7 3.1.0
@playwright/test 1.44.1 1.45.1
@sveltejs/kit 2.5.16 2.5.18
eslint 9.5.0 9.6.0
eslint-plugin-svelte 2.40.0 2.42.0
globals 15.6.0 15.8.0
postcss 8.4.38 8.4.39
prettier-plugin-svelte 3.2.4 3.2.5
svelte-check 3.8.1 3.8.4
typescript 5.4.5 5.5.3
typescript-eslint 8.0.0-alpha.30 8.0.0-alpha.41
vite 5.3.1 5.3.3
vitest 1.6.0 2.0.2

Updates lucide-svelte from 0.399.0 to 0.408.0

Release notes

Sourced from lucide-svelte's releases.

New icons 0.408.0

New icons 🎨

Modified Icons 🔨

New icons 0.407.0

New icons 🎨

New icons 0.406.0

New icons 🎨

New icons 0.405.0

New icons 🎨

New icons 0.404.0

New icons 🎨

New icons 0.403.0

New icons 🎨

New icons 0.402.0

New icons 🎨

... (truncated)

Commits

Updates tailwind-merge from 2.3.0 to 2.4.0

Release notes

Sourced from tailwind-merge's releases.

v2.4.0

New Features

  • Allow hooking into class parsing logic (experimental) by @​dcastil in dcastil/tailwind-merge#444
    • There is no info to this in the docs because this is experimental, but there is a new experimentalParseClassName property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to dcastil/tailwind-merge#385 for upcoming more powerful low-level functionality.
  • Create security policy by @​dcastil in dcastil/tailwind-merge#439
    • Added documentation on how to report potential vulnerabilities
  • Avoid @babel/runtime dependency by @​dcastil in dcastil/tailwind-merge#431
    • Now no dependencies in tailwind-merge anymore. This dependency was only used in the tailwind-merge/es5 bundle anyway which I don't optimize for.

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v2.3.0...v2.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​microsoft for sponsoring tailwind-merge! ❤️

Commits
  • f745ace v2.4.0
  • 3847cc0 Merge pull request #444 from dcastil/feature/440/allow-hooking-into-class-par...
  • 9aa1c8e add tests for experimentalParseClassName
  • 6812bf7 fix outdated import path in class-map test
  • 922bfda fix experimentalParseClassName config property not being overriden in mergeCo...
  • f6c7b19 update versioning docs
  • 91eb1b6 add inline documentation for experimentalParseClassName
  • e28c73a add experimentalParseClassName feature to tailwind-merge
  • f39111d rename splitModifiers to parseClassName
  • 6fdf5ef rename class utils to class group utils
  • Additional commits viewable in compare view

Updates @melt-ui/svelte from 0.81.0 to 0.83.0

Release notes

Sourced from @​melt-ui/svelte's releases.

v0.83.0

Minor Changes

  • feat: add rootMargin to TableOfContents builder (#1210)

v0.82.0

Minor Changes

  • Added prop to createToaster() to pause all timers on hover (#1178)

  • feat(tags-input): split on paste (#1229)

  • add selection helpers to range calendar (cf20fc72)

  • add name prop to radio group builder hidden input element (#1237)

Patch Changes

  • fix(Calendar): sometimes first day of next month is missing (#1236)

  • fix(slider): onValueCommitted called if the slider had an active state (#1218)

Changelog

Sourced from @​melt-ui/svelte's changelog.

0.83.0

Minor Changes

  • feat: add rootMargin to TableOfContents builder (#1210)

0.82.0

Minor Changes

  • Added prop to createToaster() to pause all timers on hover (#1178)

  • feat(tags-input): split on paste (#1229)

  • add selection helpers to range calendar (cf20fc72)

  • add name prop to radio group builder hidden input element (#1237)

Patch Changes

  • fix(Calendar): sometimes first day of next month is missing (#1236)

  • fix(slider): onValueCommitted called if the slider had an active state (#1218)

Commits

Updates @microsoft/eslint-formatter-sarif from 2.1.7 to 3.1.0

Release notes

Sourced from @​microsoft/eslint-formatter-sarif's releases.

[email protected]

💥 Breaking Change

🚀 Enhancement

  • #23 Moves @​microsoft/eslint-formatter from sarif-sdk to sarif-js-sdk (@​scalvert)

📝 Documentation

🏠 Internal

Committers: 6

Commits

Updates @playwright/test from 1.44.1 to 1.45.1

Release notes

Sourced from @​playwright/test's releases.

v1.45.1

Highlights

microsoft/playwright#31473 - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron microsoft/playwright#31442 - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using --disable-web-security microsoft/playwright#31431 - [REGRESSION]: NewTab doesn't work properly with Chrome with --disable-web-security microsoft/playwright#31425 - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures microsoft/playwright#31491 - [REGRESSION]: @playwright/experimental-ct-react doesn't work with VSCode extension and PNPM

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126

v1.45.0

Clock

Utilizing the new Clock API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:

  • testing with predefined time;
  • keeping consistent time and timers;
  • monitoring inactivity;
  • ticking through time manually.
// Initialize clock and let the page load naturally.
await page.clock.install({ time: new Date('2024-02-02T08:00:00') });
await page.goto('http://localhost:3333');
// Pretend that the user closed the laptop lid and opened it again at 10am,
// Pause the time once reached that point.
await page.clock.pauseAt(new Date('2024-02-02T10:00:00'));
// Assert the page state.
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:00:00 AM');
// Close the laptop lid again and open it at 10:30am.
await page.clock.fastForward('30:00');
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:30:00 AM');

See the clock guide for more details.

Test runner

  • New CLI option --fail-on-flaky-tests that sets exit code to 1 upon any flaky tests. Note that by default, the test runner exits with code 0 when all failed tests recovered upon a retry. With this option, the test run will fail in such case.

... (truncated)

Commits

Updates @sveltejs/kit from 2.5.16 to 2.5.18

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.18

Patch Changes

  • fix: respect HTML attributes enctype and formenctype for forms with use:enhance (#12198)

  • fix: prevent client import error when a hooks.server file imports a private environment variable (#12195)

  • fix: set default Content-Type header to application/x-www-form-urlencoded for POST form submissions with use:enhance to align with native form behaviour (#12198)

@​sveltejs/kit@​2.5.17

Patch Changes

  • chore: update package description (#11846)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.18

Patch Changes

  • fix: respect HTML attributes enctype and formenctype for forms with use:enhance (#12198)

  • fix: prevent client import error when a hooks.server file imports a private environment variable (#12195)

  • fix: set default Content-Type header to application/x-www-form-urlencoded for POST form submissions with use:enhance to align with native form behaviour (#12198)

2.5.17

Patch Changes

  • chore: update package description (#11846)
Commits

Updates eslint from 9.5.0 to 9.6.0

Release notes

Sourced from eslint's releases.

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)

Documentation

  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

Chores

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
Changelog

Sourced from eslint's changelog.

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)
Commits

Updates eslint-plugin-svelte from 2.40.0 to 2.42.0

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Minor Changes

[email protected]

Minor Changes

Patch Changes

Commits
  • b8258d9 chore: release eslint-plugin-svelte (#823)
  • 88da3cf fix(deps): update dependency svelte-eslint-parser to ^0.40.0 (#822)
  • 8454791 docs: fix links (#820)
  • 7ec6c0f chore(deps): update dependency esbuild to ^0.23.0
  • 1a1f9ba chore(deps): update dependency esbuild to ^0.22.0
  • f8f377f chore: release eslint-plugin-svelte (#801)
  • 6e4d3ed fix: update svelte-eslint-parser to fix nested {#snippet} (#805)
  • be64d36 fix: broken indentation of if condition in svelte/indent rule (#802)
  • 50f4f4f chore(deps): update dependency typescript to ~5.5.0
  • 0bc17df chore: Use eslint types for exported configs (#789)
  • Additional commits viewable in compare view

Updates globals from 15.6.0 to 15.8.0

Release notes

Sourced from globals's releases.

v15.8.0

  • Add es2025 globals (Same as es2021) (#256) 2ef342a

sindresorhus/globals@v15.7.0...v15.8.0

v15.7.0

  • Update globals (#255) f017b0f

sindresorhus/globals@v15.6.0...v15.7.0

Commits

Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits

Updates prettier-plugin-svelte from 3.2.4 to 3.2.5

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.5

  • (fix) Svelte 5: format TypeScript in the template
Commits

Updates svelte-check from 3.8.1 to 3.8.4

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.4

  • fix: ensure bindings and exports work properly for Svelte 5 + TS5.5

svelte-check-3.8.3

  • fix: detect root snippets correctly
  • fix: prevent false positive store declarations (#2422)

svelte-check-3.8.2

  • chore: reduce dependencies (#2413) (#2400)
  • fix: handle snippets with typed arguments (#2412)
  • fix: handle optional arguments in snippets (#2414)
Commits

Updates typescript from 5.4.5 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

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

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:

... (truncated)

Commits

Bumps the all-npm-packages group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [lucide-svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-svelte) | `0.399.0` | `0.408.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.3.0` | `2.4.0` |
| [@melt-ui/svelte](https://github.com/melt-ui/melt-ui) | `0.81.0` | `0.83.0` |
| [@microsoft/eslint-formatter-sarif](https://github.com/Microsoft/sarif-js-sdk) | `2.1.7` | `3.1.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.44.1` | `1.45.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.16` | `2.5.18` |
| [eslint](https://github.com/eslint/eslint) | `9.5.0` | `9.6.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.40.0` | `2.42.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.6.0` | `15.8.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.4` | `3.2.5` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.1` | `3.8.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.30` | `8.0.0-alpha.41` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.2` |


Updates `lucide-svelte` from 0.399.0 to 0.408.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.408.0/packages/lucide-svelte)

Updates `tailwind-merge` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.3.0...v2.4.0)

Updates `@melt-ui/svelte` from 0.81.0 to 0.83.0
- [Release notes](https://github.com/melt-ui/melt-ui/releases)
- [Changelog](https://github.com/melt-ui/melt-ui/blob/develop/CHANGELOG.md)
- [Commits](melt-ui/melt-ui@v0.81.0...v0.83.0)

Updates `@microsoft/eslint-formatter-sarif` from 2.1.7 to 3.1.0
- [Release notes](https://github.com/Microsoft/sarif-js-sdk/releases)
- [Changelog](https://github.com/microsoft/sarif-js-sdk/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/sarif-js-sdk/commits)

Updates `@playwright/test` from 1.44.1 to 1.45.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.1...v1.45.1)

Updates `@sveltejs/kit` from 2.5.16 to 2.5.18
- [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 `eslint` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.5.0...v9.6.0)

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

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

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

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 `svelte-check` from 3.8.1 to 3.8.4
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.1...svelte-check-3.8.4)

Updates `typescript` from 5.4.5 to 5.5.3
- [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.3)

Updates `typescript-eslint` from 8.0.0-alpha.30 to 8.0.0-alpha.41
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

Updates `vite` from 5.3.1 to 5.3.3
- [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.3/packages/vite)

Updates `vitest` from 1.6.0 to 2.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.2/packages/vitest)

---
updated-dependencies:
- dependency-name: lucide-svelte
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@melt-ui/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@microsoft/eslint-formatter-sarif"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

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

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-npm-packages-1bbf40ba38 branch July 15, 2024 09:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant