-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix(deps): update all non-major dependencies #392
base: main
Are you sure you want to change the base?
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
@@ -1,6 +1,7 @@ | |||
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.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@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
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.0
10.6.5
->10.8.0
v4.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.1
Release Notes
babel/babel (@babel/core)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)eslint/eslint (@eslint/js)
v9.24.0
Compare Source
swc-project/swc (@swc/core)
v1.11.18
Compare 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_threads
issue 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.rs
into multiple files (#10304) (5a07a5d)(es/codegen) Refactor macro to inverse order (#10297) (78f907f)
Testing
v1.11.16
Compare Source
Miscellaneous Tasks
v1.11.15
Compare 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
Compiler
forminify()
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
async
fromminifyFragmentSync
(#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
cons
andalt
ofIfStmt
in parallel (#10262) (ccb6eb8)(es/minifier) Move logic to the pure minifier (#10264) (7ecd807)
(es/minifier) Use
swc_par_iter
instead ofrayon
(#10267) (78e37a1)Refactor
Extract
par-core
andpar-iter
(#10269) (0c63bda)Drop
swc_fast_graph
(#10268) (b23c8cb)Testing
swc-project/plugins (@swc/plugin-emotion)
v9.0.2
Patch Changes
cb94b92
: Update swc_core to v21.0.1v9.0.1
Patch Changes
31e3254
: build: Updateswc_core
tov19.0.0
swc-project/plugins (@swc/plugin-styled-components)
v7.1.2
Patch Changes
cb94b92
: Update swc_core to v21.0.1v7.1.1
Patch Changes
31e3254
: build: Updateswc_core
tov19.0.0
eslint/eslint (eslint)
v9.24.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.2
Compare Source
Patch Changes
9f4f213
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.4.1v4.10.1
Compare Source
Patch Changes
#280
4966857
Thanks @JounQin! - chore: bump all (dev) deps#280
4966857
Thanks @JounQin! - fix: incorrect top leveltypes
field forcjs
v4.10.0
Compare Source
Minor Changes
6cba8eb
Thanks @JounQin! - feat: migrate to ESM primaryPatch Changes
e52168e
Thanks @jribbens! - fix: allowminimatch
9 or 10v4.9.4
Compare Source
Patch Changes
e9e2300
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.3.3v4.9.3
Compare Source
Patch Changes
#263
c0046a9
Thanks @JounQin! - chore: migrate to rebrandingunrs-resolver
with new targets supported:i686-pc-windows-msvc
armv7-unknown-linux-musleabihf
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
v4.9.2
Compare Source
Patch Changes
baf7086
Thanks @JounQin! - fix:PluginConfig
should use classic configv4.9.1
Compare Source
Patch Changes
e66575f
Thanks @JounQin! - refactor: revertpicomatch
back tominimatch
v4.9.0
Compare Source
Minor Changes
#248
6940b14
Thanks @TrevorBurnham! - feat: port allorder
rule new options from upstreamnewlines-between-types
named
consolidateIslands
sortTypesGroup
v4.8.1
Compare Source
Patch Changes
af5de32
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @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.js
with 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.js
with 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.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare 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.