-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update babel monorepo (major) - autoclosed #48
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bf8f92c
to
a2e3f69
Compare
a2e3f69
to
7b8a033
Compare
7b8a033
to
dfb2135
Compare
1e4d1da
to
ac50e01
Compare
ac50e01
to
d0ef21d
Compare
64cb8a0
to
a849cbc
Compare
a849cbc
to
8db4379
Compare
8b5d540
to
c18fdfb
Compare
589e166
to
119be3e
Compare
119be3e
to
de99bd7
Compare
de99bd7
to
539a2af
Compare
eabdc52
to
1d34936
Compare
51c1718
to
0f9b1e9
Compare
0f9b1e9
to
1409e1c
Compare
73a9c01
to
81bdac6
Compare
283e89f
to
7440a37
Compare
3260e6f
to
1788656
Compare
1788656
to
c4af6cd
Compare
439c8c7
to
06d71e8
Compare
b5a3be6
to
5d203f3
Compare
5d203f3
to
d95fa6c
Compare
d95fa6c
to
40f5322
Compare
40f5322
to
7720575
Compare
08768db
to
6a2c90e
Compare
ccbf3bd
to
118cba1
Compare
3c82bd3
to
dfc6496
Compare
dfc6496
to
8956ac6
Compare
c9f3abf
to
6793da4
Compare
df0eabe
to
cea49eb
Compare
4d8048a
to
922b479
Compare
eebf7f5
to
0bc6f55
Compare
0bc6f55
to
39544f5
Compare
39544f5
to
c0a3af8
Compare
c0a3af8
to
c2af591
Compare
c2af591
to
d7653c1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.2.6
->10.1.0
7.1.5
->8.2.5
Release Notes
babel/babel-eslint
v10.1.0
Compare Source
v10.0.3
Compare Source
Fixes https://github.com/babel/babel-eslint/issues/791, also https://github.com/eslint/eslint/issues/12117
Some context: https://github.com/babel/babel-eslint/pull/793#issuecomment-524435971
We ended up going with @JLHwung's PR https://github.com/babel/babel-eslint/pull/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
Compare Source
v10.0.1
Compare Source
v10.0.1
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
Compare Source
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.
TypeAlias
: https://github.com/babel/babel-eslint/pull/584v9.0.0
Compare Source
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:
To enable the legacy decorators proposal users should add a specific parser option:
babel/babel-loader
v8.2.5
Compare Source
What's Changed
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
v8.2.4
Compare Source
What's Changed
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
v8.2.3
Compare Source
This release fixes compatibility with Node.js 17
Thanks @Reptarsrage!
v8.2.2
Compare Source
v8.2.1
Compare Source
@ava/babel
todevDependencies
#881 (@jvasseur)v8.2.0
Compare Source
mkdirp
withmake-dir
47958ca
(@JLHwung)d8cff97
(@the-spyke)v8.1.0
Compare Source
v8.0.6
Compare Source
v8.0.5
Compare Source
find-cache-dir
to 2.0v8.0.4
Compare Source
v8.0.3
Compare Source
Features
customize
optionBugs
Docs
Internal
Some dev dependency updates and CI tweaks.
v8.0.2
Compare Source
cacheCompression: false
to disable GZip compression of the disk cachesourceMaps: 'inline'
to work properly withbabel-loader
devtoolModuleFilenameTemplate
placeholdersv8.0.1
Compare Source
@babel/core
or installbabel-core
.v8.0.0
Compare Source
This is the first stable release of
babel-loader
for Babel 7.x.Configuration
📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.