figma-tailwindcss
figma-tailwindcss copied to clipboard
Bump @babel/traverse and babel-eslint
Bumps @babel/traverse to 7.23.9 and updates ancestor dependency babel-eslint. These dependencies need to be updated together.
Updates @babel/traverse
from 7.12.10 to 7.23.9
Release notes
Sourced from @babel/traverse
's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-preset-env
- #16225 fix:
systemjs
re-traverses helpers (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-runtime
,babel-preset-env
- #16224 Properly sort
core-js@3
imports (@nicolo-ribaudo
)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotation
when using TS+inference (@liuxingbaoyu
)- Other
- #16210 [eslint] Fix
no-use-before-define
for class ref in fields (@nicolo-ribaudo
):house: Internal
babel-core
,babel-parser
,babel-template
- #16222 Migrate
eslint-parser
to cts (@liuxingbaoyu
)babel-types
- #16213 Remove
@babel/types
props that are not produced by the parser (@liuxingbaoyu
):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu
):microscope: Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15959 Improve output of
using
(@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-env
throws exception forexport * as x
(@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/setter
toctx.access
for public fields (@liuxingbaoyu
)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu
):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-preset-env
- #16225 fix:
systemjs
re-traverses helpers (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-runtime
,babel-preset-env
- #16224 Properly sort
core-js@3
imports (@nicolo-ribaudo
)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotation
when using TS+inference (@liuxingbaoyu
)- Other
- #16210 [eslint] Fix
no-use-before-define
for class ref in fields (@nicolo-ribaudo
):house: Internal
babel-core
,babel-parser
,babel-template
- #16222 Migrate
eslint-parser
to cts (@liuxingbaoyu
)babel-types
- #16213 Remove
@babel/types
props that are not produced by the parser (@liuxingbaoyu
):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu
):microscope: Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15959 Improve output of
using
(@liuxingbaoyu
)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-env
throws exception forexport * as x
(@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/setter
toctx.access
for public fields (@liuxingbaoyu
)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu
):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16194 Improve output of
super()
(@liuxingbaoyu
)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program
(@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614
v7.23.91200542
fix: Don't throw ingetTypeAnnotation
when using TS+inference (#15383)e428a6d
v7.23.7d292822
fix: Crash when removing withoutProgram
(#16191)d02c1f7
v7.23.6cce807f
Bump debug to ^4.3.1 (#16164)8479012
v7.23.5da7dc40
Do not remove bindings when removing assignment expression path (#16131)fadc081
fix: Unexpected duplication of comments (#16110)13a5c83
v7.23.4- Additional commits viewable in compare view
Updates babel-eslint
from 8.2.6 to 10.1.0
Release notes
Sourced from babel-eslint's releases.
v10.1.0
v10.0.3
Fixes babel/babel-eslint#791, also eslint/eslint#12117
Some context: babel/babel-eslint#793
We ended up going with
@JLHwung
's PR babel/babel-eslint#794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.
v10.0.2
Fixes babel/babel-eslint#772
v10.0.1
- Reverting babel/babel-eslint#584
The
TypeAlias
"conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.v10.0.0
Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.
- Bugfix for
TypeAlias
: babel/babel-eslint#584/* @flow */ type Node<T> = { head: T; tail: Node<T> }
// or
type File = {chunks: Array<Chunk>} type Chunk = {file: File}
- Update to test against ESLint 5, add a peerDependency: babel/babel-eslint#689
- Drop monkeypatching behavior: babel/babel-eslint#690
v9.0.0
We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:
- Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change.
To enable the legacy decorators proposal users should add a specific parser option:
{ </tr></table>
... (truncated)
Commits
4bd049e
10.1.02c754a8
Update Babel to ^7.7.0 and enable Flow enums parsing (#812)183d13e
10.0.3354953d
fix: require eslint dependencies from eslint base (#794)48f6d78
10.0.20241b48
removed unused file reference (#773)4cf0a21
10.0.198c1f13
Revert #584 (#697)8f78e28
10.0.0717fba7
test value should be switched- Additional commits viewable 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.