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 5 updates #959

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

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

Package From To
@swc/core 1.10.0 1.10.1
lint-staged 15.2.10 15.2.11
nx 20.1.4 20.2.2
rollup 4.28.0 4.28.1
bootstrap-vue-next 0.26.8 0.26.13

Updates @swc/core from 1.10.0 to 1.10.1

Changelog

Sourced from @​swc/core's changelog.

[1.10.1] - 2024-12-09

Bug Fixes

  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#9786) (5a44c6b)

Features

  • (es/transforms) Add module.outFileExtension (#9784) (e04c7b3)
Commits
  • 69c126f chore: Publish 1.10.1 with swc_core v9.0.0
  • 1272212 chore: Publish 1.10.1-nightly-20241209.1 with swc_core v9.0.0
  • 1ef37a0 chore: Publish crates with swc_core v9.0.0
  • e04c7b3 feat(es/transforms): Add module.outFileExtension (#9784)
  • e05e4c7 chore: Publish crates with swc_core v8.0.2
  • 5a44c6b fix(es/resolver): Fix wrong syntax context of vars with the same names as cat...
  • e6fc532 chore: Update changelog
  • See full diff in compare view

Updates lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • Additional commits viewable in compare view

Updates nx from 20.1.4 to 20.2.2

Release notes

Sourced from nx's releases.

20.2.2 (2024-12-10)

🚀 Features

  • misc: handle artifact generators' path options including file extensions (#29111)
  • testing: allow custom address for local registry (#29050)

🩹 Fixes

  • 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)
  • 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)
  • js: switch from fast-glob to tinyglobby (#29141)
  • nx-dev: update Nx Cloud proj created (#29272)
  • react: add files entry for publishable libraries (#29277)
  • react-native: default template fails when envs are not set (#28931)
  • react-native: typescript lib schema (#27955)
  • release: use prepatch version for pre-release dependent package updates (#29123)
  • release: make commits separator in git log command more unique (#29261)
  • repo: cleanup old plugins promise (#29295)
  • ⚠️ vite: generate config with esm by default (#29270)

⚠️ Breaking Changes

  • ⚠️ vite: generate config with esm by default (#29270)

❤️ Thank You

20.2.1 (2024-12-06)

🩹 Fixes

  • core: add workspaces path if package path is not included (#28824)

... (truncated)

Commits
  • 506f206 fix(repo): cleanup old plugins promise (#29295)
  • e1d787f fix(core): ensure @​nx/module-federation is listed in package group (#29292)
  • 4050dfc fix(release): make commits separator in git log command more unique (#29261)
  • 223a143 fix(core): hashing fixes (#29247)
  • 3850e95 fix(core): defer loading package manager until necessary (#29248)
  • 41d0df6 fix(core): fix process being prevented from exiting (#29240)
  • 046686f fix(core): add workspaces path if package path is not included (#28824)
  • b848bb3 fix(release): skip changelog generation for projects without available versio...
  • 15060e3 fix(core): recreate db when unable to connect (#29207)
  • 67d0393 fix(release): set make_latest legacy during github release creation (#29197)
  • Additional commits viewable in compare view

Updates rollup from 4.28.0 to 4.28.1

Release notes

Sourced from rollup's releases.

v4.28.1

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

Commits

Updates bootstrap-vue-next from 0.26.8 to 0.26.13

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.13

0.26.13 (2024-12-11)

Features

  • BOffcanvas: fire breakpoint on mounted & add ref into defineExpose as isOpenByBreakpoint (083805b)

nuxt: v0.26.13

0.26.13 (2024-12-11)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.26.12

0.26.12 (2024-12-11)

Features

  • BOffcanvas: add opened to breakpoint event (#2443) (e82be33)

nuxt: v0.26.12

0.26.12 (2024-12-11)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.13 (2024-12-11)

Features

  • BOffcanvas: fire breakpoint on mounted & add ref into defineExpose as isOpenByBreakpoint (083805b)

0.26.12 (2024-12-11)

Features

  • BOffcanvas: add opened to breakpoint event (#2443) (e82be33)

0.26.11 (2024-12-10)

Bug Fixes

0.26.10 (2024-12-08)

Bug Fixes

  • BLink: add computed to attribute (to || '') to routerLink fixes #2429 (ae01574)

Performance Improvements

  • when dynamic spread, use ...undefined rather than ...{} for slightly less memory consumption (#2430) (ae01574)

0.26.9 (2024-12-06)

Features

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

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.0` | `1.10.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.4` | `20.2.2` |
| [rollup](https://github.com/rollup/rollup) | `4.28.0` | `4.28.1` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.26.8` | `0.26.13` |



Updates `@swc/core` from 1.10.0 to 1.10.1
- [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.0...v1.10.1)

Updates `lint-staged` from 15.2.10 to 15.2.11
- [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.10...v15.2.11)

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

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

Updates `bootstrap-vue-next` from 0.26.8 to 0.26.13
- [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.13/packages/bootstrap-vue-next)

---
updated-dependencies:
- dependency-name: "@swc/core"
  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-patch
  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-patch
  dependency-group: minorandpatch
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  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 Dec 11, 2024
@tada5hi tada5hi merged commit 3559031 into master Dec 11, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-3f7aa7f379 branch December 11, 2024 08:40
This was referenced Dec 11, 2024
@github-actions github-actions bot mentioned this pull request Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant