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 website group across 1 directory with 10 updates #253

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2024

Bumps the website group with 10 updates in the /website directory:

Package From To
@quasar/extras 1.1.3 1.16.11
axios 0.18.1 1.7.1
quasar 1.0.0-rc.5 2.16.4
vue-i18n 8.11.2 9.13.1
@quasar/app 1.0.0-rc.7 3.3.3
@vue/eslint-config-prettier 4.0.1 9.0.0
babel-eslint 10.0.2 10.1.0
eslint 5.16.0 9.3.0
eslint-loader 2.1.2 4.0.2
eslint-plugin-vue 5.2.3 9.26.0

Updates @quasar/extras from 1.1.3 to 1.16.11

Release notes

Sourced from @​quasar/extras's releases.

@​quasar/extras-v1.16.11

Fixes

  • fix(extras): re-package #17052

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/extras-v1.16.10

Changes

  • feat(extras): Update bootstrap font and icons => v1.11.3
  • feat(extras): Update fontawesome font and icons => v6.5.1
  • feat(extras): Update MDI font and icons => v7.4.47
  • feat(extras): UPdate ionicons icons => v7.3.1
  • feat(extras): Update Google Material symbols and fonts to latest

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/extras-v1.16.9

Changes

  • feat(extras): update Bootstrap => v1.11.2
  • feat(extras): update Fontawesome => v6.5.0
  • feat(extras): update Google Material Symbols (font & SVG) to the latest

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/extras-v1.16.8

Changes

  • feat(extras): update all fonts & fix the outdated css files #16543
  • feat(extras): update Google Material Symbols (font & SVG) to the latest

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/extras-1.16.7

Changes

  • feat(extras): update Bootstrap icons => v1.11.1

... (truncated)

Commits
  • 78322a2 chore(extras): Bump version
  • eecfba6 fix(extras): re-package #17052
  • 5823b8f feat(docs): add an example of QTable with input editing #17051
  • d937e63 fix(ui): Platform on Edge should be normalized to 'edge' #17039
  • 8a1157e feat(ui/testing): update file ignore list
  • e38e320 feat(ui/testing): the "directive" generator
  • 2bb6ce4 refactor(ui/testing): generators
  • 679f0d4 chore(extras): bump version => v1.16.10
  • 43b7f42 feat(extras): Update Google Material symbols and fonts to latest
  • 0d5d59f feat(extras): UPdate ionicons icons => v7.3.1
  • Additional commits viewable in compare view

Updates axios from 0.18.1 to 1.7.1

Release notes

Sourced from axios's releases.

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

1.7.0-beta.1 (2024-05-07)

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

... (truncated)

Commits
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • 870e0a7 fix(fetch): fix headers getting from a stream response; (#6401)
  • 95a3e8e fix(fetch): fix & optimize progress capturing for cases when the request data...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates quasar from 1.0.0-rc.5 to 2.16.4

Release notes

Sourced from quasar's releases.

quasar-v2.16.4

Changes

  • fix(ui): support for legacy build systems that don't know about "exports" field #17190

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.3

Changes

  • fix(QDate): transitions not working correctly #17183

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.2

Fixes

  • feat+fix(ui): ensure Quasar can be used without Quasar CLI or @​quasar/vite-plugin or vue-cli-plugin-quasar #17174
  • fix(QInput): declare FileList as possible modelValue type (QInput can be used with type="file")
  • fix(QField): unexpected data clearing with "clearable" prop enabled #17113
  • fix(QInput): lazy model + clearable - not emitting "change" event on clear btn
  • fix(QField): button in slots gets focus+click after QField focuses #17177

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.1

Fixes

  • fix(ui): correctly declare typings with "exports" #17172

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.0

New

Converted "quasar" package internal build system to ESM (built dist/*.js are now renamed). Will require these minimum CLI/plugin versions (if using any of the following):

  • q/app-vite v1.9+ / v2.0.0-beta.12+
  • q/app-webpack v3.13+ / v4.0.0-beta.13+

... (truncated)

Commits
  • 30c836a chore(ui): Bump version
  • 8a6878a Merge branch 'dev' of github.com:quasarframework/quasar into dev
  • a6cc635 fix(ui): support for legacy build systems that don't know about "exports" fie...
  • b95129a fix(docs): typo in upgrade-guide.md (#17189)
  • a3e6dd1 chore(ui): Bump version
  • 2a43cf5 fix(docs): note on Meta plugin for SEO #17185
  • 42d7d19 fix(QDate): transitions not working correctly #17183
  • 4207741 chore(ui): Bump version
  • 43a2da8 chore(ui/playground): dev ssr errors
  • cb4ea17 fix(QField): button in slots gets focus+click after QField focuses #17177
  • Additional commits viewable in compare view

Updates vue-i18n from 8.11.2 to 9.13.1

Release notes

Sourced from vue-i18n's releases.

v9.13.1

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.13.0...v9.13.1

v9.13.0

What's Changed

⚠️ Deprecated Features

⚡ Improvement Features

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.12.1...v9.13.0

v9.12.1

What's Changed

🐛 Bug Fixes

👕 Refactoring

Full Changelog: intlify/vue-i18n@v9.12.0...v9.12.1

v9.12.0

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.11.1...v9.12.0

... (truncated)

Changelog

Sourced from vue-i18n's changelog.

v9.13.1 (2024-04-20T15:25:52Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.13.0...v9.13.1

v9.13.0 (2024-04-17T14:47:38Z)

This changelog is generated by GitHub Releases

What's Changed

⚠️ Deprecated Features

⚡ Improvement Features

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.12.1...v9.13.0

v9.12.1 (2024-04-14T10:48:11Z)

This changelog is generated by GitHub Releases

What's Changed

... (truncated)

Commits

Updates @quasar/app from 1.0.0-rc.7 to 3.3.3

Release notes

Sourced from @​quasar/app's releases.

@​quasar/app-vite-v2.0.0-beta.14

New

  • feat(app-vite): Capacitor mode -> install Capacitor v6 by default

Fixes

  • fix(app-vite): BEX mode - ensure uid util is imported correctly #17124

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/app-vite-v2.0.0-beta.13

Changes

  • fix(app-vite): quasar.config > framework > lang/iconSet parsing
  • chore(app-vite): enforce the installation of latest q/vite-plugin

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/app-vite-v2.0.0-beta.12

Changes

  • Support for Quasar v2.16+ (this will be the required minimum version)
  • feat(app-vite): (BREAKING) shorthand CLI command “quasar dev/build -m ios/android” is now targeting Capacitor mode instead of Cordova
  • feat(app-vite): ensure potential mode build error is printed to the terminal
  • feat(app-vite): tweak SSR boot files management
  • feat(app-vite): update "dev" & "build" command help

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

@​quasar/app-vite-v2.0.0-beta.11

New

  • feat(app-vite): add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138
  • feat(app-vite): mock vue files in Node context (quasar.config compiling) #17075

Fixes

  • fix(app-vite): ensure latest appPkg is always up to date
  • fix(app-vite): Electron build fails with Bun as package manager #17085
  • fix(app-vite): Electron build + pnpm installs with symlinks #17085
  • fix(app-vite): correctly handle href="data:..." when injecting public path in index.html #17091
  • fix(app-vite): boot & preFetch - redirect() incorrectly handles url #17030

... (truncated)

Commits
  • ad27458 chore(app): Bump version
  • f6856ac feat(app): upgrade deps
  • ba04f89 feat(docs): update vue links (since v3 is now default/latest version)
  • 453dfda feat(docs): update vue links (since v3 is now default/latest version)
  • 656a42d fix(app): Capacitor not opening IDE when configured to do so (regression) #12368
  • 2437d97 feat(docs): make some instances of quasar.conf more clear that they refer to ...
  • 9f8a083 chore(ui): Bump version
  • 7d9ab19 feat(ui): various small improvements
  • 7dfca62 feat(TS/QForm): broaden the definition of the submit event #12399
  • dc6d64a Merge branch 'dev' of github.com:quasarframework/quasar into dev
  • Additional commits viewable in compare view

Updates @vue/eslint-config-prettier from 4.0.1 to 9.0.0

Release notes

Sourced from @​vue/eslint-config-prettier's releases.

v9.0.0

Breaking Changes

  • Update eslint-config-prettier to v9 by @​WikiRik in vuejs/eslint-config-prettier#18, which contains the following potential breaking change:

    Changed: unicode-bom is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!

v8.0.0

Breaking Changes

  • Upgraded to Prettier v3; please check out the Prettier release blog for more details
  • Requires Node.js >= v14
  • Requires ESLint >= v8

v7.1.0

New Features

  • Added a skip-formatting ruleset b5933a9

v7.0.0

  • Updated the dependencies and simplified the usage
  • We now recommend using this package along with @rushstack/eslint-patch

v6.0.0

Breaking Changes

  • move eslint:recommended to a separate recommended config, fixes #3. (de7a518)

eslint:recommended is no longer included in the default configuration. Users of old versions need to update their extends to use @vue/prettier/recommended, or ['eslint:recommended', '@vue/prettier].

v5.1.0

New Features

  • Re-exports @typescript-eslint and standard configs, so that this config can be used in combination with @vue/typescript/recommended or @vue/standard (939f722)

v5.0.0

Breaking Changes

Changelog

Sourced from @​vue/eslint-config-prettier's changelog.

8.0.0 (2023-07-20)

Breaking Changes

  • Upgraded to Prettier v3; please check out the Prettier release blog for more details
  • Requires Node.js >= v14
  • Requires ESLint >= v8

7.1.0 (2023-02-21)

New Features

  • Added a skip-formatting ruleset b5933a9

7.0.0 (2021-12-23)

Breaking Changes

  • Updated the dependencies and simplified the usage
  • We now recommend using this package along with @rushstack/eslint-patch

6.0.0 (2019-11-18)

Breaking Changes

  • feat!: move eslint:recommended to a separate recommended config, fixes #3. (de7a518)

eslint:recommended is no longer included in the default configuration. Users of old versions need to update their extends to use @vue/prettier/recommended, or ['eslint:recommended', '@vue/prettier].

5.1.0 (2019-11-17)

New Features

  • Re-exports @typescript-eslint and standard configs, so that this config can be used in combination with @vue/typescript/recommended or @vue/standard (939f722)

... (truncated)

Commits

Updates babel-eslint from 10.0.2 to 10.1.0

Release notes

Sourced from babel-eslint's releases.

v10.1.0

v10.0.3

Fixes babel/babel-eslint#791, also eslint/eslint#12117

Some context: babel/babel-eslint#793

We ended up going with @​JLHwung's PR babel/babel-eslint#794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

Commits

Updates eslint from 5.16.0 to 9.3.0

Release notes

Sourced from eslint's releases.

v9.3.0

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

Chores

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)

v9.2.0

Features

  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)

Bug Fixes

  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)

Documentation

  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.3.0 - May 17, 2024

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

v9.2.0 - May 3, 2024

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenk...

    Description has been truncated

updated-dependencies:
- dependency-name: "@quasar/extras"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: quasar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: "@quasar/app"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: "@vue/eslint-config-prettier"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: babel-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: eslint-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: website
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: website
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2024

Superseded by #254.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/website-2125bf4e85 branch May 22, 2024 00:11
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.

None yet

0 participants