react-activity-calendar
react-activity-calendar copied to clipboard
Bump the dependencies group with 16 updates
Bumps the dependencies group with 16 updates:
Package | From | To |
---|---|---|
date-fns | 3.4.0 |
3.6.0 |
@babel/core | 7.24.0 |
7.24.4 |
@babel/preset-env | 7.24.0 |
7.24.4 |
@babel/preset-react | 7.23.3 |
7.24.1 |
@babel/preset-typescript | 7.23.3 |
7.24.1 |
@emotion/styled | 11.11.0 |
11.11.5 |
@mui/material | 5.15.12 |
5.15.15 |
@types/react | 18.2.64 |
18.2.74 |
@types/react-dom | 18.2.21 |
18.2.24 |
@typescript-eslint/eslint-plugin | 7.1.1 |
7.5.0 |
@typescript-eslint/parser | 7.1.1 |
7.5.0 |
eslint-plugin-react | 7.34.0 |
7.34.1 |
postcss | 8.4.35 |
8.4.38 |
rollup | 4.12.1 |
4.14.1 |
sass | 1.71.1 |
1.74.1 |
typescript | 5.4.2 |
5.4.4 |
Updates date-fns
from 3.4.0 to 3.6.0
Release notes
Sourced from date-fns's releases.
v3.6.0
On this release worked
@kossnocorp
and@world1dan
. Also, thanks to@seated
for sponsoring me.Fixed
Added
v3.5.0
Kudos to
@fturmel
,@kossnocorp
,@makstyle119
,@tan75
,@marcreichel
,@tareknatsheh
and@audunru
for working on the release. Also, thanks to@seated
for sponsoring me.Fixed
Added
Added the
constructNow
function that creates the current date using the passed reference date's constructor.
Changelog
Sourced from date-fns's changelog.
v3.6.0 - 2024-03-18
On this release worked
@kossnocorp
and@world1dan
. Also, thanks to@seated
for sponsoring me.Fixed
Added
v3.5.0 - 2024-03-15
Kudos to
@fturmel
,@kossnocorp
,@makstyle119
,@tan75
,@marcreichel
,@tareknatsheh
and@audunru
for working on the release. Also, thanks to@seated
for sponsoring me.Fixed
Added
Added the
constructNow
function that creates the current date using the passed reference date's constructor.
Commits
ddb34e0
Promote to v3.6.0603aec4
Add the CDN guideea6da53
Add jsDelivr resolve to package.json5a2afce
Fix CDN build, add CDN smoke test0356ecc
Add CDN versions of modules (#3737)d22be9f
Fix v3.5.0's change log entrya9bf9e1
Fix weeks in Belarisuan formatDistance (#3720)1d78cd1
Prepare v3.5.0f0355f1
Rebuild lock file (#3733)3d118e2
FixconstructNow
import paths (#3734)- Additional commits viewable in compare view
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
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
: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
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
: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
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
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
: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/preset-env
from 7.24.0 to 7.24.4
Release notes
Sourced from @babel/preset-env
's releases.
v7.24.4 (2024-04-03)
Thanks
@Dunqing
,@luiscubal
, and@samualtnorman
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
: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/preset-env
's changelog.
v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parser
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
: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
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
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
:memo: Documentation
- #16319 Update SECURITY.md (
@nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
... (truncated)
Commits
5a8c692
v7.24.40cfe039
Avoid terser workaround in firefox bugfix for computed keys (#16401)48a3e19
Create bugfix plugin for classes in computed keys in Firefox (#16390)0eac8ca
v7.24.3259e873
Updatebabel-plugin-polyfill-corejs3
(#16372)822b025
v7.24.13a255c8
Run Babel transform tests on old node if possible (#16352)c6cf0d7
Allow separate helpers to be excluded in Babel 8 (#16323)3eb24fd
RespectmoduleName
for@babel/runtime/regenerator
imports (#16329)19fdca5
Reduce the use of class names (#16326)- Additional commits viewable in compare view
Updates @babel/preset-react
from 7.23.3 to 7.24.1
Release notes
Sourced from @babel/preset-react
's releases.
v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
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
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
: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
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/preset-react
's changelog.
v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
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
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
: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
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
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
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 @babel/preset-typescript
from 7.23.3 to 7.24.1
Release notes
Sourced from @babel/preset-typescript
's releases.
v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
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
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
: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
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)
%0A" rel="nofollow" target="_blank" >