Skip to content

Commit

Permalink
Bump the esbuild group with 1 update
Browse files Browse the repository at this point in the history
Bumps the esbuild group with 1 update: [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin).

Updates `esbuild-sass-plugin` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](glromeo/esbuild-sass-plugin@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: esbuild-sass-plugin
  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 GitHub Workflow committed Mar 13, 2024
1 parent 00ff310 commit 9c49d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 38 files
+43 −43 .package-lock.json
+1 −1 .package.json
+6 −10 @csstools/css-parser-algorithms/CHANGELOG.md
+6 −15 @csstools/css-parser-algorithms/dist/index.d.ts
+3 −3 @csstools/css-parser-algorithms/package.json
+6 −6 @csstools/css-tokenizer/CHANGELOG.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+2 −2 @csstools/css-tokenizer/package.json
+7 −10 @csstools/media-query-list-parser/CHANGELOG.md
+1 −1 @csstools/media-query-list-parser/dist/index.cjs
+20 −171 @csstools/media-query-list-parser/dist/index.d.ts
+1 −1 @csstools/media-query-list-parser/dist/index.mjs
+4 −4 @csstools/media-query-list-parser/package.json
+21 −0 esbuild-sass-plugin/README.md
+1 −1 esbuild-sass-plugin/lib/index.d.ts
+2 −2 esbuild-sass-plugin/lib/plugin.js
+1 −1 esbuild-sass-plugin/lib/plugin.js.map
+1 −0 esbuild-sass-plugin/lib/utils.js
+1 −1 esbuild-sass-plugin/lib/utils.js.map
+1 −1 esbuild-sass-plugin/package.json
+1 −1 esbuild-sass-plugin/src/index.ts
+2 −2 esbuild-sass-plugin/src/plugin.ts
+1 −0 esbuild-sass-plugin/src/utils.ts
+4 −0 postcss-selector-parser/CHANGELOG.md
+3 −2 postcss-selector-parser/package.json
+2 −2 postcss-selector-parser/postcss-selector-parser.d.ts
+26 −0 sass-embedded-linux-musl-x64/dart-sass/src/LICENSE
+ sass-embedded-linux-musl-x64/dart-sass/src/dart
+ sass-embedded-linux-musl-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-musl-x64/package.json
+26 −0 sass-embedded-linux-x64/dart-sass/src/LICENSE
+ sass-embedded-linux-x64/dart-sass/src/dart
+ sass-embedded-linux-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-x64/package.json
+18 −18 sass-embedded/dist/package.json
+2 −2 sass-embedded/dist/types/importer.d.ts
+18 −18 sass-embedded/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"esbuild": "0.20.1",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "3.1.0",
"esbuild-sass-plugin": "3.2.0",
"esbuild-wasm": "0.20.1",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
Expand Down

0 comments on commit 9c49d76

Please sign in to comment.