chore(deps): update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@babel/core (source) | 7.22.17 -> 7.22.20 |
||||
@types/node (source) | 18.17.15 -> 18.17.17 |
||||
@typescript-eslint/eslint-plugin | 6.6.0 -> 6.7.0 |
||||
@typescript-eslint/parser | 6.6.0 -> 6.7.0 |
||||
eslint-plugin-n | 16.0.2 -> 16.1.0 |
||||
sass | 1.66.1 -> 1.67.0 |
Release Notes
babel/babel
v7.22.20
🏠 Internal
-
babel-helper-validator-identifier
- #15973 Remove special-casing of U+200C and U+200D (@nicolo-ribaudo)
-
babel-plugin-transform-dotall-regex
↩ Revert
-
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-preset-env
- #15979 Revert "Improve output when wrapping functions" (@jjonescz)
v7.22.19
v7.22.19 (2023-09-14)
Re-published 7.22.18, due to a releasing error.
v7.22.18
🐛 Bug Fix
-
babel-helper-validator-identifier
-
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
↩ Revert
- #15965 Revert Node.js 20.6.0 bug workaround (@nicolo-ribaudo)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.0
Bug Fixes
- eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.0
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint-community/eslint-plugin-n
v16.1.0
- feat: Allow for automatic ts mapping detection (#114) (
2ab30ce
) - feat: add config
flat/recommended
andflat/mixed-esm-and-cjs
(#111) (78595c4
) - feat: export flat/recommended-script and flat/recommended-module (#113) (
1f8fdc8
) - feat: add the ability to configure typescript to javascript file extension conversion (#112) (
20d2713
)
sass/dart-sass
v1.67.0
-
All functions defined in CSS Values and Units 4 are now once again parsed as calculation objects:
round()
,mod()
,rem()
,sin()
,cos()
,tan()
,asin()
,acos()
,atan()
,atan2()
,pow()
,sqrt()
,hypot()
,log()
,exp()
,abs()
, andsign()
.Unlike in 1.65.0, function calls are not locked into being parsed as calculations or plain Sass functions at parse-time. This means that user-defined functions will take precedence over CSS calculations of the same name. Although the function names
calc()
andclamp()
are still forbidden, users may continue to freely define functions whose names overlap with other CSS calculations (includingabs()
,min()
,max()
, andround()
whose names overlap with global Sass functions). -
Breaking change: As a consequence of the change in calculation parsing described above, calculation functions containing interpolation are now parsed more strictly than before. However, almost all interpolations that would have produced valid CSS will continue to work. The only exception is
#{$variable}%
which is not valid in Sass and is no longer valid in calculations. Instead of this, either use$variable
directly and ensure it already has the%
unit, or write($variable * 1%)
. -
Potentially breaking bug fix: The importer used to load a given file is no longer used to load absolute URLs that appear in that file. This was unintented behavior that contradicted the Sass specification. Absolute URLs will now correctly be loaded only from the global importer list. This applies to the modern JS API, the Dart API, and the embedded protocol.
Embedded Sass
- Substantially improve the embedded compiler's performance when compiling many files or files that require many importer or function call round-trips with the embedded host.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.