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

Updates `esbuild-wasm` from 0.19.10 to 0.19.11
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.10...v0.19.11)

---
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 Jan 6, 2024
1 parent 99dee69 commit f0d0c67
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 54 files
+63 −62 .package-lock.json
+2 −2 .package.json
+1 −1 @babel/runtime/helpers/applyDecs2305.js
+1 −1 @babel/runtime/helpers/esm/applyDecs2305.js
+1 −1 @babel/runtime/package.json
+8 −6 @csstools/css-parser-algorithms/CHANGELOG.md
+4 −0 @csstools/css-parser-algorithms/README.md
+1 −1 @csstools/css-parser-algorithms/dist/index.cjs
+385 −27 @csstools/css-parser-algorithms/dist/index.d.ts
+1 −1 @csstools/css-parser-algorithms/dist/index.mjs
+2 −2 @csstools/css-parser-algorithms/package.json
+6 −8 @csstools/css-tokenizer/CHANGELOG.md
+7 −4 @csstools/css-tokenizer/README.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+377 −80 @csstools/css-tokenizer/dist/index.d.ts
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+1 −1 @csstools/css-tokenizer/package.json
+7 −6 @csstools/media-query-list-parser/CHANGELOG.md
+114 −0 @csstools/media-query-list-parser/dist/index.d.ts
+3 −3 @csstools/media-query-list-parser/package.json
+ @esbuild/linux-x64/bin/esbuild
+1 −1 @esbuild/linux-x64/package.json
+10 −0 acorn/CHANGELOG.md
+9 −8 acorn/dist/acorn.js
+9 −8 acorn/dist/acorn.mjs
+1 −1 acorn/package.json
+ esbuild-wasm/esbuild.wasm
+13 −0 esbuild-wasm/esm/browser.d.ts
+18 −5 esbuild-wasm/esm/browser.js
+7 −7 esbuild-wasm/esm/browser.min.js
+13 −0 esbuild-wasm/lib/browser.d.ts
+17 −5 esbuild-wasm/lib/browser.js
+8 −8 esbuild-wasm/lib/browser.min.js
+13 −0 esbuild-wasm/lib/main.d.ts
+28 −7 esbuild-wasm/lib/main.js
+1 −1 esbuild-wasm/package.json
+1 −1 esbuild/bin/esbuild
+13 −0 esbuild/lib/main.d.ts
+29 −8 esbuild/lib/main.js
+24 −24 esbuild/package.json
+0 −55 eslint-plugin-n/lib/configs/_commons.js
+10 −3 eslint-plugin-n/lib/configs/recommended-module.js
+10 −3 eslint-plugin-n/lib/configs/recommended-script.js
+4 −1 eslint-plugin-n/lib/util/is-typescript.js
+2 −2 eslint-plugin-n/package.json
+8 −0 postcss-selector-parser/CHANGELOG.md
+1 −1 postcss-selector-parser/README.md
+2 −2 postcss-selector-parser/package.json
+10 −10 postcss-selector-parser/postcss-selector-parser.d.ts
+3 −2 postcss/lib/map-generator.js
+3 −0 postcss/lib/no-work-result.js
+5 −5 postcss/lib/processor.js
+1 −1 postcss/package.json
+2 −2 readable-stream/package.json
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.10",
"esbuild": "0.19.11",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "2.16.1",
"esbuild-wasm": "0.19.10",
"esbuild-wasm": "0.19.11",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
Expand Down

0 comments on commit f0d0c67

Please sign in to comment.