Update all dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @tailwindcss/forms | dependencies | patch | 0.5.8 -> 0.5.9 |
| http-proxy-middleware | dependencies | patch | 3.0.1 -> 3.0.2 |
| postcss (source) | resolutions | patch | 8.4.38 -> 8.4.47 |
| rapidoc (source) | dependencies | patch | 9.3.4 -> 9.3.5 |
| sass | dependencies | minor | 1.77.8 -> 1.78.0 |
| tailwindcss (source) | dependencies | patch | 3.4.10 -> 3.4.11 |
| typescript (source) | devDependencies | minor | 5.5.4 -> 5.6.2 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.9
Fixed
- Fallback to static chevron color if theme is using variables (#167)
chimurai/http-proxy-middleware (http-proxy-middleware)
v3.0.2
postcss/postcss (postcss)
v8.4.47
- Removed debug code.
v8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').
v8.4.45
- Removed unnecessary fix which could lead to infinite loop.
v8.4.44
- Another way to fix
markClean is not a functionerror.
v8.4.43
- Fixed
markClean is not a functionerror.
v8.4.42
- Fixed CSS syntax error on long minified files (by @varpstar).
v8.4.41
- Fixed types (by @nex3 and @querkmachine).
- Cleaned up RegExps (by @bluwy).
v8.4.40
- Moved to getter/setter in nodes types to help Sass team (by @nex3).
v8.4.39
- Fixed
CssSyntaxErrortypes (by @romainmenke).
rapi-doc/RapiDoc (rapidoc)
v9.3.5
- Performance Improvement
- Major upgrades to core packages
- Several minor bug fixes and new features
sass/dart-sass (sass)
v1.78.0
-
The
meta.feature-existsfunction is now deprecated. This deprecation is namedfeature-exists. -
Fix a crash when using
@at-rootwithout any queries or children in the indented syntax.
JS API
-
Backport the deprecation options (
fatalDeprecations,futureDeprecations, andsilenceDeprecations) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings. -
Fix a bug where accessing
SourceSpan.urlwould crash when a relative URL was passed to the Sass API.
Embedded Sass
-
Explicitly expose a
sassexecutable from thesass-embeddednpm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sassfor local installs or justsasswhensass-embeddedis installed globally. -
Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embeddednpm package. -
Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
-
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
-
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
tailwindlabs/tailwindcss (tailwindcss)
v3.4.11
Fixed
- Allow
anchor-size(…)in arbitrary values (#14393)
microsoft/TypeScript (typescript)
v5.6.2: TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.