Skip to content

Commit 46fa541

Browse files
chore: bump esbuild from 0.25.11 to 0.27.0 (#3742)
* chore: bump esbuild from 0.25.11 to 0.27.0 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.11 to 0.27.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.11...v0.27.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(changeset): internal tooling upgrade – document esbuild 0.27.0 bump --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Odin Thomas Rochmann <[email protected]>
1 parent e3fbca5 commit 46fa541

File tree

3 files changed

+279
-4
lines changed

3 files changed

+279
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@equinor/fusion-framework": patch
3+
---
4+
5+
Internal: upgrade build tooling dependency `esbuild` to 0.27.0 used via `vite`/`vitest`. No public API changes and no runtime impact to consumers.
6+
7+
Fixes: https://github.com/equinor/fusion-framework/pull/3742

packages/utils/imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/equinor/fusion-framework/issues"
4444
},
4545
"dependencies": {
46-
"esbuild": "^0.25.1",
46+
"esbuild": "^0.27.0",
4747
"read-package-up": "^11.0.0"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)