fix(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@stoplight/json-schema-viewer | dependencies | minor | 4.15.1 -> 4.16.0 |
@stoplight/markdown-viewer | dependencies | minor | 5.6.0 -> 5.7.0 |
@stoplight/mosaic | dependencies | minor | 1.44.3 -> 1.52.0 |
@stoplight/mosaic-code-viewer | dependencies | minor | 1.44.3 -> 1.52.0 |
@tailwindcss/forms | dependencies | patch | 0.5.6 -> 0.5.7 |
axios (source) | dependencies | minor | 1.4.0 -> 1.6.8 |
docusaurus-plugin-sass | dependencies | patch | 0.2.3 -> 0.2.5 |
minimatch | resolutions | patch | 9.0.3 -> 9.0.4 |
minimatch | dependencies | patch | 9.0.0 -> 9.0.4 |
postcss (source) | resolutions | patch | 8.4.31 -> 8.4.38 |
sass | dependencies | minor | 1.69.0 -> 1.75.0 |
semver | resolutions | minor | 7.5.4 -> 7.6.0 |
semver | dependencies | minor | 7.5.4 -> 7.6.0 |
tailwindcss (source) | dependencies | minor | 3.3.2 -> 3.4.3 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.7
Fixed
- Use normal
checkbox
andradio
appearance inforced-colors
mode (#152)
axios/axios (axios)
v1.6.8
Bug Fixes
- AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
- import: use named export for EventEmitter; (7320430)
- vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)
Contributors to this release
v1.6.7
Bug Fixes
Contributors to this release
v1.6.6
Bug Fixes
- fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
- wrap errors to improve async stack trace (#5987) (123f354)
Contributors to this release
v1.6.5
Bug Fixes
- ci: refactor notify action as a job of publish action; (#6176) (0736f95)
- dns: fixed lookup error handling; (#6175) (f4f2b03)
Contributors to this release
v1.6.4
Bug Fixes
- security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
- security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)
Contributors to this release
v1.6.3
Bug Fixes
Contributors to this release
v1.6.2
Features
-
withXSRFToken: added withXSRFToken option as a workaround to achieve the old
withCredentials
behavior; (#6046) (cff9967)
MRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This MR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release
v1.6.1
Bug Fixes
- formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
- platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)
Contributors to this release
MRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This MR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
v1.6.0
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
MRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
-
formdata: fixed automatic addition of the
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51) -
headers: allow
content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25) - types: removed duplicated code (9e62056)
Contributors to this release
MRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
v1.5.1
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
-
formdata: fixed automatic addition of the
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51) -
headers: allow
content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25) - types: removed duplicated code (9e62056)
Contributors to this release
MRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
v1.5.0
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
-
dns: fixed
cacheable-lookup
integration; (#5836) (b3e327d) - headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
- export getAdapter function (#5324) (ca73eb8)
-
export: export adapters without
unsafe
prefix (#5839) (1601f4a)
Contributors to this release
MRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
rlamana/docusaurus-plugin-sass (docusaurus-plugin-sass)
v0.2.5
v0.2.4
What's Changed
- fix: resolve sass-loader to avoid phantom dependencies by @ChrisCindy in https://github.com/rlamana/docusaurus-plugin-sass/pull/25
- Bump semver from 7.3.5 to 7.5.3 by @dependabot in https://github.com/rlamana/docusaurus-plugin-sass/pull/31
New Contributors
- @ChrisCindy made their first contribution in https://github.com/rlamana/docusaurus-plugin-sass/pull/25
Full Changelog: https://github.com/rlamana/docusaurus-plugin-sass/compare/v0.2.3...v0.2.4
postcss/postcss (postcss)
v8.4.38
- Fixed
endIndex: 0
in errors and warnings (by @romainmenke).
v8.4.37
- Fixed
original.column are not numbers
error in another case.
v8.4.36
- Fixed
original.column are not numbers
error on broken previous source map.
v8.4.35
- Avoid
!
innode.parent.nodes
type. - Allow to pass
undefined
to node adding method to simplify types.
v8.4.34
- Fixed
AtRule#nodes
type (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov).
v8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by Romain Menke). - Fixed
NoWorkResult
usage conditions (by @ahmdammarr).
v8.4.32
- Fixed
postcss().process()
types (by Andrew Ferreira).
sass/dart-sass (sass)
v1.75.0
- 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 withouturl
inStringOptionsWithImporter
.
v1.74.1
- No user-visible changes.
v1.72.0
-
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions. -
Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions. -
When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.
v1.71.1
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
-
Export the
NodePackageImporter
class in ESM mode. -
Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.
Dart API
- Make passing a null argument to
NodePackageImporter()
a static error rather than just a runtime error.
Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
v1.71.0
For more information about pkg:
importers, see the
announcement on the Sass blog.
Command-Line Interface
- Add a
--pkg-importer
flag to enable built-inpkg:
importers. Currently this only supports the Node.js package resolution algorithm, via--pkg-importer=node
. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
.
JavaScript API
- Add a
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using thepkg:
URL scheme according to the Node.js package resolution algorithm. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a single optional argument, which indicates the base directory to use when locatingnode_modules
directories. It defaults topath.dirname(require.main.filename)
.
Dart API
- Add a
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using thepkg:
URL scheme according to the Node.js package resolution algorithm. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a single argument, which indicates the base directory to use when locatingnode_modules
directories.
v1.70.0
JavaScript API
-
Add a
sass.initCompiler()
function that returns asass.Compiler
object which supportscompile()
andcompileString()
methods with the same API as the global Sass object. On the Node.js embedded host, eachsass.Compiler
object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient. -
Add a
sass.initAsyncCompiler()
function that returns asass.AsyncCompiler
object which supportscompileAsync()
andcompileStringAsync()
methods with the same API as the global Sass object. On the Node.js embedded host, eachsass.AsynCompiler
object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Embedded Sass
-
Support the
CompileRequest.silent
field. This allows compilations with no logging to avoid unnecessary request/response cycles. -
The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's
info
field.
v1.69.7
Embedded Sass
- In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.
v1.69.6
-
Produce better output for numbers with complex units in
meta.inspect()
and debugging messages. -
Escape U+007F DELETE when serializing strings.
-
When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.
-
Provide official releases for musl LibC and for Android.
-
Don't crash when running
meta.apply()
in asynchronous mode.
JS API
- Fix a bug where certain exceptions could produce
SourceSpan
s that didn't follow the documentedSourceSpan
API.
v1.69.5
JS API
- Compatibility with Node.js 21.0.0.
v1.69.4
- No user-visible changes.
v1.69.3
Embedded Sass
- Fix TypeScript type locations in
package.json
.
v1.69.2
JS API
- Fix a bug where Sass crashed when running in the browser if there was a global
variable named
process
.
v1.69.1
- No user-visible changes.
npm/node-semver (semver)
v7.6.0
Features
-
a7ab13a
#671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa, madtisa, @wraithgar)
Chores
-
816c7b2
#667 postinstall for dependabot template-oss MR (@lukekarrys) -
0bd24d9
#667 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) -
e521932
#652 postinstall for dependabot template-oss MR (@lukekarrys) -
8873991
#652 chore: chore: postinstall for dependabot template-oss MR (@lukekarrys) -
f317dc8
#652 bump @npmcli/template-oss from 4.19.0 to 4.21.0 (@dependabot[bot]) -
7303db1
#658 add clean() test for build metadata (#658) (@jethrodaniel) -
6240d75
#656 add missing quotes in README.md (#656) (@zyxkad) -
14d263f
#625 postinstall for dependabot template-oss MR (@lukekarrys) -
7c34e1a
#625 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot]) -
123e0b0
#622 postinstall for dependabot template-oss MR (@lukekarrys) -
737d5e1
#622 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot]) -
cce6180
#598 postinstall for dependabot template-oss MR (@lukekarrys) -
b914a3d
#598 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])
tailwindlabs/tailwindcss (tailwindcss)
v3.4.3
Fixed
- Revert changes to glob handling (#13384)
v3.4.2
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735) - Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715) - Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736) - Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923) - Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322) - Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324) - Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325) - Ensure that arbitrary properties respect
important
configuration (#13353) - Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)
v3.4.1
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc()
(#12704) - Restore old behavior for
class
dark mode strategy (#12717)
Added
- Add new
selector
andvariant
strategies for dark mode (#12717)
Changed
- Support
rtl
andltr
variants on same element asdir
attribute (#12717)
v3.4.0
Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.
Added
- Add
svh
,lvh
, anddvh
values to defaultheight
/min-height
/max-height
theme (#11317) - Add
has-*
variants for:has(...)
pseudo-class (#11318) - Add
text-wrap
utilities includingtext-balance
andtext-pretty
(#11320, #12031) - Extend default
opacity
scale to include all steps of 5 (#11832) - Update Preflight
html
styles to include shadow DOM:host
pseudo-class (#11200) - Increase default values for
grid-rows-*
utilities from 1–6 to 1–12 (#12180) - Add
size-*
utilities (#12287) - Add utilities for CSS subgrid (#12298)
- Add spacing scale to
min-w-*
,min-h-*
, andmax-w-*
utilities (#12300) - Add
forced-color-adjust
utilities (#11931) - Add
forced-colors
variant (#11694, #12582) - Add
appearance-auto
utility (#12404) - Add logical property values for
float
andclear
utilities (#12480) - Add
*
variant for targeting direct children (#12551)
Changed
- Simplify the
sans
font-family stack (#11748) - Disable the tap highlight overlay on iOS (#12299)
- Improve relative precedence of
rtl
,ltr
,forced-colors
, anddark
variants (#12584)
v3.3.7
Fixed
- Fix support for container query utilities with arbitrary values (#12534)
- Fix custom config loading in Standalone CLI (#12616)
v3.3.6
Fixed
- Don’t add spaces to negative numbers following a comma (#12324)
- Don't emit
@config
in CSS when watching via the CLI (#12327) - Improve types for
resolveConfig
(#12272) - Ensure configured
font-feature-settings
formono
are included in Preflight (#12342) - Improve candidate detection in minified JS arrays (without spaces) (#12396)
- Don't crash when given applying a variant to a negated version of a simple utility (#12514)
- Fix support for slashes in arbitrary modifiers (#12515)
- Fix source maps of variant utilities that come from an
@layer
rule (#12508) - Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#12506)
v3.3.5
Fixed
- Fix incorrect spaces around
-
incalc()
expression (#12283)
v3.3.4
Fixed
- Improve normalisation of
calc()
-like functions (#11686) - Skip
calc()
normalisation in nestedtheme()
calls (#11705) - Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#11709)
- Make
content
optional for presets in TypeScript types (#11730) - Handle variable colors that have variable fallback values (#12049)
- Batch reading content files to prevent
too many open files
error (#12079) - Skip over classes inside
:not(…)
when nested in an at-rule (#12105) - Update types to work with
Node16
module resolution (#12097) - Don’t crash when important and parent selectors are equal in
@apply
(#12112) - Eliminate irrelevant rules when applying variants (#12113)
- Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#12121)
- Fix sorting of utilities that share multiple candidates (#12173)
- Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#12179)
- Fix crash when watching renamed files on FreeBSD (#12193)
- Allow plugins from a parent document to be used in an iframe (#12208)
- Add types for
tailwindcss/nesting
(#12269) - Bump
jiti
,fast-glob
, andbrowserlist
dependencies (#11550) - Improve automatic
var
injection for properties that accept a<dashed-ident>
(#12236)
v3.3.3
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
- Fix parsing of
theme()
insidecalc()
when there are no spaces around operators (#11157) - Ensure
repeating-conic-gradient
is detected as an image (#11180) - Move unknown pseudo-elements outside of
:is
by default (#11345) - Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
group
andpeer
variants (#11454) - Sort classes using position of first matching rule (#11504)
- Allow variant to be an at-rule without a prelude (#11589)
- Make PostCSS plugin async to improve performance (#11548)
- Don’t error when a config file is missing (f97759f)
Added
- Add
aria-busy
utility (#10966)
Changed
- Reset padding for
<dialog>
elements in preflight (#11069)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.