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
all deprecations, but will be used once some deprecations become obsolete in
Dart Sass 2.0.0.
Potentially breaking bug fix: Fix a bug where compileStringToResultAsync
ignored fatalDeprecations and futureDeprecations.
The behavior around making future deprecations fatal mentioned in the CLI
section above has also been changed in the Dart API.
Bumps the node-dependencies group with 34 updates:
9.3.0
9.4.0
2.0.15
2.1.4
5.24.8
5.29.0
5.24.8
5.29.0
14.2.1
14.2.2
1.6.7
1.6.8
10.0.3
10.0.4
7.1.0
7.1.4
7.51.0
7.51.2
6.22.2
6.22.3
1.3.3
1.4.0
20.11.24
20.12.5
18.2.61
18.2.74
18.2.19
18.2.24
13.6.6
13.7.2
1.71.1
1.74.1
5.3.3
5.4.4
5.1.4
5.2.8
10.8.0
10.9.0
7.1.0
7.5.0
7.1.0
7.5.0
8.57.0
9.0.0
0.4.5
0.4.6
1.42.1
1.43.0
8.0.0
8.0.6
8.0.0
8.0.6
8.0.0
8.0.6
1.0.11
8.0.6
8.0.0
8.0.6
8.0.0
8.0.6
8.0.0
8.0.6
0.16.0
0.17.0
8.0.0
8.0.6
3.7.3
3.8.1
Updates
@icons-pack/react-simple-icons
from 9.3.0 to 9.4.0Commits
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.0Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
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.12e5bfbbe
fix(types): add pageParam and direction as optional to "normal" queryFn (#7212)2330584
release: v5.28.92389dd1
release: v5.28.8Updates
@tanstack/react-query-devtools
from 5.24.8 to 5.29.0Release notes
Sourced from
@tanstack/react-query-devtools
's releases.... (truncated)
Commits
51dea30
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)4f168d7
release: v5.28.4Updates
@testing-library/react
from 14.2.1 to 14.2.2Release notes
Sourced from
@testing-library/react
's releases.Commits
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.2Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
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.5Commits
Updates
@types/react
from 18.2.61 to 18.2.74Commits
Updates
@types/react-dom
from 18.2.19 to 18.2.24Commits
Updates
cypress
from 13.6.6 to 13.7.2Release notes
Sourced from cypress's releases.
Commits
dd922a8
chore: release 13.7.2 (#29249)339f64b
chore: reduce flake in windows-run-app-integration-tests-chrome by not testin...4d97a0f
dependency: update dependency express to v4.19.2 [security] (#29211)77b43ef
chore: Update v8 snapshot cache (#29234)1ae7c9e
fix: re-initialize DOM subscriptions from a full snapshot on cdp reconnect (#...425ba79
fix: Allow option values containing quotation marks to be selected (#29214)c05f3a5
chore(deps): update dependency cypress-example-kitchensink to v2.0.5 (#29229)1da8001
chore: Update Chrome (beta) to 124.0.6367.18 (#29212)3a739f3
perf: improve replay upload resiliency (#29174)fb87950
chore: Update Chrome (stable) to 123.0.6312.86 (#29202)Updates
sass
from 1.71.1 to 1.74.1Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
1137797
Fix bulma and release 1.74.1 (#2210)d9220d9
Complete implementation the deprecations API (#2207)783c248
Fix typo in function documentation (#2205)c8d0643
Better handle filesystem importers when load paths aren't necessary (#2203)9302b35
Add support for nesting in plain CSS (#2198)772280a
Support linux-riscv64 and windows-arm64 (#2201)ce16b35
Cut a release (#2194)9af6bbf
Properly handlepkg:
imports with args (#2193)0330491
Update to node 20 (#2192)48e2d0c
Preserve underscores inVariableExpression.toString()
(#2185)Updates
typescript
from 5.3.3 to 5.4.4Release notes
Sourced from typescript's releases.