chore(deps): update all non-major dependencies #1371
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.2.0
->17.2.1
7.23.12
->7.23.15
~7.38.0
->~7.39.0
25.0.0
->25.0.7
8.0.1
->8.1.0
27.5.0
->27.5.2
~18.18.0
->~18.19.0
5.14.5
->5.14.9
2.2.0
->2.3.1
6.5.0
->6.5.1
7.0.0
->7.1.0
11.0.0
->11.0.3
27.0.0-alpha.3
->27.0.0
~10.6.0
->~10.7.0
10.4.4
->10.4.16
13.6.0
->13.6.1
0.19.7
->0.19.10
27.5.0
->27.5.1
1.0.1
->1.0.3
6.6.0
->6.6.2
3.3.0
->3.3.7
8.4.12
->8.4.32
7.0.0
->7.0.2
7.8.0
->7.8.1
2.0.0
->2.0.3
~3.3.0
->~3.4.0
27.1.0
->27.1.5
10.9.1
->10.9.2
2.6.0
->2.6.2
4.9.4
->4.9.5
4.5.0
->4.5.1
4.0.0
->4.0.2
2.0.2
->2.0.3
2.7.14
->2.7.15
8.5.0
->8.5.1
2.7.14
->2.7.15
Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
v17.2.1
Compare Source
Step hooks are logged using separate log groups, similar to how scenario hooks are logged.
Properly escape error messages in interactive mode.
Fix error in non-feature specs under certain conditions, fixes #1028.
Allow doesFeatureMatch to be called in support files, fixes #1025.
microsoft/rushstack (@microsoft/api-documenter)
v7.23.15
Compare Source
Wed, 20 Dec 2023 01:09:45 GMT
Version update only
v7.23.14
Compare Source
Thu, 07 Dec 2023 03:44:13 GMT
Version update only
v7.23.13
Compare Source
Tue, 05 Dec 2023 01:10:16 GMT
Version update only
microsoft/rushstack (@microsoft/api-extractor)
v7.39.0
Compare Source
Wed, 20 Dec 2023 01:09:45 GMT
Minor changes
v7.38.5
Compare Source
Thu, 07 Dec 2023 03:44:13 GMT
Version update only
v7.38.4
Compare Source
Tue, 05 Dec 2023 01:10:16 GMT
Patches
rollup/plugins (@rollup/plugin-commonjs)
v25.0.7
Compare Source
2023-10-15
Bugfixes
v25.0.6
Compare Source
2023-10-15
Bugfixes
v25.0.5
Compare Source
2023-10-05
Bugfixes
v25.0.4
Compare Source
2023-08-11
Updates
v25.0.3
Compare Source
2023-07-15
Bugfixes
this
reference in the child class #1537v25.0.2
Compare Source
2023-06-19
Bugfixes
v25.0.1
Compare Source
2023-06-10
Bugfixes
vitejs/vite-plugin-vue2 (@vitejs/plugin-vue2)
v2.3.1
Compare Source
Bug Fixes
v2.3.0
Compare Source
Features
vuejs/vue-devtools (@vue/devtools-api)
v6.5.1
Compare Source
🚀 Enhancements
🩹 Fixes
❤️ Contributors
vuejs/eslint-config-prettier (@vue/eslint-config-prettier)
v7.1.0
Compare Source
New Features
skip-formatting
ruleset b5933a9vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
vuejs/vue-jest (@vue/vue2-jest)
v27.0.0
Compare Source
We moved to v27.0.0 (the library is mostly stable; no need for a drawn out beta and release candidate process). There will always be bugs, we will fix them in patch/minor versions.
Note: I (@lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.
How to install
yarn add @​vue/[email protected]
(works with Vue 3, Jest 27) oryarn add @​vue/vue3-jest@latest
for the latest one.yarn add @​vue/[email protected]
(works with Vue 2, Jest 27) oryarn add @​vue/vue2-jest@latest
for the latest one.Fixes
v27.0.0-alpha.4
Compare Source
How to install
yarn add @​vue/[email protected]
(works with Vue 3, Jest 27) oryarn add @​vue/vue3-jest@latest
for the latest one.yarn add @​vue/[email protected]
(works with Vue 2, Jest 27) oryarn add @​vue/vue2-jest@latest
for the latest one.Features
feat: support custom blocks for Vue 3 (#364) …
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#412) …
Fixes
fix(vue3-jest): interop custom transformer require (#391)
Chores
chore: drop node 10 and add node 16 (#414) …
chore: drop circleci build (#413) …
chore: update to vue v3.2.22 (#411) …
vueuse/vueuse (@vueuse/core)
v10.7.0
Compare Source
🚀 Features
distanceThreshold
option - by @donaldxdonald and @antfu in https://github.com/vueuse/vueuse/issues/3578 (0e04a)canLoadMore
option - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3558 (e780f)disableTextSelect
option - by @aminmokhtari94 in https://github.com/vueuse/vueuse/issues/3604 (fd67b)🐞 Bug Fixes
trigger
should not ignore falsy values - by @romansp and @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3561 (3733b)isAborted
value on success - by @17359898647 and @antfu in https://github.com/vueuse/vueuse/issues/3547 (4b159)View changes on GitHub
postcss/autoprefixer (autoprefixer)
v10.4.16
Compare Source
v10.4.15
Compare Source
::backdrop
prefixes (by 一丝).v10.4.14
Compare Source
v10.4.13
Compare Source
v10.4.12
Compare Source
v10.4.11
Compare Source
text-decoration
prefixes by moving to MDN data (by Romain Menke).v10.4.10
Compare Source
unicode-bidi
prefixes by moving to MDN data.v10.4.9
Compare Source
css-unicode-bidi
issue from latest Can I Use.v10.4.8
Compare Source
color-adjust
warning ifprint-color-adjust
also is in rule.v10.4.7
Compare Source
print-color-adjust
support in Firefox.v10.4.6
Compare Source
print-color-adjust
support.v10.4.5
Compare Source
NaN
in grid (by @SukkaW).cypress-io/cypress (cypress)
v13.6.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1
evanw/esbuild (esbuild)
v0.19.10
Compare Source
Fix glob imports in TypeScript files (#3319)
This release fixes a problem where bundling a TypeScript file containing a glob import could emit a call to a helper function that doesn't exist. The problem happened because esbuild's TypeScript transformation removes unused imports (which is required for correctness, as they may be type-only imports) and esbuild's glob import transformation wasn't correctly marking the imported helper function as used. This wasn't caught earlier because most of esbuild's glob import tests were written in JavaScript, not in TypeScript.
Fix
require()
glob imports with bundling disabled (#3546)Previously
require()
calls containing glob imports were incorrectly transformed when bundling was disabled. All glob imports should only be transformed when bundling is enabled. This bug has been fixed.Fix a panic when transforming optional chaining with
define
(#3551, #3554)This release fixes a case where esbuild could crash with a panic, which was triggered by using
define
to replace an expression containing an optional chain. Here is an example:This fix was contributed by @hi-ogawa.
Work around a bug in node's CommonJS export name detector (#3544)
The export names of a CommonJS module are dynamically-determined at run time because CommonJS exports are properties on a mutable object. But the export names of an ES module are statically-determined at module instantiation time by using
import
andexport
syntax and cannot be changed at run time.When you import a CommonJS module into an ES module in node, node scans over the source code to attempt to detect the set of export names that the CommonJS module will end up using. That statically-determined set of names is used as the set of names that the ES module is allowed to import at module instantiation time. However, this scan appears to have bugs (or at least, can cause false positives) because it doesn't appear to do any scope analysis. Node will incorrectly consider the module to export something even if the assignment is done to a local variable instead of to the module-level
exports
object. For example:You can see that node incorrectly thinks the file
confuseNode.js
has an export callednotAnExport
when that file is loaded in an ES module context:To avoid this, esbuild will now rename local variables that use the names
exports
andmodule
when generating CommonJS output for thenode
platform.Fix the return value of esbuild's
super()
shim (#3538)Some people write
constructor
methods that use the return value ofsuper()
instead of usingthis
. This isn't too common because TypeScript doesn't let you do that but it can come up when writing JavaScript. Previously esbuild's class lowering transform incorrectly transformed the return value ofsuper()
intoundefined
. With this release, the return value ofsuper()
will now bethis
instead:Terminate the Go GC when esbuild's
stop()
API is called (#3552)If you use esbuild with WebAssembly and pass the
worker: false
flag toesbuild.initialize()
, then esbuild will run the WebAssembly module on the main thread. If you do this within a Deno test and that test callsesbuild.stop()
to clean up esbuild's resources, Deno may complain that asetTimeout()
call lasted past the end of the test. This happens when the Go is in the middle of a garbage collection pass and has scheduled additional ongoing garbage collection work. Normally callingesbuild.stop()
will terminate the web worker that the WebAssembly module runs in, which will terminate the Go GC, but that doesn't happen if you disable the web worker withworker: false
.With this release, esbuild will now attempt to terminate the Go GC in this edge case by calling
clearTimeout()
on these pending timeouts.Apply
/* @​__NO_SIDE_EFFECTS__ */
on tagged template literals (#3511)Tagged template literals that reference functions annotated with a
@__NO_SIDE_EFFECTS__
comment are now able to be removed via tree-shaking if the result is unused. This is a convention from Rollup. Here is an example:Note that this feature currently only works within a single file, so it's not especially useful. This feature does not yet w
Configuration
📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.