Skip to content
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

Bump babel to ^7.22.5 #37422

Merged
merged 7 commits into from
Jun 21, 2023
Merged

Bump babel to ^7.22.5 #37422

merged 7 commits into from
Jun 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.21.0 -> ^7.22.5 age adoption passing confidence
@babel/code-frame (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/core (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/helper-module-imports (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/node (source) ^7.20.7 -> ^7.22.5 age adoption passing confidence
@babel/plugin-syntax-jsx (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/plugin-transform-object-assign (source) ^7.18.6 -> ^7.22.5 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) ^7.21.3 -> ^7.22.5 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/preset-env (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/preset-react (source) ^7.18.6 -> ^7.22.5 age adoption passing confidence
@babel/preset-typescript (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/register (source) ^7.21.0 -> ^7.22.5 age adoption passing confidence
@babel/runtime (source) ^7.21.0 -> ^7.22.5 age adoption passing confidence
@babel/runtime-corejs2 (source) ^7.21.0 -> ^7.22.5 age adoption passing confidence
@babel/traverse (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence
@babel/types (source) ^7.21.4 -> ^7.22.5 age adoption passing confidence

Release Notes

babel/babel

v7.22.5

Compare Source

🐛 Bug Fix
💅 Polish

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label May 28, 2023
@mui-bot
Copy link

mui-bot commented May 28, 2023

Netlify deploy preview

https://deploy-preview-37422--material-ui.netlify.app/

Bundle size report

No bundle size changes

Generated by 🚫 dangerJS against e4a1749

@renovate renovate bot force-pushed the renovate/babel branch 3 times, most recently from 53482f5 to c973a40 Compare May 29, 2023 16:11
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 30, 2023
@renovate renovate bot force-pushed the renovate/babel branch from c973a40 to 2cb0530 Compare May 30, 2023 12:31
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 30, 2023
@renovate renovate bot force-pushed the renovate/babel branch from 2cb0530 to a88c0de Compare May 30, 2023 12:44
@ZeeshanTamboli
Copy link
Member

Related to babel/babel#15669. Have asked a question before adding the plugin proposal dependency.

@ZeeshanTamboli ZeeshanTamboli added the on hold There is a blocker, we need to wait label Jun 1, 2023
@nicolo-ribaudo
Copy link

All the other plugins you use are already in your package.json, it looks like the missing one has just been forgotten:

material-ui/package.json

Lines 79 to 83 in 28c1c0a

"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-react-constant-elements": "^7.21.3",
"@babel/plugin-transform-runtime": "^7.21.4",

@nicolo-ribaudo
Copy link

As an alternative, you can do #37461

@ZeeshanTamboli ZeeshanTamboli removed the on hold There is a blocker, we need to wait label Jun 2, 2023
@renovate renovate bot force-pushed the renovate/babel branch from a88c0de to cd365a8 Compare June 5, 2023 16:33
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 6, 2023
@renovate renovate bot force-pushed the renovate/babel branch from cd365a8 to 1572fd8 Compare June 6, 2023 06:48
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 6, 2023
@renovate renovate bot force-pushed the renovate/babel branch from 1572fd8 to 4cbb1d7 Compare June 8, 2023 19:34
@renovate renovate bot changed the title Bump babel Bump babel to ^7.22.5 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/babel branch from 4cbb1d7 to 6926dd5 Compare June 13, 2023 04:41
@renovate
Copy link
Contributor Author

renovate bot commented Jun 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 21, 2023
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 21, 2023
@ZeeshanTamboli ZeeshanTamboli merged commit cc045c6 into master Jun 21, 2023
@ZeeshanTamboli ZeeshanTamboli deleted the renovate/babel branch June 21, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants