fix(deps): update all non-major dependencies #17430
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:
^7.24.6
->^7.24.7
^7.24.6
->^7.24.7
^7.24.6
->^7.24.7
^7.24.6
->^7.24.7
^1.5.5
->^1.5.6
^1.6.2
->^1.6.3
^4.17.4
->^4.17.5
^20.14.0
->^20.14.2
^7.11.0
->^7.12.0
^7.11.0
->^7.12.0
^4.3.0
->^4.3.1
^4.23.0
->^4.23.1
^17.7.0
->^17.8.1
^9.1.0
->^9.2.0
^15.3.0
->^15.4.0
^3.1.3
->^3.1.4
^3.20240524.1
->^3.20240605.0
^1.7.0
->^1.7.1
3.3.0
->3.3.1
^4.2.17
->^4.2.18
^3.4.3
->^3.4.4
^5.31.0
->^5.31.1
^2.6.2
->^2.6.3
^4.11.2
->^4.15.1
^7.11.0
->^7.12.0
^5.2.12
->^5.2.13
1.2.2
->1.2.3
^4.3.2
->^4.3.3
^2.0.19
->^2.0.21
Release Notes
babel/babel (@babel/core)
v7.24.7
Compare Source
🐛 Bug Fix
babel-node
babel-traverse
constantViolations
with destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
using
inswitch
correctly (@liuxingbaoyu)🏠 Internal
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel/babel (@babel/parser)
v7.24.7
Compare Source
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
babel-traverse
constantViolations
with destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
using
inswitch
correctly (@liuxingbaoyu)🏠 Internal
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
Committers: 7
QwikDev/qwik (@builder.io/qwik)
v1.5.6
Compare Source
What's Changed
Many bugfixes and documentation updates.
We also added an API tech preview:
createSignal
,useConstant
andcreateComputed$
, which should be self-explanatory. Feedback welcome on Discord or in issues. We cannot guarantee the stability of these APIs yet, although they are simple enough that they probably won't need changing.Commits
deep
property ofuseStore
to match the new default by @Joristdh in https://github.com/QwikDev/qwik/pull/6383basePath
option by @gioboa in https://github.com/QwikDev/qwik/pull/6435New Contributors
Full Changelog: QwikDev/qwik@v1.5.5...v1.5.6
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.6.3
Compare Source
🚀 Features
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.12.0
Compare Source
🚀 Features
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
)rule-tester: check for parsing errors in suggestion fixes
rule-tester: port
checkDuplicateTestCases
from ESLinteslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
🩹 Fixes
no-useless-template-expression -> no-unnecessary-template-expression
eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable checkeslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining
eslint-plugin: [explicit-member-accessibility] refine report locations
eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
seslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions
eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe
eslint-plugin: [member-ordering] also TSMethodSignature can be get/set
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.12.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.1
Compare Source
Fix support for React Compiler with React 18
The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom
runtimeModule
: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.Reminder: Vite expect code outside of
node_modules
to be ESM, so you will need to update the gist withimport React from 'react'
.browserslist/browserslist (browserslist)
v4.23.1
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.8.1
Compare Source
🩹 Fixes
v17.8.0
Compare Source
🌟 Features
🩹 Fixes
🧹 Chores
sindresorhus/execa (execa)
v9.2.0
Compare Source
This release includes a new set of methods to exchange messages between the current process and a Node.js subprocess, also known as "IPC". This allows passing and returning almost any message type to/from a Node.js subprocess. Also, debugging IPC is now much easier.
Moreover, a new
gracefulCancel
option has also been added to terminate a subprocess gracefully.For a deeper dive-in, please check and share the release post!
Thanks @iiroj for your contribution, @SimonSiefke and @adymorz for reporting the bugs fixed in this release, and @karlhorky for improving the documentation!
Deprecations
'ipc'
to thestdio
option has been deprecated. It will be removed in the next major release. Instead, theipc: true
option should be used. (#1056)execaCommand()
method has been deprecated. It will be removed in the next major release. If most cases, the template string syntax should be used instead.If the file and/or multiple arguments are supplied as a single string, parseCommandString(command) can split that string into an array. More info. (#1054)
Features
gracefulCancel
option andgetCancelSignal()
method to terminate a subprocess gracefully.error.isGracefullyCanceled
was also added. (#1109)error.isForcefullyTerminated
. It istrue
when the subprocess was terminated by theforceKillAfterDelay
option. (#1111)subprocess.sendMessage(message)
and receives them withsubprocess.getOneMessage()
.subprocess.getEachMessage()
listens to multiple messages.sendMessage(message)
,getOneMessage()
andgetEachMessage()
instead. Those are the same methods, but imported directly from the'execa'
module.ipcInput
option sends an IPC message from the current process to the subprocess as it starts. This enables passing almost any input type to a Node.js subprocess. (#1068)result.ipcOutput
array contains all the IPC messages sent by the subprocess to the current process. This enables returning almost any output type from a Node.js subprocess. (#1067, #1071, #1075)verbose: 'full'
option now logs every IPC message sent by the subprocess, for debugging. More info here and there. (#1063)Types
ExecaMethod
,ExecaNodeMethod
andExecaScriptMethod
,ExecaSyncMethod
andExecaScriptSyncMethod
types. (#1066)Message
type, for IPC. (#1059)forceKillAfterDelay: true
option. (#1116)Bug fixes
{file}
to both thestdin
and thestdout
orstderr
options. (#1058)cancelSignal
option. (#1108)engines.node
field inpackage.json
. Supported Node.js version is^18.19.0
or>=20.5.0
. (by @iiroj) (#1101)sindresorhus/globals (globals)
v15.4.0
Compare Source
45c1b17
lit/lit (lit)
v3.1.4
Compare Source
Patch Changes
abf30b3e
- The value provided by theref()
directive will always beundefined
when the element is disconnected.cloudflare/workers-sdk (miniflare)
v3.20240605.0
Compare Source
Patch Changes
#5961
ab95473
Thanks @CarmenPopoviciu! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20240524.2
Compare Source
Patch Changes
#5922
bdbb7f8
Thanks @dario-piotrowicz! - fix: Allow the magic proxy to handle functions returning functionsPreviously functions returning functions would not be handled by the magic proxy,
the changes here enable the above, allowing for code such as the following:
This also works with the native workers RPC mechanism, allowing users to
return functions in their RPC code.
unjs/mlly (mlly)
v1.7.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
prettier/prettier (prettier)
v3.3.1
Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
sveltejs/svelte (svelte)
v4.2.18
Compare Source
Patch Changes
tailwindlabs/tailwindcss (tailwindcss)
v3.4.4
Compare Source
Fixed
<alpha-value>
placeholders in a single color definition ([Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
This PR has been generated by Mend Renovate. View repository job log here.