Skip to content

Commit

Permalink
Bump the esbuild group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [esbuild-wasm](https://github.com/evanw/esbuild).

Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.2...v0.25.0)

Updates `esbuild-wasm` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: esbuild
- dependency-name: esbuild-wasm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: esbuild
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and allisonkarlitskaya committed Feb 12, 2025
1 parent ac0be36 commit 6034863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 47 files
+53 −50 .package-lock.json
+2 −2 .package.json
+ @esbuild/linux-x64/bin/esbuild
+1 −1 @esbuild/linux-x64/package.json
+8 −0 es-shim-unscopables/CHANGELOG.md
+8 −0 es-shim-unscopables/index.d.ts
+2 −1 es-shim-unscopables/index.js
+20 −11 es-shim-unscopables/package.json
+4 −1 es-shim-unscopables/test/index.js
+8 −0 es-shim-unscopables/test/with.js
+10 −0 es-shim-unscopables/tsconfig.json
+ esbuild-wasm/esbuild.wasm
+1 −1 esbuild-wasm/esm/browser.d.ts
+7 −6 esbuild-wasm/esm/browser.js
+7 −7 esbuild-wasm/esm/browser.min.js
+1 −1 esbuild-wasm/lib/browser.d.ts
+7 −6 esbuild-wasm/lib/browser.js
+6 −6 esbuild-wasm/lib/browser.min.js
+1 −1 esbuild-wasm/lib/main.d.ts
+9 −8 esbuild-wasm/lib/main.js
+1 −1 esbuild-wasm/package.json
+1 −1 esbuild/bin/esbuild
+1 −1 esbuild/lib/main.d.ts
+10 −9 esbuild/lib/main.js
+26 −26 esbuild/package.json
+2 −0 for-each/.eslintrc
+6 −0 for-each/CHANGELOG.md
+35 −0 for-each/index.d.ts
+11 −4 for-each/index.js
+8 −2 for-each/package.json
+53 −10 for-each/test/test.js
+8 −0 for-each/tsconfig.json
+1 −1 jackspeak/dist/commonjs/index.d.ts.map
+15 −8 jackspeak/dist/commonjs/index.js
+1 −1 jackspeak/dist/commonjs/index.js.map
+1 −1 jackspeak/dist/esm/index.d.ts.map
+15 −8 jackspeak/dist/esm/index.js
+1 −1 jackspeak/dist/esm/index.js.map
+1 −1 jackspeak/package.json
+4 −2 postcss-selector-parser/API.md
+4 −0 postcss-selector-parser/CHANGELOG.md
+15 −5 postcss-selector-parser/dist/selectors/container.js
+1 −1 postcss-selector-parser/package.json
+4 −4 postcss-selector-parser/postcss-selector-parser.d.ts
+2 −0 postcss/lib/parser.js
+1 −1 postcss/lib/processor.js
+1 −1 postcss/package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"devDependencies": {
"argparse": "2.0.1",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "3.3.1",
"esbuild-wasm": "0.24.2",
"esbuild-wasm": "0.25.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
Expand Down

0 comments on commit 6034863

Please sign in to comment.