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

fix(deps): bump the minorandpatch group across 1 directory with 10 updates #976

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the minorandpatch group with 9 updates in the / directory:

Package From To
@swc/core 1.10.1 1.10.4
@types/node 22.10.2 22.10.5
lint-staged 15.2.11 15.3.0
nx 20.2.2 20.3.0
rollup 4.28.1 4.29.2
bootstrap-vue-next 0.26.14 0.26.18
@nuxt/kit 3.14.1592 3.15.1
nuxt 3.14.1592 3.15.1
@fortawesome/fontawesome-free 6.7.1 6.7.2

Updates @swc/core from 1.10.1 to 1.10.4

Changelog

Sourced from @​swc/core's changelog.

[1.10.4] - 2024-12-30

Bug Fixes

  • (deps) Update cargo (patch) (#9733) (fb2f6e4)

  • Remove Caused by: 'failed to parse' from TS blank space (#9820) (aaeb0ab)

[1.10.3] - 2024-12-27

Bug Fixes

  • (es/codegen) Emit semicolon after using declarations (#9816) (556d924)

[1.10.2] - 2024-12-26

Bug Fixes

  • (es) Don't panic when wasm bytecheck faild (#9803) (c81be2e)

  • (es/parser) Do not parse empty stmt after using decl (#9798) (c2696db)

Documentation

Commits
  • 9ebe252 chore: Publish 1.10.4 with swc_core v9.0.3
  • 640b616 chore: Update changelog
  • 9cfe38a chore: Publish 1.10.4-nightly-20241230.1 with swc_core v9.0.3
  • aaeb0ab fix: Remove Caused by: 'failed to parse' from TS blank space (#9820)
  • fb2f6e4 fix(deps): update cargo (patch) (#9733)
  • 7001647 chore: Update changelog
  • b91fb08 chore: Publish 1.10.3 with swc_core v9.0.3
  • 4dee9d5 chore: Update changelog
  • c05ffe0 chore: Publish 1.10.3-nightly-20241227.1 with swc_core v9.0.3
  • ad66dc0 chore: Publish crates with swc_core v9.0.3
  • Additional commits viewable in compare view

Updates @types/node from 22.10.2 to 22.10.5

Commits

Updates lint-staged from 15.2.11 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates nx from 20.2.2 to 20.3.0

Release notes

Sourced from nx's releases.

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)
  • rsbuild: add rsbuild configuration generator (#29321)
  • rsbuild: add react and vue support for app generation (#29349)
  • rsbuild: move plugin export to root of package (#29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#28092)
  • testing: allow custom address for local registry (#29050)
  • vite: add angular option to vitest generator (#29055)

🩹 Fixes

  • typo in environment-variables.md (#29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • angular: correctly normalize dev-server options (#29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#29324)
  • angular: normalize name when forced to build selector (#29417)
  • angular: set up host and remote ssr apps correctly #29442 (#29447, #29442)
  • bundling: ensure vitest timestamp files are ignored (#29418)
  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • core: ensure rsbuild is part of nx package group (#29310)
  • core: avoid storing hash details for empty fileset (#29316)
  • core: resolve imports from linked workspace projects (#29328)
  • core: collect all logs from forked processes (#27778)
  • core: Update move/remove workspace generators to work with ts project references (#29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#29202)

... (truncated)

Commits
  • efa5ba2 fix(core): update yarn-parser to handle yarn v4 syntax (#29067)
  • 0980006 fix(core): graph spinners should update properly (#29433)
  • 3c3d2e5 feat(core): show progress on ci if graph construction takes longer than expec...
  • 2eb5243 fix(core): make packageExports metadata optional field (#29407)
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • 73735ca feat(release): allow automated git push from version or changelog step (#29280)
  • 1d7465b feat(core): not exit when one plugin installation failed (#28684)
  • 67d0e33 feat(core): add spinners when graph compute takes long time (#28966)
  • c3709b2 fix(core): collect all logs from forked processes (#27778)
  • 657814c fix(core): resolve imports from linked workspace projects (#29328)
  • Additional commits viewable in compare view

Updates rollup from 4.28.1 to 4.29.2

Release notes

Sourced from rollup's releases.

v4.29.2

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

v4.29.1

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

v4.29.0

4.29.0

2024-12-20

Features

  • Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

4.29.0

2024-12-20

Features

  • Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)

Pull Requests

Commits

Updates bootstrap-vue-next from 0.26.14 to 0.26.18

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.18

0.26.18 (2024-12-24)

Features

  • BFormGroup: automatically add state to child element fixes #2476 (#2478) (25a77ee)
  • BTable: add custom filter functions (9ec1e04)

nuxt: v0.26.18

0.26.18 (2024-12-24)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.26.18
    • peerDependencies
      • bootstrap-vue-next bumped to 0.26.18

bootstrapvuenext: v0.26.17

0.26.17 (2024-12-19)

Features

nuxt: v0.26.17

0.26.17 (2024-12-19)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.26.17
    • peerDependencies
      • bootstrap-vue-next bumped to 0.26.17

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.18 (2024-12-24)

Features

  • BFormGroup: automatically add state to child element fixes #2476 (#2478) (25a77ee)
  • BTable: add custom filter functions (9ec1e04)

0.26.17 (2024-12-19)

Features

0.26.16 (2024-12-18)

Features

0.26.15 (2024-12-13)

Bug Fixes

Commits

Updates @nuxt/kit from 3.14.1592 to 3.15.1

Release notes

Sourced from @​nuxt/kit's releases.

v3.15.1

3.15.1 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Skip experimental async context transform in client build (#30360)
  • schema: Drop unneeded type-only schema dependencies (#30411)
  • rspack,webpack: Drop lodash-es dependency (#30409)
  • nuxt: Drop pathe browser dep for deep server components (#30456)

🩹 Fixes

  • nuxt: Update module path for defaults (#30371)
  • nuxt: Ignore non-reference identifiers when extracting page metadata (#30381)
  • nuxt: Pass nuxt instance to resolvePagesRoutes (e4a372e12)
  • schema: Support pfx certificate for dev server (#30412)
  • nuxt: Use node location instead of range for route meta property extraction (#30447)
  • schema: Override vueCompilerOptions.plugins type (#30454)
  • nuxt: Respect baseURL when ignoring prerendered manifest (#30446)
  • nuxt: Respect router.options when hmring routes (#30455)

💅 Refactors

  • nuxt: Use consola with nuxt tag instead of console (#30408)

📖 Documentation

  • Update references to lodash and recommend es-toolkit (8e2ca5bdc)
  • Add warning about prerendering (#30437)

🏡 Chore

❤️ Contributors

v3.15.0

... (truncated)

Commits

Updates nuxt from 3.14.1592 to 3.15.1

Release notes

Sourced from nuxt's releases.

v3.15.1

3.15.1 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Skip experimental async context transform in client build (#30360)
  • schema: Drop unneeded type-only schema dependencies (#30411)
  • rspack,webpack: Drop lodash-es dependency (#30409)
  • nuxt: Drop pathe browser dep for deep server components (#30456)

🩹 Fixes

  • nuxt: Update module path for defaults (#30371)
  • nuxt: Ignore non-reference identifiers when extracting page metadata (#30381)
  • nuxt: Pass nuxt instance to resolvePagesRoutes (e4a372e12)
  • schema: Support pfx certificate for dev server (#30412)
  • nuxt: Use node location instead of range for route meta property extraction (#30447)
  • schema: Override vueCompilerOptions.plugins type (#30454)
  • nuxt: Respect baseURL when ignoring prerendered manifest (#30446)
  • nuxt: Respect router.options when hmring routes (#30455)

💅 Refactors

  • nuxt: Use consola with nuxt tag instead of console (#30408)

📖 Documentation

  • Update references to lodash and recommend es-toolkit (8e2ca5bdc)
  • Add warning about prerendering (#30437)

🏡 Chore

❤️ Contributors

v3.15.0

... (truncated)

Commits
  • fdf6e87 v3.15.1
  • 975221b perf(nuxt): drop pathe browser dep for deep server components (#30456)
  • d837cee fix(nuxt): respect router.options when hmring routes (#30455)
  • 6a6bae7 fix(nuxt): respect baseURL when ignoring prerendered manifest (#30446)
  • b00264c fix(nuxt): use node location instead of range for route meta property ext...
  • 513659e chore(deps): update dependency pathe to v2 (3.x) (#30449)
  • dfe1021 chore(deps): update all non-major dependencies (3.x) (#30441)
  • 73ff3d3 chore(deps): update all non-major dependencies (3.x) (#30415)
  • 5cad215 refactor(nuxt): use consola with nuxt tag instead of console (#30408)
  • e4a372e fix(nuxt): pass nuxt instance to resolvePagesRoutes
  • Additional commits viewable in compare view

Updates @nuxt/schema from 3.14.1592 to 3.15.1

Release notes

Sourced from @​nuxt/schema's releases.

v3.15.1

3.15.1 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Skip experimental async context transform in client build (#30360)
  • schema: Drop unneeded type-only schema dependencies (#30411)
  • rspack,webpack: Drop lodash-es dependency (#30409)
  • nuxt: Drop pathe browser dep for deep server components (#30456)

🩹 Fixes

  • nuxt: Update module path for defaults (#30371)
  • nuxt: Ignore non-reference identifiers when extracting page metadata (#30381)
  • nuxt: Pass nuxt instance to resolvePagesRoutes (e4a372e12)
  • schema: Support pfx certificate for dev server (#30412)
  • nuxt: Use node location instead of range for route meta property extraction (#30447)
  • schema: Override vueCompilerOptions.plugins type (#30454)
  • nuxt: Respect baseURL when ignoring prerendered manifest (#30446)
  • nuxt: Respect router.options when hmring routes (#30455)

💅 Refactors

  • nuxt: Use consola with nuxt tag instead of console (#30408)

📖 Documentation

  • Update references to lodash and recommend es-toolkit (8e2ca5bdc)
  • Add warning about prerendering (#30437)

🏡 Chore

❤️ Contributors

v3.15.0

... (truncated)

Commits
  • fdf6e87 v3.15.1
  • a603d49 fix(schema): override vueCompilerOptions.plugins type (#30454)
  • e786d79 fix(schema): support pfx certificate for dev server (#30412)
  • 513659e chore(deps): update dependency pathe to v2 (3.x) (#30449)
  • dfe1021 chore(deps): update all non-major dependencies (3.x) (#30441)
  • e629a2d perf(schema): drop unneeded type-only schema dependencies (#30411)
  • 8e2ca5b docs: update references to lodash and recommend es-toolkit
  • b12bdd3 chore(deps): update all non-major dependencies (3.x) (#30389)
  • cc151c2 chore(deps): update all non-major dependencies (3.x) (#30377)
  • 1acc9a0 v3.15.0
  • Additional commits viewable in compare view

Updates @fortawesome/fontawesome-free from 6.7.1 to 6.7.2

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 6.7.2

Change log available at https://fontawesome.com/docs/changelog/

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the minorandpatch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.1` | `1.10.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.5` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.11` | `15.3.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.2.2` | `20.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.29.2` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.26.14` | `0.26.18` |
| [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) | `3.14.1592` | `3.15.1` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.14.1592` | `3.15.1` |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `6.7.1` | `6.7.2` |



Updates `@swc/core` from 1.10.1 to 1.10.4
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.1...v1.10.4)

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

Updates `lint-staged` from 15.2.11 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.11...v15.3.0)

Updates `nx` from 20.2.2 to 20.3.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.3.0/packages/nx)

Updates `rollup` from 4.28.1 to 4.29.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.29.2)

Updates `bootstrap-vue-next` from 0.26.14 to 0.26.18
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.26.18/packages/bootstrap-vue-next)

Updates `@nuxt/kit` from 3.14.1592 to 3.15.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.1/packages/kit)

Updates `nuxt` from 3.14.1592 to 3.15.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.1/packages/nuxt)

Updates `@nuxt/schema` from 3.14.1592 to 3.15.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.1/packages/schema)

Updates `@fortawesome/fontawesome-free` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.1...6.7.2)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@nuxt/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@nuxt/schema"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

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 Jan 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2025

Superseded by #977.

@dependabot dependabot bot closed this Jan 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-67058a6124 branch January 7, 2025 04:24
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