Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Change Age Confidence
@edx/frontend-component-footer 14.7.1 -> 14.9.3 age confidence
@edx/frontend-component-header 6.4.0 -> 6.4.2 age confidence
@edx/frontend-enterprise-catalog-search 11.0.1 -> 11.0.2 age confidence
@edx/frontend-platform 8.5.1 -> 8.5.2 age confidence
@edx/openedx-atlas ^0.6.2 -> ^0.7.0 age confidence
@openedx/frontend-build 14.4.2 -> 14.6.2 age confidence
@openedx/paragon 22.20.5 -> 22.20.6 age confidence
algoliasearch (source) 4.24.0 -> 4.25.3 age confidence
axios (source) 1.12.2 -> 1.13.2 age confidence
core-js (source) 3.40.0 -> 3.47.0 age confidence
react-router (source) 6.29.0 -> 6.30.2 age confidence
react-router-dom (source) 6.29.0 -> 6.30.2 age confidence

Release Notes

openedx/frontend-component-footer (@​edx/frontend-component-footer)

v14.9.3

Compare Source

Bug Fixes

v14.9.2

Compare Source

Bug Fixes

v14.9.1

Compare Source

Bug Fixes

v14.9.0

Compare Source

Features

v14.8.0

Compare Source

Features

v14.7.2

Compare Source

Bug Fixes
openedx/frontend-component-header (@​edx/frontend-component-header)

v6.4.2

Compare Source

Bug Fixes

v6.4.1

Compare Source

Bug Fixes
openedx/frontend-enterprise (@​edx/frontend-enterprise-catalog-search)

v11.0.2

Compare Source

openedx/frontend-platform (@​edx/frontend-platform)

v8.5.2

Compare Source

Bug Fixes
  • mock Vietnamese locale for testing with initializeMockApp (#​842) (38f7a47)
openedx/openedx-atlas (@​edx/openedx-atlas)

v0.7.0

Compare Source

Features
  • Allow pulling translations from a commit hash (#​62) (e407f8f)
openedx/frontend-build (@​openedx/frontend-build)

v14.6.2

Compare Source

Bug Fixes
  • deps: update dependency postcss-rtlcss to v5.7.1 (#​628) (280e990)

v14.6.1

Compare Source

Bug Fixes
  • remove skipDefaultConversion for lodash transform import (9b2a18f)

v14.6.0

Compare Source

Features
  • lighter build by rewriting lodash imports (e3856b0)

v14.5.0

Compare Source

Features
openedx/paragon (@​openedx/paragon)

v22.20.6

Compare Source

Bug Fixes
algolia/algoliasearch-client-javascript (algoliasearch)

v4.25.3

Compare Source

v4.25.2

Compare Source

v4.25.1

Compare Source

4.25.0 release is broken, please use 4.25.1

v4.25.0

Compare Source

axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release
zloirock/core-js (core-js)

v3.47.0

Compare Source

v3.46.0

Compare Source

v3.45.1

Compare Source

  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping

v3.45.0

Compare Source

v3.44.0

Compare Source

v3.43.0

Compare Source

  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@​@​dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@​@​asyncDispose]
      • Iterator.prototype[@​@​dispose]
      • AsyncIterator.prototype[@​@​asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:
    • RegExp.prototype[@​@​match]
    • RegExp.prototype[@​@​replace]
  • Improved handling of RegExp flags in polyfills of some methods in engines without proper support of RegExp.prototype.flags and without polyfill of this getter
  • Added feature detection for a WebKit bug that occurs when this is updated while Set.prototype.difference is being executed
  • Added feature detection for a WebKit bug that occurs when iterator record of a set-like object isn't called before cloning this in the following methods:
    • Set.prototype.symmetricDifference
    • Set.prototype.union
  • Added feature detection for a bug in V8 ~ Chromium < 126. Following methods should throw an error on invalid iterator:
    • Iterator.prototype.drop
    • Iterator.prototype.filter
    • Iterator.prototype.flatMap
    • Iterator.prototype.map
  • Added feature detection for a WebKit bug: incorrect exception thrown by Iterator.from when underlying iterator's return method is null
  • Added feature detection for a FF bug: incorrect exception thrown by Array.prototype.with when index coercion fails
  • Added feature detection for a WebKit bug: TypedArray.prototype.with should truncate negative fractional index to zero, but instead throws an error
  • Worked around a bug of many different tools (example) with incorrect transforming and breaking JS syntax on getting a method from a number literal
  • Fixed deoptimization of the Promise polyfill in the pure version
  • Added some missed dependencies to /iterator/flat-map entries
  • Some other minor fixes and improvements
  • Compat data improvements:
    • Added Deno 2.3 and Deno 2.3.2 compat data mapping
    • Updated Electron 37 compat data mapping
    • Added Opera Android 90 compat data mapping
    • Error.isError marked not supported in Node because of a bug
    • Set.prototype.difference marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Set.prototype.{ symmetricDifference, union } marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterator.from marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterators closing on early errors in Iterator helpers marked as implemented from FF141
    • Array.prototype.with marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
    • TypedArray.prototype.with marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
    • DisposableStack and AsyncDisposableStack marked as shipped in FF141 (SuppressedError has a bug)
    • AsyncDisposableStack bugs marked as fixed in Deno 2.3.2
    • SuppressedError bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:

v3.41.0

Compare Source

remix-run/react-router (react-router)

v6.30.2: v6.30.2

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/v6/CHANGELOG.md#v6302

v6.30.1: v6.30.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6301

v6.30.0: v6.30.0

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6300

remix-run/react-router (react-router-dom)

v6.30.2

Compare Source

v6.30.1

Compare Source

v6.30.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@codecov
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.69%. Comparing base (ee36af2) to head (6496bd4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #485   +/-   ##
=======================================
  Coverage   78.69%   78.69%           
=======================================
  Files          43       43           
  Lines         920      920           
  Branches      249      243    -6     
=======================================
  Hits          724      724           
  Misses        189      189           
  Partials        7        7           

☔ 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3e3c50 to 25b2748 Compare February 27, 2025 19:57
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.1 fix(deps): update all non-major dependencies Feb 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e7f5fea to c97942d Compare March 7, 2025 23:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c97942d to dc966ee Compare March 14, 2025 15:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c4b452e to 4088ab3 Compare March 28, 2025 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 34cadff to 6e46cf5 Compare April 3, 2025 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 354802d to 951f6f6 Compare April 11, 2025 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c8a6e39 to 02ec943 Compare April 29, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e339086 to 8c31ffa Compare May 12, 2025 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 323294a to d8c3833 Compare August 26, 2025 19:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 062ea50 to 748d5a8 Compare September 2, 2025 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a985fa4 to 22cd046 Compare September 14, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a7f1332 to 2b23bfc Compare September 26, 2025 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3a345d3 to 296c969 Compare October 10, 2025 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0825f36 to 741fd24 Compare October 27, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 741fd24 to 4174402 Compare October 28, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ec735f8 to 7b064bd Compare November 11, 2025 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0cc7c48 to 6496bd4 Compare November 20, 2025 07:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6496bd4 to 01bc190 Compare November 28, 2025 20:53
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.

1 participant