Skip to content

chore(deps): update devdependencies#63

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies
Open

chore(deps): update devdependencies#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies

Conversation

@renovate

@renovate renovate Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.27.1^7.29.7 age confidence
@types/react (source) ~18.3.20~18.3.31 age confidence
babel-plugin-module-resolver ^5.0.2^5.0.3 age confidence
dotenv ^16.5.0^16.6.1 age confidence

Release Notes

babel/babel (@​babel/core)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6

Compare Source

v7.29.6 (2026-05-25)

🐛 Bug Fix
Committers: 3

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
tleunen/babel-plugin-module-resolver (babel-plugin-module-resolver)

v5.0.3

Compare Source

motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • "after 8:00 before 23:00 every weekday except on Friday"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 12, 2025 01:03
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 6543d22 to 5632a10 Compare May 24, 2025 12:33
@renovate renovate Bot changed the title chore(deps): update dependency @types/react to ~18.3.21 chore(deps): update dependency @types/react to ~18.3.22 May 24, 2025
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 5632a10 to a581a8c Compare May 30, 2025 12:53
@renovate renovate Bot changed the title chore(deps): update dependency @types/react to ~18.3.22 chore(deps): update devdependencies May 30, 2025
@renovate renovate Bot force-pushed the renovate/devdependencies branch from a581a8c to c3681c4 Compare June 2, 2025 19:45
@renovate renovate Bot force-pushed the renovate/devdependencies branch 4 times, most recently from 32c5618 to 93dfa41 Compare July 5, 2025 10:53
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from 42138ef to 71b450f Compare August 17, 2025 15:22
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 71b450f to b0536ea Compare August 25, 2025 19:45
@renovate renovate Bot force-pushed the renovate/devdependencies branch from b0536ea to dfbd24e Compare September 8, 2025 18:50
@renovate renovate Bot force-pushed the renovate/devdependencies branch from dfbd24e to f503f07 Compare September 25, 2025 18:06
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from e3a15cf to 7aaed60 Compare October 10, 2025 03:02
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 7aaed60 to f60fc92 Compare October 26, 2025 19:09
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 57736f6 to ac39b96 Compare November 21, 2025 02:43
@renovate renovate Bot force-pushed the renovate/devdependencies branch from ac39b96 to 7efa633 Compare February 21, 2026 20:37
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 7efa633 to b0ad7ea Compare March 19, 2026 18:45
@renovate renovate Bot force-pushed the renovate/devdependencies branch from b0ad7ea to d200b55 Compare May 12, 2026 13:51
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from a36a303 to 34cdcf5 Compare June 1, 2026 23:57
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 34cdcf5 to 0864c53 Compare June 8, 2026 20:36
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 0864c53 to 07d03c8 Compare June 12, 2026 21:14
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