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 vue group in /webapp with 7 updates #7453

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the vue group in /webapp with 7 updates:

Package From To
vue-advanced-chat 2.0.11 2.1.0
vue-sweetalert-icons 4.3.1 5.0.0
@vue/cli-shared-utils 4.3.1 5.0.8
@vue/eslint-config-prettier 6.0.0 9.0.0
@vue/server-test-utils 1.0.0-beta.32 1.3.0
@vue/test-utils 1.3.4 2.4.6
vue-template-compiler 2.6.11 2.7.16

Updates vue-advanced-chat from 2.0.11 to 2.1.0

Release notes

Sourced from vue-advanced-chat's releases.

2.1.0

2.1.0 (2024-04-22)

Features

2.0.12

2.0.12 (2024-04-22)

Bug Fixes

Commits

Updates vue-sweetalert-icons from 4.3.1 to 5.0.0

Commits
  • 1d13373 5.0.0
  • 73ee44b Update example project
  • 6fe574d Update instructions for Nuxt 2 and direct component usage.
  • 0263925 Add note about importing styles explicitly
  • 7a79cbd Update installation instructions for supporting multiple versions of Vue.
  • 0e3c8fa Update example project.
  • 2f571e1 Update peer dependency to only support Vue 3.
  • f2ba998 Update package.json file module refs.
  • a6554b9 Update filename for library
  • 3cdb8a5 Add sass to dev dependencies.
  • Additional commits viewable in compare view

Updates @vue/cli-shared-utils from 4.3.1 to 5.0.8

Release notes

Sourced from @​vue/cli-shared-utils's releases.

v5.0.8

🐛 Bug Fix

v5.0.7

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

v5.0.6

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v5.0.5

🐛 Bug Fix

  • @vue/cli
    • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service
  • @vue/cli-plugin-e2e-cypress
    • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

Committers: 3

v5.0.4

🐛 Bug Fix

  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v5.0.3

... (truncated)

Changelog

Sourced from @​vue/cli-shared-utils's changelog.

5.0.7 (2022-07-05)

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

5.0.6 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

5.0.5 (2022-06-16)

🐛 Bug Fix

  • @vue/cli
    • #7167 feat(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service

Committers: 3

5.0.4 (2022-03-22)

🐛 Bug Fix

  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

... (truncated)

Commits

Updates @vue/eslint-config-prettier from 6.0.0 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
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

Commits

Updates @vue/server-test-utils from 1.0.0-beta.32 to 1.3.0

Release notes

Sourced from @​vue/server-test-utils's releases.

v1.3.0

1.3.0 is a small release, in terms of code changes, but brings back a popular feature that was previously deprecated: chaining for CSS selectors in getComponent and findComponent. This also is ported to Test Utils v2, so you can enjoy largely the same API in both libraries.

Features

