Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
esbuild 0.26.0 -> 0.27.0 age confidence

Release Notes

evanw/esbuild (esbuild)

v0.27.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.26.0 or ~0.26.0. See npm's documentation about semver for more information.

  • Use Uint8Array.fromBase64 if available (#​4286)

    With this release, esbuild's binary loader will now use the new Uint8Array.fromBase64 function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specify target when using this feature with Node (for example --target=node22) unless you're using Node v25+.

  • Update the Go compiler from v1.23.12 to v1.25.4 (#​4208, #​4311)

    This raises the operating system requirements for running esbuild:

    • Linux: now requires a kernel version of 3.2 or later
    • macOS: now requires macOS 12 (Monterey) or later

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added bot dependencies Pull requests that update a dependency file labels Nov 9, 2025
@renovate renovate bot requested a review from a team as a code owner November 9, 2025 20:27
@renovate renovate bot enabled auto-merge (squash) November 9, 2025 20:27
@renovate renovate bot merged commit 6415b93 into master Nov 9, 2025
2 checks passed
@renovate renovate bot deleted the renovate/esbuild-0.x branch November 9, 2025 20:36
SteKoe added a commit that referenced this pull request Nov 16, 2025
…en-4-part-2 # By renovate[bot] (178) and others # Via GitHub * origin/master: (208 commits) fix: rendering html in different components (#4842) feat: implementation for mattermost notifier (#4821) chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.0 (#4841) chore(deps): update dependency msw to v2.12.2 (#4840) chore(deps): update dependency org.wiremock:wiremock-standalone to v3.13.2 (#4839) chore(deps): update dependency vitest to v4.0.9 (#4837) Deprecations Cleanup (#4836) chore(deps): update dependency storybook-vue3-router to v7 (#4834) fix(deps): update dependency node-html-markdown to v2 (#4835) chore(deps): update dependency org.eclipse.jetty:jetty-alpn-server to v12.1.4 (#4833) chore(deps): update dependency js-yaml to v4.1.1 (#4832) chore(deps): update dependency jsdom to v27.2.0 (#4829) chore(deps): update node.js to v24.11.1 (#4828) chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.2 (#4826) chore(deps): update storybook monorepo to v10.0.7 (#4827) chore(deps): update dependency org.graalvm.buildtools:native-maven-plugin to v0.11.3 (#4825) chore(deps): update dependency sass to v1.94.0 (#4824) chore(deps): update dependency autoprefixer to v10.4.22 (#4822) chore(deps): update typescript-eslint monorepo to v8.46.4 (#4823) chore(deps): update dependency esbuild to v0.27.0 (#4819) ... # Conflicts: #	pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot dependencies Pull requests that update a dependency file

1 participant