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(ui): bump the non-major group across 1 directory with 20 updates #343

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps the non-major group with 20 updates in the /ui directory:

Package From To
@fontsource-variable/plus-jakarta-sans 5.0.21 5.1.0
@playwright/test 1.45.3 1.48.2
@sveltejs/adapter-auto 3.2.2 3.3.1
@sveltejs/adapter-static 3.0.2 3.0.6
@sveltejs/kit 2.5.18 2.7.3
@testing-library/svelte 5.2.1 5.2.4
autoprefixer 10.4.19 10.4.20
eslint-plugin-svelte 2.43.0 2.46.0
flowbite 2.4.1 2.5.2
flowbite-svelte 0.46.15 0.47.3
openapi-fetch 0.10.2 0.13.0
openapi-typescript 7.1.0 7.4.2
postcss 8.4.40 8.4.47
prettier-plugin-svelte 3.2.6 3.2.7
prettier-plugin-tailwindcss 0.6.5 0.6.8
tailwindcss 3.4.7 3.4.14
tslib 2.6.3 2.8.0
typescript 5.5.4 5.6.3
vite 5.3.5 5.4.10
vitest 2.0.4 2.1.4

Updates @fontsource-variable/plus-jakarta-sans from 5.0.21 to 5.1.0

Commits

Updates @playwright/test from 1.45.3 to 1.48.2

Release notes

Sourced from @​playwright/test's releases.

v1.48.2

Highlights

microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.1

Highlights

microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

WebSocket routing

New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".

await page.routeWebSocket('/ws', ws => {
  ws.onMessage(message => {
    if (message === 'request')
      ws.send('response');
</tr></table> 

... (truncated)

Commits

Updates @sveltejs/adapter-auto from 3.2.2 to 3.3.1

Release notes

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

@​sveltejs/adapter-auto@​3.3.1

Patch Changes

@​sveltejs/adapter-auto@​3.2.5

Patch Changes

@​sveltejs/adapter-auto@​3.2.4

Patch Changes

@​sveltejs/adapter-auto@​3.2.3

Patch Changes

Changelog

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

3.3.1

Patch Changes

3.3.0

Minor Changes

  • feat: add support for Bun package manager (#12854)

3.2.5

Patch Changes

3.2.4

Patch Changes

3.2.3

Patch Changes

Commits

Updates @sveltejs/adapter-static from 3.0.2 to 3.0.6

Release notes

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

@​sveltejs/adapter-static@​3.0.6

Patch Changes

@​sveltejs/adapter-static@​3.0.5

Patch Changes

@​sveltejs/adapter-static@​3.0.4

Patch Changes

@​sveltejs/adapter-static@​3.0.3

Patch Changes

Changelog

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

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.18 to 2.7.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

@​sveltejs/kit@​2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

@​sveltejs/kit@​2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

@​sveltejs/kit@​2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

Patch Changes

  • fix: correctly handle relative paths when fetching assets on the server (#12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#12699)

  • fix: page response missing CSP and Link headers when return promise in load (#12418)

@​sveltejs/kit@​2.6.4

Patch Changes

  • fix: only preload links that have a different URL than the current page (#12773)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

Patch Changes

  • fix: correctly handle relative paths when fetching assets on the server (#12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#12699)

  • fix: page response missing CSP and Link headers when return promise in load (#12418)

... (truncated)

Commits

Updates @testing-library/svelte from 5.2.1 to 5.2.4

Release notes

Sourced from @​testing-library/svelte's releases.

v5.2.4

5.2.4 (2024-10-18)

Bug Fixes

  • vite: set ssr.noExternal even if not in project package.json (#404) (b5e0f3d)

v5.2.3

5.2.3 (2024-10-02)

Bug Fixes

  • svelte5: ensure typings are actually included in the module (#402) (f4b1508)

v5.2.2

5.2.2 (2024-10-01)

Bug Fixes

  • svelte5: update typings to support new component types (#400) (6f45a96)
Commits
  • b5e0f3d fix(vite): set ssr.noExternal even if not in project package.json (#404)
  • f4b1508 fix(svelte5): ensure typings are actually included in the module (#402)
  • f215ad8 chore(deps-dev): bump svelte-check from 3.8.6 to 4.0.4 in the test group (#401)
  • 6f45a96 fix(svelte5): update typings to support new component types (#400)
  • 2cf781c chore(deps-dev): bump the test group with 3 updates (#399)
  • 574c1e4 chore(deps-dev): bump the lint group with 2 updates (#397)
  • 48ecc0b ci: simplify main CI workflow matrix configuration (#393)
  • See full diff in compare view

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates eslint-plugin-svelte from 2.43.0 to 2.46.0

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Minor Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

  • #841 85053a1 Thanks @​jrmajor! - feat: add config option for foreign elements in svelte/html-self-closing rule

Patch Changes

Commits
  • 85a055a chore: release eslint-plugin-svelte (#882)
  • bbc3e07 fix(deps): update dependency svelte-eslint-parser to ^0.43.0 (#884)
  • 051925c feat: update svelte to v5.0.0 (#881)
  • ad83f29 chore(deps): update dependency stylus to ^0.64.0
  • 46c41a1 chore(deps): update dependency @​sveltejs/vite-plugin-svelte to v4
  • 960d437 fix(deps): update dependency known-css-properties to ^0.35.0
  • e57a1b5 chore: release eslint-plugin-svelte (#875)
  • 457521a fix: update svelte-eslint-parser to v0.42 (#874)
  • be8d9c9 chore: release eslint-plugin-svelte (#866)
  • 7460836 chore: add changeset
  • Additional commits viewable in compare view

Updates flowbite from 2.4.1 to 2.5.2

Release notes

Sourced from flowbite's releases.

v2.5.2

v2.5.1

  • fix plugin import error from the config file

v2.5.0

  • added new DataTable plugin and examples
  • minor bug fixes and improvements
Commits
  • 5c8df35 docs(readme): add wysiwyg to readme
  • 26cb313 Merge pull request #971 from themesberg/wysiwyg
  • 933b112 chore(wysiwyg) update to v2.5.2
  • 7aa2a6b feat(wysiwyg): finish the component
  • e799dc2 feat(wysiwyg): add toggle buttons
  • 30f5133 feat(wysiwyg): add next and prev cell navigation butoons
  • 6e4cb24 feat(wysiwyg): set styles for currently selected cells
  • 3d3261d feat(wysiwyg): delete table feature and organise buttons
  • 8270c05 feat(wysiwyg): add column and row behaviour actions
  • 145f561 docs(wysiwyg): write js behaviour docs
  • Additional commits viewable in compare view

Updates flowbite-svelte from 0.46.15 to 0.47.3

Release notes

Sourced from flowbite-svelte's releases.

v0.47.3

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.47.2...v0.47.3

v0.47.2

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.47.1...v0.47.2

v0.47.1

Full Changelog: themesberg/flowbite-svelte@v0.47.0...v0.47.1

v0.47.0

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.46.23...v0.47.0

v0.46.23

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.46.22...v0.46.23

v0.46.22

Full Changelog: themesberg/flowbite-svelte@v0.46.21...v0.46.22

v0.46.21

Full Changelog: themesberg/flowbite-svelte@v0.46.20...v0.46.21

... (truncated)

Changelog

Sourced from flowbite-svelte's changelog.

0.47.3

Patch Changes

0.47.2

Patch Changes

0.47.1

Patch Changes

  • fix: remove flowbite-svelte-icons from Datepicker (e017ac0)

0.47.0

Minor Changes

  • feat: datepicker

0.46.23

Patch Changes

0.46.22

Patch Changes

0.46.21

Patch Changes

0.46.20

Patch Changes

... (truncated)

Commits

Updates openapi-fetch from 0.10.2 to 0.13.0

Release notes

Sourced from openapi-fetch's releases.

[email protected]

Minor Changes

  • #1968 267977e Thanks @​DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty object

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from openapi-fetch's changelog.

0.13.0

Minor Changes

  • #1968 267977e Thanks @​DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty object

0.12.5

Patch Changes

Bumps the non-major group with 20 updates in the /ui directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource-variable/plus-jakarta-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/plus-jakarta-sans) | `5.0.21` | `5.1.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.45.3` | `1.48.2` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.2` | `3.3.1` |
| [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) | `3.0.2` | `3.0.6` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.18` | `2.7.3` |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.1` | `5.2.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.43.0` | `2.46.0` |
| [flowbite](https://github.com/themesberg/flowbite) | `2.4.1` | `2.5.2` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.15` | `0.47.3` |
| [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) | `0.10.2` | `0.13.0` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.1.0` | `7.4.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.47` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.6` | `3.2.7` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.5` | `0.6.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.14` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.1.4` |



Updates `@fontsource-variable/plus-jakarta-sans` from 5.0.21 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/plus-jakarta-sans)

Updates `@playwright/test` from 1.45.3 to 1.48.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.3...v1.48.2)

Updates `@sveltejs/adapter-auto` from 3.2.2 to 3.3.1
- [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/adapter-static` from 3.0.2 to 3.0.6
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-static)

Updates `@sveltejs/kit` from 2.5.18 to 2.7.3
- [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 `@testing-library/svelte` from 5.2.1 to 5.2.4
- [Release notes](https://github.com/testing-library/svelte-testing-library/releases)
- [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/svelte-testing-library@v5.2.1...v5.2.4)

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

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

Updates `flowbite` from 2.4.1 to 2.5.2
- [Release notes](https://github.com/themesberg/flowbite/releases)
- [Commits](themesberg/flowbite@v2.4.1...v2.5.2)

Updates `flowbite-svelte` from 0.46.15 to 0.47.3
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.46.15...v0.47.3)

Updates `openapi-fetch` from 0.10.2 to 0.13.0
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-fetch)

Updates `openapi-typescript` from 7.1.0 to 7.4.2
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-typescript)

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

Updates `prettier-plugin-svelte` from 3.2.6 to 3.2.7
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.6...v3.2.7)

Updates `prettier-plugin-tailwindcss` from 0.6.5 to 0.6.8
- [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.5...v0.6.8)

Updates `tailwindcss` from 3.4.7 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.7...v3.4.14)

Updates `tslib` from 2.6.3 to 2.8.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.0)

Updates `typescript` from 5.5.4 to 5.6.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.5.4...v5.6.3)

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

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

---
updated-dependencies:
- dependency-name: "@fontsource-variable/plus-jakarta-sans"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@sveltejs/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@testing-library/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: flowbite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: flowbite-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: openapi-fetch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
...

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 Oct 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #347.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/non-major-283ce1647e branch November 1, 2024 23:05
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