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

build(deps): bump core-js from 3.10.1 to 3.12.1 #2481

Merged
merged 2 commits into from May 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps core-js from 3.10.1 to 3.12.1.

Changelog

Sourced from core-js's changelog.

3.12.1 - 2021.05.09
  • Fixed some cases of Function#toString with multiple core-js instances
  • Fixed some possible String#split polyfill problems in V8 5.1
3.12.0 - 2021.05.06
3.11.3 - 2021.05.05
  • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required
3.11.2 - 2021.05.03
  • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #932
  • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
  • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms
3.11.1 - 2021.04.28
  • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
  • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #564
3.11.0 - 2021.04.22
3.10.2 - 2021.04.19
  • URL and URLSearchParams marked as supported from Safari 14.0
  • Polyfilled built-in constructors protected from calling on instances
Commits
  • 8752e69 3.12.1
  • 3eb4159 fix some possible String#split polyfill problems in V8 5.1
  • 1789d3e fix some cases of Function#toString with multiple core-js instances
  • c7170fb update eslint-plugin-regexp
  • 1aadb7b 3.12.0
  • 9f8ff89 fix regression of V8 ~ Node 0.12 Sting(Symbol()) bug, close #933
  • b3afb28 add Symbol.matcher
  • 98e421f add Symbol.metadata
  • bfe345a 3.11.3
  • f26cd0b native promise-based APIs Promise#{ catch, finally } returns polyfilled `Pr...
  • Additional commits viewable in compare view

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)

@github-actions
Copy link

github-actions bot commented May 10, 2021

📦 PR Packages

Click to Show Package Download Links

https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/create-redwood-app-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-api-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-api-server-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-auth-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-cli-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-core-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-dev-server-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-eslint-config-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-eslint-plugin-redwood-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-forms-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-internal-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-prerender-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-router-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-structure-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-testing-0.31.2-1f6f7d6.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2481/redwoodjs-web-0.31.2-1f6f7d6.tgz

Install this PR by running yarn rw upgrade --pr 2481:0.31.2-1f6f7d6

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/core-js-3.12.1 branch 3 times, most recently from 8d8f534 to 8a883b6 Compare May 11, 2021 22:49
@thedavidprice thedavidprice requested a review from peterp May 11, 2021 23:43
@thedavidprice
Copy link
Contributor

@peterp this one looks fine to merge. But I don't know what I don't know as this possibly relates to Babel.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/core-js-3.12.1 branch 19 times, most recently from 44262b0 to 4612846 Compare May 14, 2021 23:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/core-js-3.12.1 branch from 4612846 to 5bae9b5 Compare May 14, 2021 23:22
@cypress
Copy link

cypress bot commented May 14, 2021



Test summary

17 0 0 0Flakiness 0


Run details

Project RedwoodJS Framework
Status Passed
Commit 84eb947 ℹ️
Started May 14, 2021 11:54 PM
Ended May 14, 2021 11:58 PM
Duration 04:28 💡
OS Linux Ubuntu - 20.04
Browser Chrome 90

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@thedavidprice thedavidprice merged commit b943e72 into main May 15, 2021
@thedavidprice thedavidprice deleted the dependabot/npm_and_yarn/core-js-3.12.1 branch May 15, 2021 00:18
@thedavidprice thedavidprice added this to the next-release milestone May 15, 2021
@thedavidprice thedavidprice removed the request for review from peterp May 15, 2021 00:19
fveauvy pushed a commit to fveauvy/redwood that referenced this pull request May 15, 2021
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.12.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.12.1/packages/core-js)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
dac09 added a commit to dac09/redwood that referenced this pull request May 19, 2021
…-codegen

* 'main' of github.com:redwoodjs/redwood: (54 commits)
  Add private methods loose explicitly (redwoodjs#2554)
  Custom `useAuth` pass through for `RedwoodApolloProvider` (redwoodjs#2455)
  Prerender all routes nested in Set with prerender prop (redwoodjs#2542)
  Upgrade eslint and prettier packages including formatting fixes (redwoodjs#2540)
  contributors updates (redwoodjs#2544)
  Rename default datasource (redwoodjs#1941)
  Add default config for Component generation (redwoodjs#1814)
  build(deps): bump core-js from 3.10.1 to 3.12.1 (redwoodjs#2481)
  upgrade babel 7.14.2 with misc babel packages (redwoodjs#2541)
  build(deps): bump http-proxy-middleware from 1.1.0 to 2.0.0 (redwoodjs#2536)
  build(deps): bump pino-pretty from 4.7.1 to 4.8.0 (redwoodjs#2534)
  build(deps): bump concurrently from 6.0.2 to 6.1.0 (redwoodjs#2533)
  build(deps-dev): bump firebase-admin from 9.7.0 to 9.8.0 (redwoodjs#2522)
  build(deps): bump esbuild-loader from 2.10.0 to 2.13.0 (redwoodjs#2518)
  build(deps): bump @graphql-tools/merge from 6.2.13 to 6.2.14 (redwoodjs#2516)
  updating minor dependency versions across packages (redwoodjs#2532)
  Add JSON headers to Function generator template (redwoodjs#2457)
  fixed firebase promises so that they can be caught (redwoodjs#2503)
  Prevent re-initialization of a Firebase app that is already initialized (redwoodjs#2504)
  build(deps-dev): bump magic-sdk from 2.7.0 to 4.3.0 (redwoodjs#2463)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant