Skip to content

Update production dependencies - #16

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies
Open

Update production dependencies#16
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@auth0/auth0-spa-js dependencies minor 2.1.3 -> 2.24.1
fp-ts dependencies patch 2.16.2 -> 2.16.11
io-ts dependencies patch 2.2.21 -> 2.2.22
ol (source) dependencies minor 10.9.0 -> 10.10.0
proj4 (source) dependencies minor 2.10.0 -> 2.21.0
rxjs (source) dependencies minor ~6.5.4 -> ~6.6.0
simple-keyboard (source) dependencies minor 3.7.54 -> 3.8.177
stream dependencies patch 0.0.2 -> 0.0.3
tslib (source) dependencies minor 2.6.2 -> 2.8.1
zone.js (source, changelog) dependencies minor ~0.11.4 -> ~0.16.0

Release Notes

auth0/auth0-spa-js (@​auth0/auth0-spa-js)

v2.24.1

Compare Source

Full Changelog

Added

Fixed

v2.24.0

Compare Source

Full Changelog

Added

  • feat: Add granular passkey APIs (getSignupChallenge, getLoginChallenge, getTokenWithPasskey) #​1678 (pmathew92)

v2.23.0

Compare Source

Full Changelog

Added

v2.22.0

Compare Source

Full Changelog

Added

v2.21.2

Compare Source

Full Changelog

Fixed

  • fix: ensure MfaRequiredError is propagated and MFA context is stored for passkey and custom token exchange grant types #​1626 (yogeshchoudhary147)

v2.21.1

Compare Source

Full Changelog

Changed

v2.21.0

Compare Source

Full Changelog

Added

v2.20.0

Compare Source

Full Changelog

Added

v2.19.3

Compare Source

Full Changelog

Fixed

  • fix: ensure DPoP storage is fully cleared before logout completes #​1605 (OWConnoi)

v2.19.2

Compare Source

Full Changelog

Security

v2.19.1

Compare Source

Full Changelog

Fixed

v2.19.0

Compare Source

Full Changelog

Added

v2.18.3

Compare Source

Full Changelog

Added

v2.18.2

Compare Source

Full Changelog

Fixed

v2.18.1

Compare Source

Full Changelog

Added

v2.18.0

Compare Source

Full Changelog

Added

Fixed

v2.17.1

Compare Source

Full Changelog

Changed

v2.17.0

Compare Source

Full Changelog

Added

Fixed

v2.16.0

Compare Source

Full Changelog

Added

v2.15.0

Compare Source

Full Changelog

Added

Fixed

v2.14.0

Compare Source

Full Changelog

Added

Fixed

v2.13.1

Compare Source

Full Changelog

Fixed

v2.13.0

Compare Source

Full Changelog

Added

Fixed

v2.12.0

Compare Source

Full Changelog

Added

v2.11.3

Compare Source

Full Changelog

Fixed

v2.11.2

Compare Source

Full Changelog

Added

v2.11.1

Compare Source

Full Changelog

Fixed

v2.11.0

Compare Source

Full Changelog

Added

v2.10.0

Compare Source

Full Changelog

Added

v2.9.1

Compare Source

Full Changelog

Added

v2.9.0

Compare Source

Full Changelog

Added

  • feat: add support scopes parameter for connected accounts #​1458 (guabu)

Security

  • security: Upgrade component-cdn-uploader to v2.4.0 to address critical vulnerability of form-data package #​1454 (ankita10119)

v2.8.0

Compare Source

Full Changelog

Added

Fixed

v2.7.0

Compare Source

Full Changelog

Added

Fixed

v2.6.0

Compare Source

Full Changelog

Added

Fixed

v2.5.0

Compare Source

Full Changelog

Added

v2.4.1

Compare Source

Full Changelog

Fixed

v2.4.0

Compare Source

Full Changelog

Added

v2.3.0

Compare Source

Full Changelog

Fixed

v2.2.0

Compare Source

Full Changelog

Added

gcanti/fp-ts (fp-ts)

v2.16.11

Compare Source

Bug Fix

Fix Option.getOrd definition, #​1963

v2.16.10

Compare Source

Polish

Add apFirstW and apSecondW to ReaderTask, #​1958

v2.16.9

Compare Source

Polish

Support strictBuiltinIteratorReturn, #​1949

v2.16.8

Compare Source

Polish

Remove useless pure comment, closes #​1937

v2.16.7

Compare Source

Polish

Add tap for Identity #​1943

v2.16.6

Compare Source

Polish

Allow dependencies to be widen when using orLeft #​1938

v2.16.5

Compare Source

Polish

Resolved a RangeError where the maximum call stack size was exceeded when invoking chainWithIndex, #​1931

v2.16.4

Compare Source

Polish

Fix __PURE__ annotation placement, closes #​1926

v2.16.3

Compare Source

Polish

Either.ts: toError: Don't fail when a value can't be converted to a primitive, #​1924

gcanti/io-ts (io-ts)

v2.2.22

Compare Source

  • Bug Fix
    • Test for readonly type when optimizing tagged unions, #​719
openlayers/openlayers (ol)

v10.10.0

Compare Source

10.10.0

The 10.10 release brings improvements throughout the library — from tile and vector rendering to sources, formats and interactions. The highlights are

  • Text support in the WebGL vector renderers, plus stale tile handling for WebGL tile layers
  • Smoother tile rendering: instead of clipping and redrawing full tiles, only the remainders of lower zoom levels are drawn
  • WMTS and OGC tile grids now honor the advertised tile matrix set limits, so no tiles are requested outside a layer's data extent
  • GeoZarr gains selection of non-spatial dimensions, e.g. for time series
  • Text along lines honors offsetX and is split into graphemes, so ligatures are no longer cut apart
  • Fixes for the Modify interaction's tracing, vector tile resolutions, decluttering z-index order, and text rendering of long lines

Upgrade notes

Usage of Intl.Segmenter

TextPath now relies on Intl.Segmenter.
For support of very old browsers (e.g. Firefox before version 125),
a polyfill is available: https://formatjs.github.io/docs/polyfills/intl-segmenter/.

Deprecation of ol/source/BingMaps

Bing Maps for Enterprise is being retired on June 30th, 2028. The BingMaps source
has been deprecated. Use ol/source/ImageTile with the Azure Maps tile API instead.
See the azure-maps example for guidance.

// Before
new BingMaps({
  key: 'YOUR_BING_MAPS_KEY',
  imagerySet: 'RoadOnDemand',
})

// After
new ImageTile({
  url: `https://atlas.microsoft.com/map/tile?subscription-key=YOUR_AZURE_MAPS_KEY&api-version=2.0&tilesetId=microsoft.base.road&zoom={z}&x={x}&y={y}&tileSize=256`,
  attributions: ${new Date().getFullYear()} TomTom, Microsoft`,
})
createFromCapabilitiesMatrixSet now respects TileMatrixSetLimits

When a matrixLimits array is passed to createFromCapabilitiesMatrixSet, the returned
tile grid will now restrict tile requests to the MinTileRow/MaxTileRow/MinTileCol/MaxTileCol
bounds advertised for each zoom level. Previously those bounds were ignored and the full
matrix extent was used, causing tile requests outside the layer's data extent.

If you were passing matrixLimits only to filter zoom levels and relied on the full matrix
range being loaded at each level, you can omit the matrixLimits argument or pass an empty
array to restore the previous behavior.

List of all changes

See below for a complete list of features and fixes.

Dependency Updates

New Contributors

Full Changelog: openlayers/openlayers@v10.9.0...v10.10.0

proj4js/proj4js (proj4)

v2.21.0

Compare Source

What's Changed

New Contributors


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 becomes conflicted, 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 has been generated by Renovate Bot.

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/core@15.2.10
npm error Found: zone.js@0.16.2
npm error node_modules/zone.js
npm error   zone.js@"~0.16.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/core@15.2.10
npm error node_modules/@angular/core
npm error   @angular/core@"^15.2.10" from the root project
npm error   peer @angular/core@"15.2.10" from @angular/animations@15.2.10
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^15.2.10" from the root project
npm error     2 more (@angular/material, @angular/platform-browser)
npm error   8 more (@angular/cdk, @angular/common, @angular/compiler, ...)
npm error
npm error Conflicting peer dependency: zone.js@0.13.3
npm error node_modules/zone.js
npm error   peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/core@15.2.10
npm error   node_modules/@angular/core
npm error     @angular/core@"^15.2.10" from the root project
npm error     peer @angular/core@"15.2.10" from @angular/animations@15.2.10
npm error     node_modules/@angular/animations
npm error       @angular/animations@"^15.2.10" from the root project
npm error       2 more (@angular/material, @angular/platform-browser)
npm error     8 more (@angular/cdk, @angular/common, @angular/compiler, ...)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-08-20T00_35_07_318Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-08-20T00_35_07_318Z-debug-0.log

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.

0 participants