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

feat(es/preset-env): Update preset-env data #9573

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Sep 20, 2024

@kdy1 kdy1 added this to the Planned milestone Sep 20, 2024
@kdy1 kdy1 self-assigned this Sep 20, 2024
Copy link

changeset-bot bot commented Sep 20, 2024

⚠️ No Changeset found

Latest commit: eafc54f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

socket-security bot commented Sep 20, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

["esnext.composite-symbol", SYMBOL_DEPENDENCIES]
),
fetch: define(null, PROMISE_DEPENDENCIES),
globalThis: define("global-this", ["es.global-this", "esnext.global-this"]),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codspeed-hq bot commented Sep 20, 2024

CodSpeed Performance Report

Merging #9573 will not alter performance

Comparing kdy1:issue-9544 (be70c7d) with main (6d15d9c)

Summary

✅ 178 untouched benchmarks

@kdy1 kdy1 marked this pull request as ready for review September 23, 2024 18:58
@kdy1 kdy1 requested review from a team as code owners September 23, 2024 18:58
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 23, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 30, 2024
@kdy1 kdy1 enabled auto-merge (squash) September 30, 2024 02:14
Copy link

socket-security bot commented Sep 30, 2024

Report too large to display inline

View full report↗︎

@@ -1,6 +1,6 @@
require("core-js/modules/es.array.at.js");
require("core-js/modules/es.regexp.exec.js");
require("core-js/modules/es.string.at-alternative.js");
require("core-js/modules/es.string.at.js");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core-js doesn't have a module with this name.

@kdy1 kdy1 disabled auto-merge September 30, 2024 04:18
@kdy1 kdy1 marked this pull request as draft October 1, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Core-js forEach import polyfill not working, Babel with the same config works fine
2 participants