feat: restore chaining and CSS selectors for findComponent (#1910)

Fixes

fix: verify object not null for typeof (#1897) fix(types): Remove argument for resetAutoDestroyState (#1907)

v1.2.2

This release contains no bug fixes or behavior changes; it simply improves the type definitions.

Types

  • types: type createLocalVue method #1873
  • types: add generic for wrapper.find() and wrapper.get() #1871

v1.2.1

This is a small release with just two minor bug fixes.

Fixes

  • fix #1845: add functional component check in component name match (#1857)
  • updated router link stub to match actual router-link interface (#1840)

v1.2.0

Features

  • feat(stubs): render function props deterministically (#1834). Note: this may break some snapshots of shallow mounted functional components.

Fixes

  • fix: correctly find functional components (#1835)
  • fix: trigger keyboard event regression (#1826)

v1.1.4

Feat

  • export ErrorWrapper #1814

Fixes

  • trigger('focus') added natural to jsdom behavior (#1777)
  • fix max range stack size (f#1768)
  • VTU don't return key property to event when use trigger.('eventName.key') #1808
  • allow find stubbed functional component by name (#1817)

Types

  • add type definitions for ExtendedVue (#1789)

... (truncated)

Changelog

Sourced from @​vue/server-test-utils's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.3 (2021-02-04)

Bug Fixes

  • prevent setProps infinite loop with immediate watchers (#1752) (db4ab8b)

1.0.5 (2020-08-29)

Note: Version bump only for package @​vue/server-test-utils

1.0.4 (2020-08-17)

Note: Version bump only for package @​vue/server-test-utils

1.0.2 (2020-05-06)

Note: Version bump only for package @​vue/server-test-utils

1.0.0 (2020-05-05)

Note: Version bump only for package @​vue/server-test-utils

1.0.0-beta.33 (2020-04-08)

... (truncated)

Commits

Updates @vue/test-utils from 1.3.4 to 2.4.6

Release notes

Sourced from @​vue/test-utils's releases.

v2.4.6

What's Changed

New Contributors

... (truncated)

Commits

Updates vue-template-compiler from 2.6.11 to 2.7.16

Release notes

Sourced from vue-template-compiler's releases.

v2.7.16 "Swan Song"

This is the final release for Vue 2.

Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.

Please refer to CHANGELOG.md for details.

v2.7.16-beta.2

Please refer to CHANGELOG.md for details.

v2.7.16-beta.1

Please refer to CHANGELOG.md for details.

v2.7.15

Please refer to CHANGELOG.md for details.

v2.7.14

Please refer to CHANGELOG.md for details.

v2.7.13

Please refer to CHANGELOG.md for details.

v2.7.12

Please refer to CHANGELOG.md for details.

v2.7.11

Please refer to CHANGELOG.md for details.

v2.7.10

Please refer to CHANGELOG.md for details.

v2.7.9

Please refer to CHANGELOG.md for details.

v2.7.8

Please refer to CHANGELOG.md for details.

v2.7.7

Please refer to CHANGELOG.md for details.

v2.7.6

Please refer to CHANGELOG.md for details.

v2.7.5

Please refer to CHANGELOG.md for details.

v2.7.4

Please refer to CHANGELOG.md for details.

v2.7.3

... (truncated)

Changelog

Sourced from vue-template-compiler's changelog.

2.7.16 Swan Song (2023-12-24)

Bug Fixes

  • lifecycle: esnure component effect scopes are disconnected (56ce7f8), closes #13134

2.7.16-beta.2 (2023-12-14)

Bug Fixes

2.7.16-beta.1 (2023-12-08)

Bug Fixes

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)

... (truncated)

Commits
  • 13f4e7d release: v2.7.16
  • 56ce7f8 fix(lifecycle): esnure component effect scopes are disconnected
  • 305e4ae release: v2.7.16-beta.2
  • 3e1037e chore: bump vitest to 1.0.4
  • db9c566 fix: account for nested render calls
  • 895669f fix(types): export more types for v3 alignment (jsx / component options)
  • 73bdf14 release: v2.7.16-beta.1
  • e0747f4 fix(keep-alive): fix memory leak without breaking transition tests
  • 2632249 fix(keep-alive): fix keep-alive memory leak
  • 3650c12 fix(types): provide types for built-in components
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch from 1fbbbdf to 6e5eabe Compare June 8, 2024 01:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch from 6e5eabe to 1bfead0 Compare July 13, 2024 01:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch from 1bfead0 to 5f2631a Compare August 31, 2024 01:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch from 5f2631a to c8e1fb8 Compare September 7, 2024 01:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch 2 times, most recently from dcbeca7 to 58757ce Compare September 21, 2024 01:16
updated-dependencies:
- dependency-name: vue-advanced-chat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue-sweetalert-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vue/cli-shared-utils"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vue/eslint-config-prettier"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vue/server-test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/vue-68ba9109e6 branch from 58757ce to 3dc9a92 Compare October 5, 2024 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant