Skip to content

build: update all non-major dependencies #30389

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

Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented May 27, 2025

This PR contains the following updates:

Package Type Update Change
@babel/core (source) dependencies patch 7.27.1 -> 7.27.3
@babel/generator (source) dependencies patch 7.27.1 -> 7.27.3
@babel/helper-annotate-as-pure (source) dependencies patch 7.27.1 -> 7.27.3
@babel/plugin-transform-runtime (source) dependencies patch 7.27.1 -> 7.27.3
@babel/runtime (source) dependencies patch 7.27.1 -> 7.27.3
esbuild optionalDependencies patch 0.25.4 -> 0.25.5
esbuild dependencies patch 0.25.4 -> 0.25.5
esbuild devDependencies patch 0.25.4 -> 0.25.5
esbuild-wasm dependencies patch 0.25.4 -> 0.25.5
esbuild-wasm devDependencies patch 0.25.4 -> 0.25.5
lmdb optionalDependencies minor 3.3.0 -> 3.4.0
quicktype-core devDependencies patch 23.2.5 -> 23.2.6
terser (source) dependencies minor 5.39.2 -> 5.40.0

Release Notes

babel/babel (@​babel/core)

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
evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the [email protected] package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
kriszyp/lmdb-js (lmdb)

v3.4.0

Compare Source

quicktype/quicktype (quicktype-core)

v23.2.6

Compare Source

terser/terser (terser)

v5.40.0

Compare Source

  • Fix exporting AssignmentExpression (default assign pattern) to ESTree
  • Fix ESTree output of object keys with quotes
  • Fix handling of an ESTree empty export {} (#​1601)
  • Fix some const and let resulting from ESTree input (#​1599)

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels May 27, 2025
@alan-agius4 alan-agius4 added the target: rc This PR is targeted for the next release-candidate label May 27, 2025
@alan-agius4 alan-agius4 added target: minor This PR is targeted for the next minor release and removed target: rc This PR is targeted for the next release-candidate labels May 27, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 2 times, most recently from 1b334e6 to c2462c7 Compare May 27, 2025 09:04
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from c2462c7 to 755db2f Compare May 27, 2025 13:42
@jkrems jkrems merged commit d59fd13 into angular:main May 27, 2025
53 of 54 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-non-major-dependencies branch May 27, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants