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.19.8 to 0.19.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.8...v0.19.9)

Updates `esbuild-wasm` from 0.19.8 to 0.19.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.8...v0.19.9)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 martinpitt committed Dec 12, 2023
1 parent 0bc402c commit 3a61dce
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 70 files
+44 −44 .package-lock.json
+2 −2 .package.json
+34 −34 @babel/runtime/helpers/applyDecs.js
+5 −8 @babel/runtime/helpers/applyDecs2203.js
+45 −45 @babel/runtime/helpers/applyDecs2203R.js
+38 −38 @babel/runtime/helpers/applyDecs2301.js
+116 −177 @babel/runtime/helpers/applyDecs2305.js
+34 −34 @babel/runtime/helpers/esm/applyDecs.js
+5 −8 @babel/runtime/helpers/esm/applyDecs2203.js
+45 −45 @babel/runtime/helpers/esm/applyDecs2203R.js
+38 −38 @babel/runtime/helpers/esm/applyDecs2301.js
+116 −177 @babel/runtime/helpers/esm/applyDecs2305.js
+11 −0 @babel/runtime/helpers/esm/setFunctionName.js
+7 −7 @babel/runtime/helpers/esm/toPrimitive.js
+3 −3 @babel/runtime/helpers/esm/toPropertyKey.js
+8 −9 @babel/runtime/helpers/esm/using.js
+12 −0 @babel/runtime/helpers/setFunctionName.js
+8 −8 @babel/runtime/helpers/toPrimitive.js
+4 −4 @babel/runtime/helpers/toPropertyKey.js
+8 −9 @babel/runtime/helpers/using.js
+28 −19 @babel/runtime/package.json
+ @esbuild/linux-x64/bin/esbuild
+1 −1 @esbuild/linux-x64/package.json
+ esbuild-wasm/esbuild.wasm
+5 −5 esbuild-wasm/esm/browser.js
+3 −3 esbuild-wasm/esm/browser.min.js
+5 −5 esbuild-wasm/lib/browser.js
+3 −3 esbuild-wasm/lib/browser.min.js
+7 −7 esbuild-wasm/lib/main.js
+1 −1 esbuild-wasm/package.json
+1 −1 esbuild/bin/esbuild
+8 −8 esbuild/lib/main.js
+23 −23 esbuild/package.json
+4 −0 eslint-plugin-n/README.md
+1 −1 eslint-plugin-n/lib/rules/callback-return.js
+8 −8 eslint-plugin-n/lib/rules/exports-style.js
+1 −1 eslint-plugin-n/lib/rules/file-extension-in-import.js
+8 −3 eslint-plugin-n/lib/rules/global-require.js
+2 −1 eslint-plugin-n/lib/rules/handle-callback-err.js
+5 −2 eslint-plugin-n/lib/rules/no-deprecated-api.js
+4 −1 eslint-plugin-n/lib/rules/no-exports-assign.js
+1 −1 eslint-plugin-n/lib/rules/no-extraneous-import.js
+1 −1 eslint-plugin-n/lib/rules/no-extraneous-require.js
+3 −2 eslint-plugin-n/lib/rules/no-hide-core-modules.js
+1 −1 eslint-plugin-n/lib/rules/no-missing-import.js
+1 −1 eslint-plugin-n/lib/rules/no-missing-require.js
+4 −2 eslint-plugin-n/lib/rules/no-path-concat.js
+1 −1 eslint-plugin-n/lib/rules/no-unpublished-bin.js
+1 −1 eslint-plugin-n/lib/rules/no-unpublished-import.js
+1 −1 eslint-plugin-n/lib/rules/no-unpublished-require.js
+10 −5 eslint-plugin-n/lib/rules/no-unsupported-features.js
+3 −1 eslint-plugin-n/lib/rules/no-unsupported-features/es-syntax.js
+1 −1 eslint-plugin-n/lib/rules/no-unsupported-features/node-builtins.js
+3 −2 eslint-plugin-n/lib/rules/prefer-promises/dns.js
+3 −2 eslint-plugin-n/lib/rules/prefer-promises/fs.js
+2 −2 eslint-plugin-n/lib/rules/shebang.js
+8 −2 eslint-plugin-n/lib/util/check-prefer-global.js
+3 −1 eslint-plugin-n/lib/util/check-unsupported-builtins.js
+1 −1 eslint-plugin-n/lib/util/get-configured-node-version.js
+6 −10 eslint-plugin-n/lib/util/get-typescript-extension-map.js
+3 −1 eslint-plugin-n/lib/util/is-typescript.js
+3 −1 eslint-plugin-n/lib/util/visit-import.js
+8 −3 eslint-plugin-n/lib/util/visit-require.js
+4 −4 eslint-plugin-n/package.json
+24 −0 globals/globals.json
+2 −1 globals/package.json
+2 −14 globals/readme.md
+5 −5 stylelint-scss/package.json
+1 −2 stylelint-scss/src/rules/at-root-no-redundant/index.js
+58 −34 stylelint-scss/src/rules/function-no-unknown/index.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"argparse": "2.0.1",
"chrome-remote-interface": "^0.33.0",
"esbuild": "0.19.8",
"esbuild": "0.19.9",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "2.16.0",
"esbuild-wasm": "0.19.8",
"esbuild-wasm": "0.19.9",
"eslint": "8.55.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
Expand Down

0 comments on commit 3a61dce

Please sign in to comment.