Skip to content
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

chore(deps): update all non-major dependencies #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.5 -> ^7.25.7 age adoption passing confidence
@babel/eslint-plugin (source) ^7.24.5 -> ^7.25.7 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.24.1 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) ^7.24.1 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) ^7.24.1 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.24.3 -> ^7.25.7 age adoption passing confidence
@babel/preset-env (source) ^7.24.5 -> ^7.25.7 age adoption passing confidence
@babel/preset-react (source) ^7.24.1 -> ^7.25.7 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.1 -> ^7.25.7 age adoption passing confidence
@babel/runtime (source) ^7.24.5 -> ^7.25.7 age adoption passing confidence
@swc/core (source) ^1.4.17 -> ^1.7.26 age adoption passing confidence
browserslist ^4.23.0 -> ^4.24.0 age adoption passing confidence
glob ^10.3.12 -> ^10.4.5 age adoption passing confidence
pnpm (source) 8.15.8 -> 8.15.9 age adoption passing confidence
postcss (source) ^8.4.38 -> ^8.4.47 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.6.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

v7.25.2

Compare Source

🐛 Bug Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • 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-runtime
  • babel-parser, babel-traverse
  • Other
swc-project/swc (@​swc/core)

v1.7.26

Compare Source

v1.7.25

Compare Source

Bug Fixes
Features
  • (es/common) Introduce pure Span and BytePos to handle #__PURE__ (#​9539) (f63a481)
Miscellaneous Tasks
  • (bindings/node) Fix type definition (64ec111)

v1.7.24

Compare Source

Bug Fixes
  • (es/compat) Handle label block in constructor (#​9528) (c43dbad)

  • (es/decorator) Add support for private access expressions in legacy decorators (#​9535) (62ed065)

  • (es/minifier) typeof class should be function (#​9522) (c7fdd6b)

  • (es/minifier) Prevent removing side effects from accessing getter (#​9530) (8513816)

  • (es/typescript) Handle enum in single statement (#​9532) (84b0043)

v1.7.23

Compare Source

Bug Fixes
Performance

v1.7.22

Compare Source

Bug Fixes
  • (es/minifier) Iterate object properties in reverse direction while inlining property access (#​9507) (f584ef7)

v1.7.21

Compare Source

Bug Fixes

v1.7.19

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (es/codegen) Bump minimum required swc_allocator version to 0.1.8 (#​9492) (5258763)
Refactor

v1.7.18

Compare Source

v1.7.14

Compare Source

Bug Fixes
Features
Refactor

v1.7.12

Compare Source

Bug Fixes
Miscellaneous Tasks

v1.7.11

Compare Source

Bug Fixes
Features
  • (es/typescript) Add native_class_properties to skip reordering of class properties inits (#​9421) (d2929d1)

  • (estree/compat) Remove dependency on rayon (#​9393) (34d1b27)

  • (html/minifier) Support using custom css minifier (#​9425) (970cc81)

Miscellaneous Tasks

v1.7.10

Compare Source

Bug Fixes
  • (es/typescript) Strip optional mark and definite mark (#​9411) (8c161a0)

  • (es/typescript) Strip exported default overload function declaration (#​9412) (b395f48)

  • (es/typescript) Strip this param in getter/setter (#​9414) (442fb7b)

  • (es/typescript) Update ts-strip type definition (#​9415) (165c8fa)

v1.7.9

Compare Source

Bug Fixes

v1.7.6

Compare Source

Bug Fixes
  • (es/codegen) Print the missing abstract in class expression (#​9372) (c2e3021)

  • (es/decorators) Use correct class name reference (#​9375) (badd6a9)

  • (es/typescript) Strip declare export in strip-only mode (#​9374) (c53cce4)

v1.7.5

Compare Source

Bug Fixes
Miscellaneous Tasks

v1.7.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks

v1.7.3

Compare Source

Bug Fixes

v1.7.2

Compare Source

Bug Fixes
Documentation
  • (bindings/wasm) Document supported TypeScript version (#​9334) (66f31c0)

v1.7.1

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Build

v1.7.0

Compare Source

Bug Fixes
Documentation
  • (allocator) Mention oxc_allocator (be99ce0)

  • (contributing) Fix deno installation url (#​9249) (ff5bbda)

  • (es/minifier) Add contributing section (e22f3ba)

Features
Miscellaneous Tasks
Performance

Configuration

📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) May 31, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 31ee35b to 3143ed9 Compare June 11, 2024 07:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0cf936e to 468c80d Compare June 19, 2024 06:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3bb3b0c to 39415db Compare June 22, 2024 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 983ed1a to 8e2d21a Compare July 6, 2024 15:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f94a4de to 4b3366f Compare July 11, 2024 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 51ff27e to bb96da6 Compare July 18, 2024 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb96da6 to 4777660 Compare July 22, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 68ecf78 to 9304ee2 Compare August 5, 2024 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5c9ba4a to b121f6c Compare August 14, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0867236 to 6e3f05b Compare August 24, 2024 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 48e1790 to 937d12c Compare September 3, 2024 00:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5edef54 to ffde495 Compare September 11, 2024 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c657fad to 4ce1ab2 Compare September 14, 2024 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c28555d to 63b9872 Compare September 27, 2024 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63b9872 to 92d02f2 Compare October 2, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants