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 vue from 2.7.14 to 3.3.4 #1045

Merged
merged 4 commits into from
Jun 26, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2023

Bumps vue from 2.7.14 to 3.3.4.

Release notes

Sourced from vue's releases.

v3.3.4

Please refer to CHANGELOG.md for details.

v3.3.3

Please refer to CHANGELOG.md for details.

v3.3.2

Please refer to CHANGELOG.md for details.

v3.3.1

Please refer to CHANGELOG.md for details.

v3.3.0 "Rurouni Kenshin"

Please refer to the release blog post for details.

v3.3.0-beta.5

Please refer to CHANGELOG.md for details.

v3.3.0-beta.4

Please refer to CHANGELOG.md for details.

v3.3.0-beta.3

Please refer to CHANGELOG.md for details.

v3.3.0-beta.2

Please refer to CHANGELOG.md for details.

v3.3.0-beta.1

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.13

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.12

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.11

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.10

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.9

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.8

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.7

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.3.4 (2023-05-18)

Bug Fixes

  • build: ensure correct typing for node esm (d621d4c)
  • build: fix DEV flag replacement edge case (8b7c04b), closes #8353
  • compiler-sfc: handle imported types from default exports (5aec717), closes #8355

3.3.3 (2023-05-18)

Bug Fixes

  • avoid regex s flag for old browsers (91f1c62), closes #8316
  • build: fix dev flag replacement in esm-builder builds (#8314) (003836f), closes #8312
  • compiler-sfc: don't hoist regexp literial (#8300) (8ec73a3)
  • compiler-sfc: fix props destructing default value type checking with unresolved type (#8340) (f69dbab), closes #8326
  • compiler-sfc: fix type import from path aliased vue file (fab9c72), closes #8348
  • compiler-sfc: handle ts files with relative imports with .js extension (b36addd), closes #8339
  • compiler-sfc: parses correctly when inline mode is off (#8337) (ecbd42a), closes #6088
  • compiler-sfc: support defineEmits type reference with unions (#8299) (b133e0f), closes #7943
  • types: support generic usage with withDefaults + defineProps (#8335) (216f269), closes #8310 #8331 #8325

3.3.2 (2023-05-12)

Bug Fixes

  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #8287 #8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #8289
  • compiler-sfc: handle prop keys that need escaping (#7803) (690ef29), closes #8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #8286

3.3.1 (2023-05-11)

Bug Fixes

  • suspense: handle nested sync suspense for hydration (a3f5485)

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.3.4 branch 4 times, most recently from f146826 to 5ef412b Compare May 24, 2023 02:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.3.4 branch 4 times, most recently from 54b9270 to dd506e7 Compare June 1, 2023 06:39
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.3.4 branch 6 times, most recently from 130d6bb to b25dd83 Compare June 9, 2023 02:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.3.4 branch 5 times, most recently from 358f385 to 4c6dc53 Compare June 13, 2023 02:05
Bumps [vue](https://github.com/vuejs/core) from 2.7.14 to 3.3.4.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.3.4)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.3.4 branch from 4c6dc53 to 87da4f3 Compare June 14, 2023 02:03
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #1045 (0702df3) into main (6094d06) will increase coverage by 17.87%.
The diff coverage is 60.41%.

❗ Current head 0702df3 differs from pull request most recent head 271c47b. Consider uploading reports for the commit 271c47b to get more accurate results

@@             Coverage Diff             @@
##             main    #1045       +/-   ##
===========================================
+ Coverage   36.66%   54.54%   +17.87%     
===========================================
  Files          15        9        -6     
  Lines          90       77       -13     
  Branches        4        2        -2     
===========================================
+ Hits           33       42        +9     
+ Misses         57       33       -24     
- Partials        0        2        +2     
Impacted Files Coverage Δ
src/main.ts 0.00% <0.00%> (ø)
src/components/BaseHeader.ts 62.50% <62.50%> (+62.50%) ⬆️
src/views/Encryption.ts 52.63% <63.63%> (+52.63%) ⬆️
src/views/Decryption.ts 52.63% <66.66%> (+52.63%) ⬆️
src/App.ts 100.00% <100.00%> (+100.00%) ⬆️
src/components/BaseFooter.ts 100.00% <100.00%> (+100.00%) ⬆️
src/router.ts 71.42% <100.00%> (-3.58%) ⬇️
src/store.ts 100.00% <100.00%> (ø)
src/views/Home.ts 100.00% <100.00%> (+100.00%) ⬆️

... and 6 files with indirect coverage changes

@sonarcloud
Copy link

sonarcloud bot commented Jun 26, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
6.7% 6.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@berviantoleo berviantoleo merged commit adf332e into main Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-3.3.4 branch June 26, 2023 05:54
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