Skip to content

Commit

Permalink
Bump esbuild-sass-plugin in the esbuild group
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.3.0 to 3.3.1
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](glromeo/esbuild-sass-plugin@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: esbuild-sass-plugin
  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 Jun 9, 2024
1 parent 2669138 commit 070a294
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 76 files
+55 −50 .package-lock.json
+1 −1 .package.json
+2 −2 @babel/code-frame/package.json
+1 −1 @babel/helper-validator-identifier/lib/identifier.js.map
+1 −1 @babel/helper-validator-identifier/package.json
+2 −2 @babel/highlight/package.json
+0 −64 @babel/runtime/helpers/AsyncGenerator.js
+0 −64 @babel/runtime/helpers/esm/AsyncGenerator.js
+0 −10 @babel/runtime/helpers/esm/iterableToArrayLimitLoose.js
+0 −8 @babel/runtime/helpers/esm/slicedToArrayLoose.js
+65 −3 @babel/runtime/helpers/esm/wrapAsyncGenerator.js
+0 −10 @babel/runtime/helpers/iterableToArrayLimitLoose.js
+0 −8 @babel/runtime/helpers/slicedToArrayLoose.js
+65 −3 @babel/runtime/helpers/wrapAsyncGenerator.js
+1 −28 @babel/runtime/package.json
+12 −5 @eslint-community/regexpp/index.js
+1 −1 @eslint-community/regexpp/index.js.map
+12 −5 @eslint-community/regexpp/index.mjs
+1 −1 @eslint-community/regexpp/index.mjs.map
+1 −3 @eslint-community/regexpp/package.json
+2 −0 array.prototype.tosorted/.eslintrc
+12 −0 array.prototype.tosorted/CHANGELOG.md
+22 −18 array.prototype.tosorted/implementation.js
+11 −8 array.prototype.tosorted/package.json
+21 −21 esbuild-sass-plugin/LICENSE
+435 −399 esbuild-sass-plugin/README.md
+2 −0 esbuild-sass-plugin/lib/index.d.ts
+1 −1 esbuild-sass-plugin/lib/index.js.map
+12 −1 esbuild-sass-plugin/lib/plugin.js
+1 −1 esbuild-sass-plugin/lib/plugin.js.map
+1 −0 esbuild-sass-plugin/lib/utils.d.ts
+26 −19 esbuild-sass-plugin/lib/utils.js
+1 −1 esbuild-sass-plugin/lib/utils.js.map
+65 −64 esbuild-sass-plugin/package.json
+68 −68 esbuild-sass-plugin/src/cache.ts
+99 −93 esbuild-sass-plugin/src/index.ts
+160 −144 esbuild-sass-plugin/src/plugin.ts
+204 −204 esbuild-sass-plugin/src/render.ts
+236 −228 esbuild-sass-plugin/src/utils.ts
+7 −0 eslint-plugin-es-x/lib/configs/flat/no-new-in-esnext.js
+22 −0 eslint-plugin-es-x/lib/configs/flat/no-set-methods.js
+7 −0 eslint-plugin-es-x/lib/configs/no-new-in-esnext.js
+18 −0 eslint-plugin-es-x/lib/configs/no-set-methods.js
+9 −0 eslint-plugin-es-x/lib/index.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-difference.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-intersection.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-isdisjointfrom.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-issubsetof.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-issupersetof.js
+37 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-symmetricdifference.js
+36 −0 eslint-plugin-es-x/lib/rules/no-set-prototype-union.js
+20 −1 eslint-plugin-es-x/lib/util/unicode-properties.js
+14 −11 eslint-plugin-es-x/package.json
+13 −0 safe-identifier/LICENSE
+42 −0 safe-identifier/README.md
+22 −0 safe-identifier/index.d.ts
+31 −0 safe-identifier/index.js
+29 −0 safe-identifier/index.mjs
+39 −0 safe-identifier/package.json
+54 −0 safe-identifier/reserved.js
+0 −21 stylelint-scss/node_modules/known-css-properties/LICENSE
+0 −48 stylelint-scss/node_modules/known-css-properties/README.md
+0 −1,235 stylelint-scss/node_modules/known-css-properties/data/all.json
+0 −3 stylelint-scss/node_modules/known-css-properties/index.d.ts
+0 −1 stylelint-scss/node_modules/known-css-properties/index.js
+0 −56 stylelint-scss/node_modules/known-css-properties/package.json
+4 −4 stylelint-scss/package.json
+1 −1 stylelint-scss/src/rules/no-unused-private-members/index.js
+4 −0 stylelint-scss/src/rules/selector-no-redundant-nesting-selector/index.js
+6 −0 stylelint-scss/src/utils/sassValueParser/index.js
+1 −1 table/node_modules/ajv/package.json
+1 −1 tslib/package.json
+1 −1 tslib/tslib.d.ts
+7 −3 tslib/tslib.es6.js
+10 −7 tslib/tslib.es6.mjs
+7 −4 tslib/tslib.js
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.21.4",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "3.3.0",
"esbuild-sass-plugin": "3.3.1",
"esbuild-wasm": "0.20.2",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
Expand Down

0 comments on commit 070a294

Please sign in to comment.