To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
Fix a bug in which stylesheet canonicalization could be cached incorrectly
when custom importers or the Node.js package importer made decisions based on
the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
1.74.1
No user-visible changes.
1.74.0
JS API
Add a new top-level deprecations object, which contains various
Deprecation objects that define the different types of deprecation used by
the Sass compiler and can be passed to the options below.
Add a new fatalDeprecations compiler option that causes the compiler to
error if any deprecation warnings of the provided types are encountered. You
can also pass in a Version object to treat all deprecations that were active
in that Dart Sass version as fatal.
Add a new futureDeprecations compiler option that allows you to opt-in to
certain deprecations early (currently just import).
Add a new silenceDeprecations compiler option to ignore any deprecation
warnings of the provided types.
Command-Line Interface
Add a new --silence-deprecation flag, which causes the compiler to ignore
any deprecation warnings of the provided types.
Previously, if a future deprecation was passed to --fatal-deprecation but
not --future-deprecation, it would be treated as fatal despite not being
enabled. Both flags are now required to treat a future deprecation as fatal
with a warning emitted if --fatal-deprecation is passed without
--future-deprecation, matching the JS API's behavior.
Dart API
The compile methods now take in a silenceDeprecations parameter, which
causes the compiler to ignore any deprecation warnings of the provided types.
Add Deprecation.obsoleteIn to match the JS API. This is currently null for
... (truncated)
Commits
821b98e Don't cache canonicalize calls when containingUrl is available (#2215)
c5aff1b Make it possible to build npm with a linked ...
_Description has been truncated_
Bumps the node-dependencies group with 34 updates:
9.3.0
9.4.1
2.0.15
2.1.4
5.24.8
5.29.2
5.24.8
5.29.2
14.2.1
15.0.2
1.6.7
1.6.8
10.0.3
10.0.4
7.1.0
7.1.4
7.51.0
7.51.3
6.22.2
6.22.3
1.3.3
1.4.0
20.11.24
20.12.7
18.2.61
18.2.78
18.2.19
18.2.25
13.6.6
13.7.3
1.71.1
1.75.0
5.3.3
5.4.5
5.1.4
5.2.8
10.8.0
10.9.0
7.1.0
7.6.0
7.1.0
7.6.0
8.57.0
9.0.0
0.4.5
0.4.6
1.42.1
1.43.1
8.0.0
8.0.8
8.0.0
8.0.8
8.0.0
8.0.8
1.0.11
8.0.8
8.0.0
8.0.8
8.0.0
8.0.8
8.0.0
8.0.8
0.16.0
0.17.0
8.0.0
8.0.8
3.7.3
3.8.2
Updates
@icons-pack/react-simple-icons
from 9.3.0 to 9.4.1Commits
Updates
@phosphor-icons/react
from 2.0.15 to 2.1.4Release notes
Sourced from
@phosphor-icons/react
's releases.... (truncated)
Commits
Updates
@tanstack/react-query
from 5.24.8 to 5.29.2Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
5ace1bc
release: v5.29.203048e3
fix(react-query): reorder query function declarations (#7260)3fa5323
types(react-query): rename useSuspenseQueries, useQueries internal type name ...51dea30
release: v5.29.03c31124
feat(core): memoize result of combine (#7233)0a2b1ba
release: v5.28.14f585bfe
fix(react-query): useSuspenseQueries type not compatible with queryOption (#7...9e70983
release: v5.28.1353cdfce
fix(core): do not invokecombine
in constructor (#7215)a4d843a
release: v5.28.12Updates
@tanstack/react-query-devtools
from 5.24.8 to 5.29.2Release notes
Sourced from
@tanstack/react-query-devtools
's releases.... (truncated)
Commits
5ace1bc
release: v5.29.251dea30
release: v5.29.00a2b1ba
release: v5.28.149e70983
release: v5.28.13a4d843a
release: v5.28.1221bde49
release: v5.28.102330584
release: v5.28.92389dd1
release: v5.28.84914287
release: v5.28.61b698ca
ci(*): add attw --pack for all packages (#7119)Updates
@testing-library/react
from 14.2.1 to 15.0.2Release notes
Sourced from
@testing-library/react
's releases.... (truncated)
Commits
c63b873
fix: ImprovelegacyRoot
error message (#1301)1645d21
fix: Stop using nullish coalescing (#1299)787cb85
Release: 15.0.0 (#1295)9c4a46d
feat: Add support for React 19 Canary (#1294)4e10ba3
chore: change canary version to specific prefix (#1290)cf045b4
chore: Update Codecov configuration to latest (#1289)3da62fd
fix: Remove unused types (#1287)7e42f4e
chore: Fix tests (#1288)Updates
axios
from 1.6.7 to 1.6.8Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
ab3f0f9
chore(release): v1.6.8 (#6303)2656612
fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...7320430
fix(import): use named export for EventEmitter;8786e0f
fix(vulnerability): update follow-redirects to 1.15.6 (#6300)d844227
chore: update and bump deps (#6238)caa0625
docs: update README responseEncoding types (#6194)41c4584
docs: Update README.md to point to current axios version in CDN links (#6196)bf6974f
chore(ci): add npm tag action; (#6231)Updates
immer
from 10.0.3 to 10.0.4Release notes
Sourced from immer's releases.
Commits
8949a3e
fix: Fix handling of Symbol and non-enumerable properties in finalization / f...44363f7
chore: remove dependency on spec.ts to fix build issue (#1104)8fd0481
chore(deps): bump postcss from 8.4.20 to 8.4.31 in /website (#1076)8f35846
chore(deps): bump semver from 5.7.1 to 5.7.2 (#1055)1c82d1e
chore(deps): bump semver from 5.7.1 to 5.7.2 in /website (#1054)a92242b
chore: Update question.md. Fixes #1089Updates
react-cookie
from 7.1.0 to 7.1.4Release notes
Sourced from react-cookie's releases.
Commits
7f6f25c
Release v7.1.4 (#484)3f6159e
Fix TypeScript definition for ESM (#483)ca78202
Release v7.1.3 (#481)ad91126
Fix TypeScript for CJS (#480)3584961
Release v7.1.2 (#476)d9bc144
Fix TypeScript default export with ESM (bug #471) (#475)80f64dd
Release v7.1.1 (#474)871b2c8
chore(deps): update dependency@types/node
to v20.12.2 (#473)2c4fa81
Auto merge library upgrade individually (#472)2d45788
fix: do not update during render (#467)Updates
react-hook-form
from 7.51.0 to 7.51.3Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
c152074
7.51.3ca78e72
🐞 fix #11773 regression on dirty check with reset (#11775)306627e
7.51.2dce13a6
fix #11719 validation stuck on true state (#11723)00ce24a
7.51.14632f8a
🐛 bug(validatingFields, trigger): handle all fields validation trigger (#11624)b300a65
💚 ci: cleanup actions versions (#11629)202a1b7
🐞 fix #11590 issue with trigger on validatingFields (#11613)97c3ba4
🥼 update changelog v7.51.0Updates
react-router-dom
from 6.22.2 to 6.22.3Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
67009e1
chore: Update version for release (#11329)0c37f37
chore: Update version for release (pre) (#11327)Updates
yup
from 1.3.3 to 1.4.0Changelog
Sourced from yup's changelog.
Commits
6e88126
Publish v1.4.0f294613
#2043 introduce ValidationErrorNoStack class to improve error creation perfor...2a9e060
feat(string): Create .datetime() (#2087)ddea4e9
Update extending.md (#2168)f7afa36
Fixes a typo in the asNestedTest() path rendering logic causing #2156 (#2157)9e1df49
fix: add optional message to nonNullable schema methods (#2119)Updates
@types/node
from 20.11.24 to 20.12.7Commits
Updates
@types/react
from 18.2.61 to 18.2.78Commits
Updates
@types/react-dom
from 18.2.19 to 18.2.25Commits
Updates
cypress
from 13.6.6 to 13.7.3Release notes
Sourced from cypress's releases.
Commits
94aad9a
chore: release 13.7.3 (#29310)1fa3e7f
fix: Fix issue with display of assertions when using custom messages (#29243)96b14c3
misc: suppress benign vulkan warnings (#29278)5251d2b
fix: launch args with multiple values inside quotes (#29077)1114ff4
chore: Update v8 snapshot cache (#29286)00ea3de
test: temporarily disable beforeEach assertion in issue 1244 regression test ...7410909
chore: update kitchensink to latest (2.0.6) (#29252)d794f93
docs: Add link to chromeWebSecurity read more (#29146)5a88dc1
chore: Update v8 snapshot cache (#29254)bfac3ba
misc: disable enhanced ad privacy dialog in chrome (#29250)Updates
sass
from 1.71.1 to 1.75.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
821b98e
Don't cache canonicalize calls whencontainingUrl
is available (#2215)c5aff1b
Make it possible to build npm with a linked ... _Description has been truncated_