-
-
Notifications
You must be signed in to change notification settings - Fork 197
fix(deps): update all non-major dependencies #392
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
Conversation
8545337 to
1193e8d
Compare
1193e8d to
8231734
Compare
a65dc4d to
6d849cb
Compare
b1c76e9 to
c1cec9e
Compare
5ea5a57 to
1389f1d
Compare
1124248 to
a9576e3
Compare
c7474a2 to
6097167
Compare
6097167 to
19dfd68
Compare
| hoist-pattern[]=@emotion/* # playground/react-emotion | ||
| hoist-pattern[]=*babel* | ||
| hoist-pattern[]=@swc/* # packages/plugin-react-swc/playground/emotion-plugin, packages/plugin-react-swc/playground/styled-components | ||
| hoist-pattern[]=eslint-import-resolver-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to make eslint-plugin-import-x work.
| "react": "^19.0.0-rc-fb9a90fa48-20240614", | ||
| "react-dom": "^19.0.0-rc-fb9a90fa48-20240614" | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this upgrade is fine.
| "@types/react": "^18.3.20", | ||
| "@types/react-dom": "^18.3.6", | ||
| "@vitejs/plugin-react": "workspace:*", | ||
| "babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Not related to this PR) Should we use beta versions instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know there was a beta version. If it's more recent than this one yes we should
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make a separate PR for that 👍
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^7.26.0->^7.26.10^7.25.9->^7.26.7^11.13.5->^11.14.0^11.13.5->^11.14.0^9.22.0->^9.24.0^1.11.11->^1.11.18^9.0.0->^9.0.2^7.1.0->^7.1.2^22.13.15->^22.14.0^18.3.12->^18.3.20^19.0.11->^19.1.0^18.3.1->^18.3.6^19.0.4->^19.1.2^0.25.1->^0.25.2^9.22.0->^9.24.0^4.8.0->^4.10.2^17.16.2->^17.17.0^11.2.0->^11.3.0^15.2.10->^15.5.010.6.5->10.8.0v4.0.0->v4.1.0^19.0.0-rc-fb9a90fa48-20240614->^19.1.0^19.0.0->^19.1.0^19.0.0-rc-fb9a90fa48-20240614->^19.1.0^19.0.0->^19.1.0^19.0.0->^19.1.0^0.14.2->^0.17.0^7.3.0->^7.5.0^7.0.0->^7.1.0^2.11.1->^2.12.1^6.1.16->^6.1.17^4.19.2->^4.19.3^5.7.2->^5.8.3^5.8.2->^5.8.3^8.26.1->^8.29.1^6.3.0-beta.5->^6.3.0-beta.6^6.2.2->^6.2.6^6.0.0->^6.2.6^3.0.4->^3.1.1Release Notes
babel/babel (@babel/core)
v7.26.10Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parser,babel-templatebabel-corebabel-parser,babel-plugin-transform-typescriptbabel-traversebabel-generatorabstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3💅 Polish
babel-standalone🏠 Internal
babel-parserv7.26.9Compare Source
🐛 Bug Fix
babel-typesTSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types🏠 Internal
babel-types.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.8Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-envv7.26.7Compare Source
🐛 Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3babel-plugin-transform-typeof-symboltypeofin arrow functions (@liuxingbaoyu)babel-parserrangesoption in estree method value (@JLHwung)babel-corebabel-plugin-transform-typescriptbabel-plugin-transform-typescript,babel-traverse,babel-typesimport x = y.z(@liuxingbaoyu)eslint/eslint (@eslint/js)
v9.24.0Compare Source
swc-project/swc (@swc/core)
v1.11.18Compare Source
Bug Fixes
(errors) Disable wrapping of text lines (#10314) (f6840ea)
(es/codegen) Ensure proper Unicode escape handling for ES5 and below #10028 (#10309) (7f76fa3)
(node) Fix
worker_threadsissue on glibc platform (#10306) (1d1ff9e)Features
(es/minifier) Optimize number to int (#10294) (6dcfa70)
(es/minifier) Remove useless to number (#10308) (898f170)
(ts/isolated-dts) Distinguish js value and ts type (#10316) (c480604)
Refactor
(es/codegen) Split
lib.rsinto multiple files (#10304) (5a07a5d)(es/codegen) Refactor macro to inverse order (#10297) (78f907f)
Testing
v1.11.16Compare Source
Miscellaneous Tasks
v1.11.15Compare Source
Bug Fixes
(bindings/node) Fix build on platforms without plugin (#10301) (3faae55)
(cli) Fix plugin target as
wasm32-wasip1(#10293) (7daf4f4)(deps) Update cargo (patch) (#10081) (e0ff00e)
(es) Do not reuse
Compilerforminify()andtransform()(#10273) (63bd8a1)(es/analysis) Support comments (#10299) (2919d16)
(es/bugfix) Do not rename in non-ident-function (#10274) (48b6bdb)
(es/minifier) Remove unnecessary check when invoke IIFE (#10257) (6b75775)
(es/parser) Parser a program as a module with TLA in non-expression statement (#10287) (157c52a)
(html) Remove
asyncfromminifyFragmentSync(#10289) (7028457)Documentation
(es/types) Document
outFileExtension(#10265) (99018c5)Add star history to
README.md(b51eea9)Features
(es) Add Rust plugin host part for analysis API (#10285) (d213a84)
(es) Add analysis API and refactor output API (#10288) (a53c60d)
(es/minifier) Allow disabling char frequency analysis (#10259) (50c62d1)
(es/minifier) Merge expression with empty return (#10283) (c276a38)
(es/minifier) Optimize code generated by optional chaining (#10292) (0d88041)
(es/minifier) Support
reduce_escaped_newline(#10232) (64fb286)(ts/fast-strip) Improve error message format (#10298) (29c4afb)
Add parallel iterators (#10075) (3b775bf)
Miscellaneous Tasks
Performance
(es/minifier) Adjust parallelism threshold (#10260) (28cc6f6)
(es/minifier) Process
consandaltofIfStmtin parallel (#10262) (ccb6eb8)(es/minifier) Move logic to the pure minifier (#10264) (7ecd807)
(es/minifier) Use
swc_par_iterinstead ofrayon(#10267) (78e37a1)Refactor
Extract
par-coreandpar-iter(#10269) (0c63bda)Drop
swc_fast_graph(#10268) (b23c8cb)Testing
swc-project/plugins (@swc/plugin-emotion)
v9.0.2Patch Changes
cb94b92: Update swc_core to v21.0.1v9.0.1Patch Changes
31e3254: build: Updateswc_coretov19.0.0swc-project/plugins (@swc/plugin-styled-components)
v7.1.2Patch Changes
cb94b92: Update swc_core to v21.0.1v7.1.1Patch Changes
31e3254: build: Updateswc_coretov19.0.0eslint/eslint (eslint)
v9.24.0Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.2Compare Source
Patch Changes
9f4f213Thanks @JounQin! - chore: bumpunrs-resolverto v1.4.1v4.10.1Compare Source
Patch Changes
#280
4966857Thanks @JounQin! - chore: bump all (dev) deps#280
4966857Thanks @JounQin! - fix: incorrect top leveltypesfield forcjsv4.10.0Compare Source
Minor Changes
6cba8ebThanks @JounQin! - feat: migrate to ESM primaryPatch Changes
e52168eThanks @jribbens! - fix: allowminimatch9 or 10v4.9.4Compare Source
Patch Changes
e9e2300Thanks @JounQin! - chore: bumpunrs-resolverto v1.3.3v4.9.3Compare Source
Patch Changes
#263
c0046a9Thanks @JounQin! - chore: migrate to rebrandingunrs-resolverwith new targets supported:i686-pc-windows-msvcarmv7-unknown-linux-musleabihfpowerpc64le-unknown-linux-gnus390x-unknown-linux-gnuv4.9.2Compare Source
Patch Changes
baf7086Thanks @JounQin! - fix:PluginConfigshould use classic configv4.9.1Compare Source
Patch Changes
e66575fThanks @JounQin! - refactor: revertpicomatchback tominimatchv4.9.0Compare Source
Minor Changes
#248
6940b14Thanks @TrevorBurnham! - feat: port allorderrule new options from upstreamnewlines-between-typesnamedconsolidateIslandssortTypesGroupv4.8.1Compare Source
Patch Changes
af5de32Thanks @JounQin! - chore: bumprspack-resolverto v1.2.0lint-staged/lint-staged (lint-staged)
v15.5.0Compare Source
Minor Changes
630af5fThanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.jswith only double quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"'are stagedNow
file.jswith only double-quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"v15.4.3Compare Source
Patch Changes
cbfed1dThanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2Compare Source
Patch Changes
8827ebf](https://redirect.github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450bConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.