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

chore(deps): update all dependencies (non-major) #99

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eik/rollup-plugin 4.0.50 -> 4.0.60 age adoption passing confidence
@floating-ui/dom (source) 1.5.1 -> 1.5.4 age adoption passing confidence
@lingui/cli 4.3.0 -> 4.7.0 age adoption passing confidence
@lingui/conf 4.3.0 -> 4.7.0 age adoption passing confidence
@lingui/core 4.3.0 -> 4.7.0 age adoption passing confidence
@lingui/extractor-vue 4.3.0 -> 4.7.0 age adoption passing confidence
@vitejs/plugin-vue (source) 4.3.3 -> 4.6.2 age adoption passing confidence
@vue/compiler-sfc (source) 3.3.4 -> 3.4.14 age adoption passing confidence
@vue/test-utils 2.4.1 -> 2.4.3 age adoption passing confidence
@warp-ds/icons 1.3.0 -> 1.4.0 age adoption passing confidence
@warp-ds/uno 1.1.0 -> 1.6.0 age adoption passing confidence
esbuild 0.19.2 -> 0.19.11 age adoption passing confidence
happy-dom 12.9.1 -> 12.10.3 age adoption passing confidence
shikiji (source) ^0.6.8 -> ^0.9.0 age adoption passing confidence
unocss ^0.56.0 -> ^0.58.0 age adoption passing confidence
vite (source) 4.4.9 -> 4.5.1 age adoption passing confidence
vitest (source) 0.34.3 -> 0.34.6 age adoption passing confidence
vue (source) 3.3.4 -> 3.4.14 age adoption passing confidence
vue-router 4.2.4 -> 4.2.5 age adoption passing confidence

Release Notes

eik-lib/rollup-plugin (@​eik/rollup-plugin)

v4.0.60

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.28.2 (574c788)

v4.0.59

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.28.0 (2a25f74)

v4.0.58

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.27.2 (1f41460)

v4.0.57

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.27.0 (dff0739)

v4.0.56

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.26.4 (a0bd048)

v4.0.55

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.26.3 (2185e2c)

v4.0.54

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.25.4 (9396245)

v4.0.53

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.25.3 (ffdd0e0)

v4.0.52

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.25.2 (cf17ae4)

v4.0.51

Compare Source

Bug Fixes
  • deps: update dependency undici to v5.24.0 (3c74748)
floating-ui/floating-ui (@​floating-ui/dom)

v1.5.4

Compare Source

Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

Patch Changes
  • 3426bc2: fix: traverse into iframe parents when finding overflow ancestors
lingui/js-lingui (@​lingui/cli)

v4.7.0

Compare Source

Bug Fixes
Features

v4.6.0

Compare Source

