Skip to content

refactor: Bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 #2704

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps @babel/plugin-transform-runtime from 7.19.6 to 7.26.10.

Release notes

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

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Committers: 6

v7.26.9 (2025-02-14)

🐛 Bug Fix

... (truncated)

Changelog

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

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol

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

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Mar 28, 2025
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 refactor: Bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 Mar 28, 2025
Copy link

uffizzi-cloud bot commented Mar 28, 2025

Uffizzi Ephemeral Environment deployment-62302

⌚ Updated Mar 28, 2025, 01:44 UTC

☁️ https://app.uffizzi.com/github.com/parse-community/parse-dashboard/pull/2704

📄 View Application Logs etc.

What is Uffizzi? Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.26.10 branch from 0b1c8cc to 2d03e76 Compare March 28, 2025 01:39
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.19.6 to 7.26.10.
- [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.26.10/packages/babel-plugin-transform-runtime)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.26.10 branch from 2d03e76 to 8f0330b Compare March 30, 2025 16:49
@mtrezza mtrezza merged commit 5845ff4 into alpha Mar 30, 2025
9 of 10 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.26.10 branch March 30, 2025 16:52
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Apr 4, 2025
beiguancyc pushed a commit to beiguancyc/parse-dashboard that referenced this pull request Apr 8, 2025
* release: (72 commits)
  chore(release): 7.0.0 [skip ci]
  empty commit to trigger CI
  refactor: Bump @actions/core from 1.9.1 to 1.11.1 (parse-community#2701)
  refactor: Bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 (parse-community#2704)
  refactor: Bump typescript from 4.8.3 to 5.8.2 (parse-community#2705)
  refactor: Bump eslint from 9.22.0 to 9.23.0 (parse-community#2702)
  refactor: Fix lint (parse-community#2706)
  ci: Fix auto-release (parse-community#2700)
  ci: fix auto-release (parse-community#2699)
  ci: Upgrade semantic-release (parse-community#2698)
  chore(release): 7.0.0-alpha.2 [skip ci]
  feat: Allow to select and copy multiple cells in data browser (parse-community#2691)
  refactor: Bump immutable from 4.1.0 to 5.1.1 (parse-community#2697)
  refactor: Bump @babel/preset-env from 7.20.2 to 7.26.9 (parse-community#2695)
  refactor: Bump eslint from 8.24.0 to 9.22.0 (parse-community#2692)
  chore(release): 7.0.0-alpha.1 [skip ci]
  feat: Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` (parse-community#2694)
  chore(release): 6.2.1-alpha.1 [skip ci]
  fix: Title row disappears when scrolling down in data browser (parse-community#2690)
  refactor: Bump puppeteer from 22.15.0 to 24.4.0 (parse-community#2687)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants