fix(deps): update all non-major dependencies#17321
Merged
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.5->^7.24.6^7.24.5->^7.24.6^7.24.5->^7.24.6^7.24.5->^7.24.6^7.24.5->^7.24.6^1.5.4->^1.5.5^25.0.7->^25.0.8^18.3.2->^18.3.3^7.9.0->^7.10.0^7.9.0->^7.10.0^4.2.1->^4.3.0^1.7.0->^1.7.2^2.5.0->^2.6.0^1.25.0->^1.25.1^15.2.2->^15.2.5^4.0.5->^4.0.7^1.44.0->^1.44.1^3.0.2->^3.0.3v44.4.0->v44.5.1^4.10.5->^4.11.01.2.0->1.2.2Release Notes
babel/babel (@babel/core)
v7.24.6Compare Source
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-core,babel-generator,babel-plugin-transform-modules-commonjsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3babel-parser,babel-plugin-transform-typescriptcls.fn<C> = x(@liuxingbaoyu)🏠 Internal
babel-core,babel-helpers,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helperstsconfig.jsonfor@babel/helpers/src/helpers(@nicolo-ribaudo)babel-cli,babel-helpers,babel-plugin-external-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-parser,babel-traversebabel/babel (@babel/parser)
v7.24.6Compare Source
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-core,babel-generator,babel-plugin-transform-modules-commonjsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3babel-parser,babel-plugin-transform-typescriptcls.fn<C> = x(@liuxingbaoyu)🏠 Internal
babel-core,babel-helpers,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helperstsconfig.jsonfor@babel/helpers/src/helpers(@nicolo-ribaudo)babel-cli,babel-helpers,babel-plugin-external-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-parser,babel-traverseCommitters: 9
QwikDev/qwik (@builder.io/qwik)
v1.5.5Compare Source
What's Changed
server$the values should be marked as readonly by @gitstart in https://github.com/QwikDev/qwik/pull/5238devcontainer/clias alternative method for local development setup by @octet-stream in https://github.com/QwikDev/qwik/pull/6343New Contributors
Full Changelog: QwikDev/qwik@v1.5.4...v1.5.5
rollup/plugins (@rollup/plugin-commonjs)
v25.0.82024-05-22
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.10.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.10.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
axios/axios (axios)
v1.7.2Compare Source
Bug Fixes
Contributors to this release
v1.7.1Compare Source
Bug Fixes
Contributors to this release
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v2.6.0Compare Source
Minor Changes
parcel-bundler/lightningcss (lightningcss)
v1.25.1Compare Source
Fixes a property ordering bug when using the
allshorthand.okonet/lint-staged (lint-staged)
v15.2.5Compare Source
Patch Changes
#1424
31a1f95Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks @iiroj! - Upgrade micromatch@4.0.7v15.2.4Compare Source
Patch Changes
4f4537aThanks @iiroj! - Fix release issue with previous version; update dependenciesmicromatch/micromatch (micromatch)
v4.0.7Compare Source
v4.0.6Compare Source
microsoft/playwright (playwright-chromium)
v1.44.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using
video: 'on'with VSCode extension the browser got closedhttps://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
pugjs/pug (pug)
v3.0.3Compare Source
Bug Fixes
Update pug-code-gen with the following fix: (#3438)
Validate
templateNameandglobalsare valid JavaScript identifiers to prevent possible remote code execution if un-trusted user input is passed to the compilation optionstj-actions/changed-files (tj-actions/changed-files)
v44.5.1Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v44...v44.5.1
v44.5.0Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v44...v44.5.0
privatenumber/tsx (tsx)
v4.11.0Compare Source
Bug Fixes
Features
tsconfig(3f42ae3)This release is also available on:
vuejs/vitepress (vitepress)
v1.2.2Compare Source
Bug Fixes
v1.2.1Compare Source
Bug Fixes
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.