Bug Fixes
  • cli: import type as type (#​1802) (960aadb)
  • cli: sorting issue when different locales are used on host machines (#​1808) (4b8b2a7)
  • experimental-extractor: fix ERR_IMPORT_ASSERTION_TYPE_MISSING issue (#​1775) (efcd405)
Features
Reverts

v4.5.0

Compare Source

Features

4.4.2 (2023-08-31)

Reverts

4.4.1 (2023-08-30)

Bug Fixes
Features

v4.4.2

Compare Source

Reverts

v4.4.1

Compare Source

Bug Fixes
Features

v4.4.0

Compare Source

Bug Fixes
  • webpack-loader: fix invalid dependencies have been reported by p… (#​1735) (1521ae7)
Features
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.5.0

v4.4.1

v4.4.0

v4.3.4

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.4.14

Compare Source

Bug Fixes

v3.4.13

Compare Source

Bug Fixes

v3.4.12

Compare Source

Reverts

v3.4.11

Compare Source

Bug Fixes

v3.4.10

Compare Source

Bug Fixes
  • hydration: should not warn on falsy bindings of non-property keys (3907c87)

v3.4.9

Compare Source

Bug Fixes
  • build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
  • hydration: do not warn against bindings w/ object values (dcc68ef)
  • runtime-dom: unify behavior for v-show + style display binding (#​10075) (cd419ae), closes #​10074
  • suspense: avoid double-patching nested suspense when parent suspense is not resolved (#​10055) (bcda96b), closes #​8678

v3.4.8

Compare Source

Bug Fixes

v3.4.7

Compare Source

Bug Fixes
Reverts
  • "dx(computed): warn incorrect use of getCurrentInstance inside computed" (2fd3905)

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #​9972
  • compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #​6483 #​6491
  • compiler-ssr: fix node clone edge case caused by AST reuse (#​9983) (7dbdb3e), closes #​9981
  • watch: cleanup watcher effect from scope when manually stopped (#​9978) (d2d8955)

v3.4.4

Compare Source

Bug Fixes
  • compiler-sfc: fix scss source map regression (71d3121), closes #​9970 #​9969
  • compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)
  • defineModel: support kebab-case/camelCase mismatches (#​9950) (10ccb9b)
  • runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#​9966) (0648804), closes #​9944
  • ssr: avoid rendering transition-group slot content as a fragment (#​9961) (0160264), closes #​9933
  • watch: remove instance unmounted short circuit in getter of watchEffect (#​9948) (f300a40)
  • watch: revert watch behavior when watching shallow reactive objects (a9f781a), closes #​9965
Performance Improvements
  • watch: avoid double traverse for reactive source (24d77c2)

v3.4.3

Compare Source

Bug Fixes
  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • compat: correct enum value for COMPILER_FILTERS feature (#​9875) (77d33e2)
  • defineModel: always default modifiers to empty object (9bc3c7e), closes #​9945
  • defineModel: support local mutation when only prop but no listener is passed (97ce041)
  • types: fix defineModel watch type error (#​9942) (4af8583), closes #​9939
Features

v3.4.0

Compare Source

Read this blog post for an overview of the release highlights.

Potential Actions Needed
  1. To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:

    • Volar / vue-tsc@^1.8.27 (required)
    • @​vitejs/plugin-vue@​^5.0.0 (if using Vite)
    • nuxt@^3.9.0 (if using Nuxt)
    • vue-loader@^17.4.0 (if using webpack or vue-cli)
  2. If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.

  3. Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been removed in 3.4.

Features
Performance Improvements
  • compiler-sfc: avoid sfc source map unnecessary serialization and parsing (f15d2f6)
  • compiler-sfc: remove magic-string trim on script (e8e3ec6)
  • compiler-sfc: use faster source map addMapping (50cde7c)
  • compiler-core: optimize away isBuiltInType (66c0ed0)
  • compiler-core: optimize position cloning (2073236)
  • codegen: optimize line / column calculation during codegen (3be53d9)
  • codegen: optimize source map generation (c11002f)
  • shared: optimize makeMap (ae6fba9)
BREAKING CHANGES
Global JSX Registration Removed

Starting in 3.4, Vue no longer registers the global JSX namespace by default. This is necessary to avoid global namespace collision with React so that TSX of both libs can co-exist in the same project. This should not affect SFC-only users with latest version of Volar.

If you are using TSX, there are two options:

  1. Explicitly set jsxImportSource to 'vue' in tsconfig.json before upgrading to 3.4. You can also opt-in per file by adding a /* @​jsxImportSource vue */ comment at the top of the file.

  2. If you have code that depends on the presence of the global JSX namespace, e.g. usage of types like JSX.Element etc., you can retain the exact pre-3.4 global behavior by explicitly referencing vue/jsx, which registers the global JSX namespace.

Note that this is a type-only breaking change in a minor release, which adheres to our release policy.

Deprecated Features Removed
  • Reactivity Transform was marked deprecated in 3.3 and is now removed in 3.4. This change does not require a major due to the feature being experimental. Users who wish to continue using the feature can do so via the Vue Macros plugin.
  • app.config.unwrapInjectedRef has been removed. It was deprecated and enabled by default in 3.3. In 3.4 it is no longer possible to disable this behavior.
  • @vnodeXXX event listeners in templates are now a compiler error instead of a deprecation warning. Use @vue:XXX listeners instead.
  • v-is directive has been removed. It was deprecated in 3.3. Use the is attribute with vue: prefix instead.

v3.3.13

Compare Source

Bug Fixes

v3.3.12

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every weekend after 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 6 times, most recently from bfa4b92 to 45ca2c9 Compare November 8, 2023 19:46
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 11 times, most recently from ff432f5 to acd5268 Compare November 16, 2023 15:51
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 11 times, most recently from 3658c59 to 02b4860 Compare November 23, 2023 21:30
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from f0fcaf0 to a1cb85c Compare November 27, 2023 02:18
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 10 times, most recently from c4cfa70 to 1799b11 Compare January 5, 2024 13:56
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 11 times, most recently from 4d5478e to 508569f Compare January 13, 2024 03:14
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from 3e75a09 to e79a91d Compare January 15, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from e79a91d to 03c7b70 Compare January 16, 2024 10:55
For some reason Renovate didn't update all dependencies with non-major changes in package.json
Copy link
Contributor Author

renovate bot commented Jan 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@BalbinaK BalbinaK merged commit 8e98ffc into next Jan 18, 2024
3 checks passed
@BalbinaK BalbinaK deleted the renovate/all-dependencies-(non-major) branch January 18, 2024 07:28
@@ -29,7 +29,7 @@ describe('tabs', () => {
setup: () => ({ model })
}
const wrapper = mount(TabFixture)
assert.equal(wrapper.text(), 'Foo Bar OMG')
assert.equal(wrapper.text(), 'Foo BarOMG')
Copy link
Contributor

@BalbinaK BalbinaK Jan 18, 2024

Choose a reason for hiding this comment

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

This change is a result of text() method trimming text in elements. https://github.com/vuejs/test-utils/releases/tag/v2.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant