Skip to content

fix(deps): update dependency core-js to v3.48.0#799

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/core-js-3.x
Feb 16, 2026
Merged

fix(deps): update dependency core-js to v3.48.0#799
renovate[bot] merged 1 commit into
masterfrom
renovate/core-js-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
core-js (source) 3.47.03.48.0 age confidence

Release Notes

zloirock/core-js (core-js)

v3.48.0

Compare Source

  • Changes v3.47.0...v3.48.0 (126 commits)
  • Map upsert proposal:
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
    • Moved to stable ES, January 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Use CreateDataProperty / CreateDataPropertyOrThrow in some missed cases, #​1497
  • Minor fix / optimization in the RegExp constructor (NCG and dotAll) polyfill
  • Added some more workarounds for a Safari < 13 bug with silent ignore of non-writable array .length
  • Added detection of a Webkit bug: Iterator.prototype.flatMap throws on iterator without return method
  • Added detection of a V8 ~ Chromium < 144 bug: Uint8Array.prototype.setFromHex throws an error on length-tracking views over ResizableArrayBuffer
  • Compat data improvements:

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot merged commit 35680b8 into master Feb 16, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/core-js-3.x branch February 16, 2026 05:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.54%. Comparing base (5d10005) to head (1846407).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #799   +/-   ##
=======================================
  Coverage   97.54%   97.54%           
=======================================
  Files         148      148           
  Lines        1302     1302           
  Branches      224      224           
=======================================
  Hits         1270     1270           
  Misses         31       31           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

MaxFrank13 pushed a commit to edx/frontend-app-learner-dashboard that referenced this pull request Feb 25, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MaxFrank13 pushed a commit to edx/frontend-app-learner-dashboard that referenced this pull request Mar 27, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MaxFrank13 added a commit to edx/frontend-app-learner-dashboard that referenced this pull request Apr 6, 2026
* fix(deps): remove filesize dependency (openedx#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @openedx/paragon to v23.18.2 (openedx#771)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove unused universal-cookie dep (openedx#794)

* fix: update react-share to v5 (openedx#795)

* fix(deps): regenerate `package-lock.json` (openedx#788)

* fix(deps): update dependency core-js to v3.48.0 (openedx#799)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @edx/frontend-platform to v8.5.5 (openedx#798)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(docs): use correct image for custom course banner (openedx#796)

* feat!: React query and react context conversion (openedx#786)

Migrate from Redux to React Query and React Context.  This modernizes state management while maintaining all existing functionality.  All the redux code and files were removed, including all redux and related packages.

* feat: showing course unenroll survey is configurable now (openedx#738)

* chore(deps): update dependency @tanstack/react-query to v5.90.21 (openedx#803)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency react-share to v5.3.0 (openedx#807)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @tanstack/react-query to v5.95.0 (openedx#808)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.49.0 (openedx#809)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: sync fork from upstream master (#4)

* fix: Run `npm audit fix` to update dependencies.

* chore(deps): update dependency @openedx/paragon to v23.14.9 (openedx#735)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @reduxjs/toolkit to v2.9.1 (openedx#736)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-node from 5 to 6 (openedx#737)

---------

Co-authored-by: Feanil Patel <feanil@axim.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: baseAppUrl add ins

* fix: package-lock

* fix: test

* fix: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com>
Co-authored-by: Jacobo Dominguez <jacobo.dominguez@wgu.edu>
Co-authored-by: Muhammad Arslan <m.arslanabdulrauf@gmail.com>
Co-authored-by: Feanil Patel <feanil@axim.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants