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

chore(deps-dev): bump @babel/runtime-corejs3 from 7.18.9 to 7.19.0 #449

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps @babel/runtime-corejs3 from 7.18.9 to 7.19.0.

Release notes

Sourced from @​babel/runtime-corejs3's releases.

v7.19.0 (2022-09-05)

Blog post: https://babeljs.io/blog/2022/09/05/7.19.0

Thanks @​SukkaW for your first PR!

👓 Spec Compliance

🚀 New Feature

  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-generator, babel-parser
  • babel-standalone
  • babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone

🐛 Bug Fix

  • babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes
    • #14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@​JLHwung)
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-helper-builder-react-jsx

💅 Polish

📝 Documentation

🏠 Internal

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/runtime-corejs3's changelog.

v7.19.0 (2022-09-05)

👓 Spec Compliance

🚀 New Feature

  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-generator, babel-parser
  • babel-standalone
  • babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone

🐛 Bug Fix

  • babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes
    • #14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@​JLHwung)
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-helper-builder-react-jsx

💅 Polish

📝 Documentation

🏠 Internal

v7.18.13 (2022-08-22)

🐛 Bug Fix

... (truncated)

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.9 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-runtime-corejs3)

---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/runtime-corejs3-7.19.0 branch from 9e81665 to 67ce97f Compare September 5, 2022 20:17
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) September 5, 2022 20:18
@googlemaps-bot googlemaps-bot merged commit 934949e into main Sep 5, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/babel/runtime-corejs3-7.19.0 branch September 5, 2022 20:19
github-actions bot pushed a commit that referenced this pull request Sep 5, 2022
)

Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.9 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-runtime-corejs3)

---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 934949e
googlemaps-bot pushed a commit that referenced this pull request Sep 12, 2022
### [1.0.30](v1.0.29...v1.0.30) (2022-09-12)

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.18.10 to 7.19.0 ([#443](#443)) ([11bd74f](11bd74f))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.18.9 to 7.19.0 ([#449](#449)) ([934949e](934949e))
* **deps-dev:** bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 ([#431](#431)) ([677d5a4](677d5a4))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 ([#450](#450)) ([13c6bf4](13c6bf4))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.4 to 8.4.0 ([#440](#440)) ([992aeb8](992aeb8))
* **deps-dev:** bump @types/selenium-webdriver from 4.1.2 to 4.1.3 ([#448](#448)) ([59dae4f](59dae4f))
* **deps-dev:** bump @types/selenium-webdriver from 4.1.3 to 4.1.5 ([#451](#451)) ([3fa8752](3fa8752))
* **deps-dev:** bump chromedriver from 103.0.0 to 104.0.0 ([#430](#430)) ([0b9fa31](0b9fa31))
* **deps-dev:** bump chromedriver from 104.0.0 to 105.0.0 ([#444](#444)) ([57daa08](57daa08))
* **deps-dev:** bump core-js from 3.24.1 to 3.25.0 ([#441](#441)) ([935409b](935409b))
* **deps-dev:** bump eslint-plugin-jest from 26.7.0 to 26.8.1 ([#432](#432)) ([3b34099](3b34099))
* **deps-dev:** bump eslint-plugin-jest from 26.8.1 to 26.8.3 ([#434](#434)) ([cd4df75](cd4df75))
* **deps-dev:** bump eslint-plugin-jest from 26.8.3 to 26.8.7 ([#436](#436)) ([66cbaa9](66cbaa9))
* **deps-dev:** bump eslint-plugin-jest from 26.8.7 to 27.0.1 ([#439](#439)) ([e5bee2a](e5bee2a))
* **deps-dev:** bump rollup from 2.77.2 to 2.78.0 ([#435](#435)) ([4816389](4816389))
* **deps-dev:** bump rollup from 2.78.0 to 2.78.1 ([#437](#437)) ([ece0bf6](ece0bf6))
* **deps-dev:** bump rollup from 2.78.1 to 2.79.0 ([#445](#445)) ([ed29edd](ed29edd))
* **deps-dev:** bump selenium-webdriver from 4.3.1 to 4.4.0 ([#433](#433)) ([a0d07b2](a0d07b2))
* **deps-dev:** bump typedoc from 0.23.10 to 0.23.11 ([#442](#442)) ([5b8a4d9](5b8a4d9))
* **deps-dev:** bump typedoc from 0.23.11 to 0.23.14 ([#446](#446)) ([60faa57](60faa57))
* **deps-dev:** bump typescript from 4.7.4 to 4.8.2 ([#447](#447)) ([cff6aab](cff6aab))
* **deps-dev:** bump typescript from 4.8.2 to 4.8.3 ([#452](#452)) ([c57e219](c57e219))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants