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

build: bump the production-dependencies group with 6 updates #172

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 6 updates:

Package From To
pg 8.12.0 8.13.0
bootstrap-vue-next 0.24.11 0.24.23
pinia 2.2.2 2.2.3
vue 3.4.38 3.5.10
vue-i18n 9.14.0 9.14.1
vue-router 4.4.3 4.4.5

Updates pg from 8.12.0 to 8.13.0

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

Commits

Updates bootstrap-vue-next from 0.24.11 to 0.24.23

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.24.23

0.24.23 (2024-09-26)

Bug Fixes

  • vBPopover: add position absolute to floating directives (#2234) (9e4d8b7)

nuxt: v0.24.23

0.24.23 (2024-09-26)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.24.22

0.24.22 (2024-09-24)

Bug Fixes

nuxt: v0.24.22

0.24.22 (2024-09-24)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.24.23 (2024-09-26)

Bug Fixes

  • vBPopover: add position absolute to floating directives (#2234) (9e4d8b7)

0.24.22 (2024-09-24)

Bug Fixes

0.24.21 (2024-09-22)

Features

  • colorvariant: add subtle and emphasis variant fixes #2079 (5946219)

0.24.20 (2024-09-21)

Bug Fixes

0.24.19 (2024-09-21)

Bug Fixes

  • BFormFile: remove capture attrs from dom if not defined. (#2214) (85b38f3)
  • nuxt: make injection keys static strings fixes #2209 (#2218) (5634dc3)

0.24.18 (2024-09-17)

Bug Fixes

  • vBPopover: fix vue error with floating directives. (#2208) (e50a5ba)

0.24.17 (2024-09-16)

Bug Fixes

... (truncated)

Commits

Updates pinia from 2.2.2 to 2.2.3

Release notes

Sourced from pinia's releases.

pinia@2.2.3

Please refer to CHANGELOG.md for details.

Commits

Updates vue from 3.4.38 to 3.5.10

Release notes

Sourced from vue's releases.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.5

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.3

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.1

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.0

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.0-rc.1

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.0-beta.3

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044

3.5.9 (2024-09-26)

Bug Fixes

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)

3.5.7 (2024-09-20)

Bug Fixes

  • compile-core: fix v-model with newlines edge case (#11960) (6224288), closes #8306
  • compiler-sfc: initialize scope with null prototype object (#11963) (215e154)
  • hydration: avoid observing non-Element node (#11954) (7257e6a), closes #11952
  • reactivity: do not remove dep from depsMap when unsubbed by computed (960706e)
  • reactivity: fix dev-only memory leak by updating dep.subsHead on sub removal (5c8b76e), closes #11956
  • reactivity: fix memory leak from dep instances of garbage collected objects (235ea47), closes #11979 #11971
  • reactivity: fix triggerRef call on ObjectRefImpl returned by toRef (#11986) (b030c8b), closes #11982
  • scheduler: ensure recursive jobs can't be queued twice (#11955) (d18d6aa)
  • ssr: don't render comments in TransitionGroup (#11961) (a2f6ede), closes #11958
  • transition: respect duration setting even when it is 0 (#11967) (f927a4a)

... (truncated)

Commits
  • 4b09ab2 release: v3.5.10
  • 93c95dd fix(reactivity): fix nested batch edge case
  • aa9ef23 fix(reactivity): only clear notified flags for computed in first batch iteration
  • 60c2029 test: add test case for #11928
  • e2c19c2 fix(types/ref): handle nested refs in UnwrapRef (#12049)
  • ea3efa0 fix(custom-element): properly set kebab-case props on Vue custom elements
  • a77b959 workflow: link to release workflow in release script [ci skip]
  • 01f15be release: v3.5.9
  • 10ff159 fix(reactivity): fix recursive sync watcher on computed edge case
  • cb34b28 fix(runtime-core): avoid rendering plain object as VNode (#12038)
  • Additional commits viewable in compare view

Updates vue-i18n from 9.14.0 to 9.14.1

Release notes

Sourced from vue-i18n's releases.

v9.14.1

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1

Commits

Updates vue-router from 4.4.3 to 4.4.5

Release notes

Sourced from vue-router's releases.

v4.4.5

Please refer to CHANGELOG.md for details.

v4.4.4

Please refer to CHANGELOG.md for details.

Commits
  • 14219b0 release: vue-router@4.4.5
  • 5e20afb fix: fix mods in aliases
  • c7dd2a1 fix: mods must be added only wiht defineProperty
  • a8df616 fix: make internal property non enumerable
  • be68148 release: vue-router@4.4.4
  • 5ff2cd0 feat(loaders): internal mods in route records
  • 4861467 fix(ssr): handle symboless Modules in dynamic imports (#2355)
  • ba3ab9a docs: fix small colors
  • 99c7251 docs: refactor and fix become sponsor button colors
  • 00dd266 chore: pin vue versions because of withDefaults bug in compiler
  • Additional commits viewable in compare view

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

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.12.0` | `8.13.0` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.24.11` | `0.24.23` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.2` | `2.2.3` |
| [vue](https://github.com/vuejs/core) | `3.4.38` | `3.5.10` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.14.0` | `9.14.1` |
| [vue-router](https://github.com/vuejs/router) | `4.4.3` | `4.4.5` |


Updates `pg` from 8.12.0 to 8.13.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.0/packages/pg)

Updates `bootstrap-vue-next` from 0.24.11 to 0.24.23
- [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.24.23/packages/bootstrap-vue-next)

Updates `pinia` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.3)

Updates `vue` from 3.4.38 to 3.5.10
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.38...v3.5.10)

Updates `vue-i18n` from 9.14.0 to 9.14.1
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.14.1/packages/vue-i18n)

Updates `vue-router` from 4.4.3 to 4.4.5
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.3...v4.4.5)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
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