custom-icon-badges
custom-icon-badges copied to clipboard
chore(deps-dev): bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates:
Package | From | To |
---|---|---|
@babel/core | 7.24.0 |
7.24.4 |
@babel/eslint-parser | 7.23.10 |
7.24.1 |
eslint-plugin-react-hooks | 4.6.0 |
4.6.2 |
react-test-renderer | 18.2.0 |
18.3.1 |
sass | 1.72.0 |
1.75.0 |
Updates @babel/core
from 7.24.0 to 7.24.4
Release notes
Sourced from @​babel/core
's releases.
v7.24.4 (2024-04-03)
Thanks
@​Dunqing
,@​luiscubal
, and@​samualtnorman
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung
):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }
(@​liuxingbaoyu
)- #16394 fix: Correctly generate
TSMappedType
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung
)- #16385 fix: Decorators when
super()
exists andprotoInit
is not needed (@​liuxingbaoyu
)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for X
in loop (@​liuxingbaoyu
)- #16368 fix: Capture
let
when thefor
body is not a block (@​liuxingbaoyu
)babel-core
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@​luiscubal
)Committers: 7
- Babel Bot (
@​babel-bot
)- Dunqing (
@​Dunqing
)- Huáng Jùnlià ng (
@​JLHwung
)- LuÃs Reis (
@​luiscubal
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Samual Norman (
@​samualtnorman
)@​liuxingbaoyu
v7.24.3 (2024-03-20)
Thanks
@​ota-meshi
for your first PR!:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@​ota-meshi
)Committers: 2
- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Yosuke Ota (
@​ota-meshi
)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame
,babel-highlight
... (truncated)
Changelog
Sourced from @​babel/core
's changelog.
v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung
):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }
(@​liuxingbaoyu
)- #16394 fix: Correctly generate
TSMappedType
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung
)- #16385 fix: Decorators when
super()
exists andprotoInit
is not needed (@​liuxingbaoyu
)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for X
in loop (@​liuxingbaoyu
)- #16368 fix: Capture
let
when thefor
body is not a block (@​liuxingbaoyu
)babel-core
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@​luiscubal
)v7.24.3 (2024-03-20)
:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@​ota-meshi
)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame
,babel-highlight
- #16362 Restore previous
FORCE_COLOR=0
behavior (@​nicolo-ribaudo
)v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16350 Fix decorated class computed keys ordering (
@​JLHwung
)- #16344 Fix decorated class static field private access (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-plugin-proposal-json-modules
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16329 Respect
moduleName
for@babel/runtime/regenerator
imports (@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
- #16331 Fix decorator memoiser binding kind (
@​JLHwung
)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16325 Fix decorator evaluation private environment (
@​JLHwung
):memo: Documentation
- #16319 Update SECURITY.md (
@​nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
... (truncated)
Commits
5a8c692
v7.24.4d4ade61
Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)b8eb831
Fix incorrect function hoisting in some case statements (#16363)0eac8ca
v7.24.3fb7cf63
[babel 8] Removeimport_
fallback (#16365)822b025
v7.24.119fdca5
Reduce the use of class names (#16326)40110e9
Update source map deps (#16327)- See full diff in compare view
Updates @babel/eslint-parser
from 7.23.10 to 7.24.1
Release notes
Sourced from @​babel/eslint-parser
's releases.
v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16350 Fix decorated class computed keys ordering (
@​JLHwung
)- #16344 Fix decorated class static field private access (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-plugin-proposal-json-modules
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16329 Respect
moduleName
for@babel/runtime/regenerator
imports (@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
- #16331 Fix decorator memoiser binding kind (
@​JLHwung
)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16325 Fix decorator evaluation private environment (
@​JLHwung
):memo: Documentation
- #16319 Update SECURITY.md (
@​nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
- #16359 Replace
chalk
withpicocolors
(@​nicolo-ribaudo
)babel-helper-fixtures
,babel-helpers
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-preset-flow
- #16352 Run Babel transform tests on old node if possible (
@​JLHwung
)babel-helper-module-imports
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-plugin-proposal-record-and-tuple
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
- #16349 Support merging imports in import injector (
@​nicolo-ribaudo
)- Other
- #16332 Test Babel 7 plugins compatibility with Babel 8 core (
@​nicolo-ribaudo
):microscope: Output optimization
babel-helper-replace-supers
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
- #16345 Optimize the use of
assertThisInitialized
aftersuper()
(@​liuxingbaoyu
)babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16343 Use simpler
assertThisInitialized
more often (@​liuxingbaoyu
)babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-object-rest-spread
,babel-traverse
- #16342 Consider well-known and registered symbols as literals (
@​nicolo-ribaudo
)babel-core
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
- #16326 Reduce the use of class names (
@​liuxingbaoyu
)Committers: 4
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​liuxingbaoyu
v7.24.0 (2024-02-28)
Thanks
@​ajihyf
for your first PR!Release post with summary and highlights: https://babeljs.io/7.24.0
:rocket: New Feature
babel-standalone
... (truncated)
Changelog
Sourced from @​babel/eslint-parser
's changelog.
v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16350 Fix decorated class computed keys ordering (
@​JLHwung
)- #16344 Fix decorated class static field private access (
@​JLHwung
)babel-plugin-proposal-decorators
,babel-plugin-proposal-json-modules
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16329 Respect
moduleName
for@babel/runtime/regenerator
imports (@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
- #16331 Fix decorator memoiser binding kind (
@​JLHwung
)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16325 Fix decorator evaluation private environment (
@​JLHwung
):memo: Documentation
- #16319 Update SECURITY.md (
@​nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
- #16359 Replace
chalk
withpicocolors
(@​nicolo-ribaudo
)babel-helper-fixtures
,babel-helpers
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-preset-flow
- #16352 Run Babel transform tests on old node if possible (
@​JLHwung
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #16323 Allow separate helpers to be excluded in Babel 8 (
@​liuxingbaoyu
)babel-helper-module-imports
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-plugin-proposal-record-and-tuple
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
- #16349 Support merging imports in import injector (
@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-external-helpers
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-attributes-to-assertions
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-record-and-tuple
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-proposal-throw-expressions
,babel-plugin-syntax-async-do-expressions
,babel-plugin-syntax-decimal
,babel-plugin-syntax-decorators
,babel-plugin-syntax-destructuring-private
,babel-plugin-syntax-do-expressions
,babel-plugin-syntax-explicit-resource-management
,babel-plugin-syntax-export-default-from
,babel-plugin-syntax-flow
,babel-plugin-syntax-function-bind
,babel-plugin-syntax-function-sent
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-plugin-syntax-import-defer
,babel-plugin-syntax-import-reflection
,babel-plugin-syntax-import-source
,babel-plugin-syntax-jsx
,babel-plugin-syntax-module-blocks
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-syntax-partial-application
,babel-plugin-syntax-pipeline-operator
,babel-plugin-syntax-record-and-tuple
,babel-plugin-syntax-throw-expressions
,babel-plugin-syntax-typescript
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-dotall-regex
,babel-plugin-transform-duplicate-keys
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-for-of
,babel-plugin-transform-function-name
,babel-plugin-transform-instanceof
,babel-plugin-transform-jscript
,babel-plugin-transform-json-strings
,babel-plugin-transform-literals
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-member-expression-literals
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-new-target
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-assign
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-object-set-prototype-of-to-assign
,babel-plugin-transform-object-super
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-property-literals
,babel-plugin-transform-property-mutators
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx-compat
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-reserved-words
,babel-plugin-transform-runtime
,babel-plugin-transform-shorthand-properties
,babel-plugin-transform-spread
,babel-plugin-transform-sticky-regex
,babel-plugin-transform-strict-mode
,babel-plugin-transform-template-literals
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-plugin-transform-unicode-property-regex
,babel-plugin-transform-unicode-regex
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-preset-flow
,babel-preset-react
,babel-preset-typescript
- #16332 Test Babel 7 plugins compatibility with Babel 8 core (
@​nicolo-ribaudo
)babel-compat-data
,babel-plugin-transform-object-rest-spread
,babel-preset-env
- #16318 [babel 8] Fix
@babel/compat-data
package.json (@​nicolo-ribaudo
):microscope: Output optimization
babel-helper-replace-supers
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
- #16345 Optimize the use of
assertThisInitialized
aftersuper()
(@​liuxingbaoyu
)babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16343 Use simpler
assertThisInitialized
more often (@​liuxingbaoyu
)babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-object-rest-spread
,babel-traverse
- #16342 Consider well-known and registered symbols as literals (
@​nicolo-ribaudo
)babel-core
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
- #16326 Reduce the use of class names (
@​liuxingbaoyu
)v7.24.0 (2024-02-28)
:rocket: New Feature
babel-standalone
- #11696 Export babel tooling packages in
@babel/standalone
(@​ajihyf
)babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16242 Support decorator 2023-11 normative updates (
@​JLHwung
)babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@​nicolo-ribaudo
)
... (truncated)
Commits
822b025
v7.24.14dd88ea
Test Babel 7 plugins compatibility with Babel 8 core (#16332)- See full diff in compare view
Updates eslint-plugin-react-hooks
from 4.6.0 to 4.6.2
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
5.0.0 (next release)
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Button
or_component
are no longer valid. (@​kassens
) in #25162
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.
Updates react-test-renderer
from 18.2.0 to 18.3.1
Release notes
Sourced from react-test-renderer's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react-test-renderer's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
d6c42f7
Bump to 18.3.1c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-test-renderer since your current version.
Updates sass
from 1.72.0 to 1.75.0
Release notes
Sourced from sass's releases.
Dart Sass 1.75.0
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 withouturl
inStringOptionsWithImporter
.See the full changelog for changes in earlier releases.
Dart Sass 1.74.1
To install Sass 1.74.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.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
.1.74.1
- No user-visible changes.
1.74.0
JS API
Add a new top-level
deprecations
object, which contains variousDeprecation
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 aVersion
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 justimport
).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 asilenceDeprecations
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 whencontainingUrl
is available (#2215)c5aff1b
Make it possible to build npm with a linked language repo (#2214)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)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions