Skip to content

Commit

Permalink
Bump sass from 1.70.0 to 1.71.0
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.70.0...1.71.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinpitt committed Feb 21, 2024
1 parent b293ccf commit 6c0ff2c
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 87 files
+71 −52 .package-lock.json
+1 −1 .package.json
+6 −6 @csstools/css-parser-algorithms/CHANGELOG.md
+1 −1 @csstools/css-parser-algorithms/README.md
+1 −1 @csstools/css-parser-algorithms/dist/index.cjs
+9 −9 @csstools/css-parser-algorithms/dist/index.d.ts
+1 −1 @csstools/css-parser-algorithms/dist/index.mjs
+1 −1 @csstools/css-parser-algorithms/package.json
+6 −7 @csstools/media-query-list-parser/CHANGELOG.md
+2 −2 @csstools/media-query-list-parser/package.json
+6 −12 @csstools/selector-specificity/CHANGELOG.md
+1 −1 @csstools/selector-specificity/dist/index.cjs
+1 −1 @csstools/selector-specificity/dist/index.mjs
+1 −1 @csstools/selector-specificity/package.json
+6 −0 available-typed-arrays/CHANGELOG.md
+16 −13 available-typed-arrays/README.md
+6 −15 available-typed-arrays/index.d.ts
+1 −13 available-typed-arrays/index.js
+4 −1 available-typed-arrays/package.json
+9 −0 es-set-tostringtag/CHANGELOG.md
+7 −0 es-set-tostringtag/index.d.ts
+1 −0 es-set-tostringtag/index.js
+12 −7 es-set-tostringtag/package.json
+5 −3 es-set-tostringtag/test/index.js
+49 −0 es-set-tostringtag/tsconfig.json
+29 −3 flatted/cjs/index.js
+1 −2 flatted/es.js
+1 −2 flatted/esm.js
+29 −3 flatted/esm/index.js
+43 −32 flatted/index.js
+1 −2 flatted/min.js
+15 −14 flatted/package.json
+0 −62 flatted/types.d.ts
+4 −0 flatted/types/index.d.ts
+15 −0 has-proto/CHANGELOG.md
+3 −0 has-proto/index.d.ts
+5 −1 has-proto/index.js
+9 −5 has-proto/package.json
+49 −0 has-proto/tsconfig.json
+0 −1 is-negative-zero/.eslintignore
+11 −0 is-negative-zero/CHANGELOG.md
+3 −0 is-negative-zero/index.d.ts
+1 −0 is-negative-zero/index.js
+19 −6 is-negative-zero/package.json
+1 −0 is-negative-zero/test/index.js
+49 −0 is-negative-zero/tsconfig.json
+5 −0 possible-typed-array-names/.eslintrc
+15 −0 possible-typed-array-names/CHANGELOG.md
+21 −0 possible-typed-array-names/LICENSE
+48 −0 possible-typed-array-names/README.md
+15 −0 possible-typed-array-names/index.d.ts
+16 −0 possible-typed-array-names/index.js
+83 −0 possible-typed-array-names/package.json
+16 −0 possible-typed-array-names/test/index.js
+49 −0 possible-typed-array-names/tsconfig.json
+33 −0 sass/LICENSE
+1 −1 sass/package.json
+11,095 −12,123 sass/sass.dart.js
+133 −0 sass/types/importer.d.ts
+1 −0 sass/types/index.d.ts
+19 −0 sass/types/legacy/options.d.ts
+4 −4 sass/types/options.d.ts
+1 −0 set-function-name/.eslintrc
+9 −0 set-function-name/CHANGELOG.md
+5 −0 set-function-name/index.d.ts
+4 −3 set-function-name/index.js
+28 −9 set-function-name/package.json
+59 −0 set-function-name/tsconfig.json
+9 −0 typed-array-buffer/CHANGELOG.md
+16 −0 typed-array-buffer/index.d.ts
+1 −0 typed-array-buffer/index.js
+10 −4 typed-array-buffer/package.json
+2 −1 typed-array-buffer/test/index.js
+49 −0 typed-array-buffer/tsconfig.json
+18 −0 typed-array-byte-offset/CHANGELOG.md
+17 −0 typed-array-byte-offset/index.d.ts
+15 −3 typed-array-byte-offset/index.js
+22 −9 typed-array-byte-offset/package.json
+2 −13 typed-array-byte-offset/test/index.js
+49 −0 typed-array-byte-offset/tsconfig.json
+1 −1 typed-array-length/.eslintrc
+15 −0 typed-array-length/CHANGELOG.md
+16 −0 typed-array-length/index.d.ts
+24 −24 typed-array-length/index.js
+27 −9 typed-array-length/package.json
+3 −14 typed-array-length/test/index.js
+49 −0 typed-array-length/tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jed": "1.1.1",
"qunit": "2.20.1",
"qunit-tap": "1.5.1",
"sass": "1.70.0",
"sass": "1.71.0",
"sizzle": "2.3.10",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
Expand Down

0 comments on commit 6c0ff2c

Please sign in to comment.