Skip to content

Commit

Permalink
Bump the esbuild group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the esbuild group with 4 updates: [esbuild](https://github.com/evanw/esbuild), [esbuild-plugin-copy](https://github.com/LinbuduLab/esbuild-plugins), [esbuild-plugin-replace](https://github.com/naecoo/esbuild-plugin-replace) and [esbuild-wasm](https://github.com/evanw/esbuild).

Updates `esbuild` from 0.19.1 to 0.19.4
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.1...v0.19.4)

Updates `esbuild-plugin-copy` from 2.0.2 to 2.1.1
- [Commits](https://github.com/LinbuduLab/esbuild-plugins/compare/[email protected]@2.1.1)

Updates `esbuild-plugin-replace` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/naecoo/esbuild-plugin-replace/releases)
- [Commits](naecoo/esbuild-plugin-replace@v1.3.0...v1.4.0)

Updates `esbuild-wasm` from 0.19.1 to 0.19.4
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.1...v0.19.4)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: esbuild
- dependency-name: esbuild-plugin-copy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: esbuild
- dependency-name: esbuild-plugin-replace
  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-patch
  dependency-group: esbuild
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and GitHub Workflow committed Sep 30, 2023
1 parent fec3cea commit d19d7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 45 files
+58 −69 .package-lock.json
+4 −4 .package.json
+ @esbuild/linux-x64/bin/esbuild
+1 −1 @esbuild/linux-x64/package.json
+0 −42 chokidar/node_modules/glob-parent/index.js
+0 −48 chokidar/node_modules/glob-parent/package.json
+3 −0 electron-to-chromium/full-chromium-versions.js
+1 −1 electron-to-chromium/full-chromium-versions.json
+2 −1 electron-to-chromium/full-versions.js
+1 −1 electron-to-chromium/full-versions.json
+1 −1 electron-to-chromium/package.json
+8 −0 esbuild-plugin-copy/CHANGELOG.md
+78 −1 esbuild-plugin-copy/README.md
+19 −0 esbuild-plugin-copy/dist/index.d.ts
+38 −9 esbuild-plugin-copy/dist/index.js
+38 −9 esbuild-plugin-copy/dist/index.mjs
+3 −3 esbuild-plugin-copy/package.json
+0 −0 esbuild-plugin-replace/LICENSE
+0 −0 esbuild-plugin-replace/README.md
+9 −9 esbuild-plugin-replace/dist/index.js
+9 −9 esbuild-plugin-replace/dist/index.mjs
+7 −6 esbuild-plugin-replace/package.json
+0 −0 esbuild-plugin-replace/types/index.d.ts
+ esbuild-wasm/esbuild.wasm
+12 −11 esbuild-wasm/esm/browser.js
+3 −3 esbuild-wasm/esm/browser.min.js
+12 −11 esbuild-wasm/lib/browser.js
+3 −3 esbuild-wasm/lib/browser.min.js
+14 −13 esbuild-wasm/lib/main.js
+1 −1 esbuild-wasm/package.json
+1 −1 esbuild/bin/esbuild
+15 −14 esbuild/lib/main.js
+23 −23 esbuild/package.json
+1 −1 eslint/node_modules/glob-parent/LICENSE
+23 −26 eslint/node_modules/glob-parent/README.md
+39 −6 eslint/node_modules/glob-parent/index.js
+18 −12 eslint/node_modules/glob-parent/package.json
+0 −110 fast-glob/node_modules/glob-parent/CHANGELOG.md
+0 −15 fast-glob/node_modules/glob-parent/LICENSE
+0 −137 fast-glob/node_modules/glob-parent/README.md
+0 −0 glob-parent/CHANGELOG.md
+1 −1 glob-parent/LICENSE
+26 −23 glob-parent/README.md
+6 −39 glob-parent/index.js
+12 −18 glob-parent/package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"argparse": "2.0.1",
"buffer": "6.0.3",
"chrome-remote-interface": "0.32.1",
"esbuild": "0.19.1",
"esbuild-plugin-copy": "2.0.2",
"esbuild-plugin-replace": "1.3.0",
"esbuild": "0.19.4",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "2.15.0",
"esbuild-wasm": "0.19.1",
"esbuild-wasm": "0.19.4",
"eslint": "8.50.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
Expand Down

0 comments on commit d19d7ad

Please sign in to comment.