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

Update npm non-major dependencies #2952

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.0 -> 7.26.8 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.25.9 -> 7.26.8 age adoption passing confidence
@babel/preset-env (source) 7.26.0 -> 7.26.8 age adoption passing confidence
@babel/runtime (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@babel/runtime-corejs3 (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@eslint/compat 1.2.5 -> 1.2.6 age adoption passing confidence
@navikt/aksel-icons (source) 7.9.2 -> 7.12.2 age adoption passing confidence
@percy/cli (source) 1.30.6 -> 1.30.7 age adoption passing confidence
@tanstack/react-query (source) 5.64.2 -> 5.66.0 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.64.2 -> 5.66.0 age adoption passing confidence
@testing-library/cypress 10.0.2 -> 10.0.3 age adoption passing confidence
@testing-library/user-event 14.6.0 -> 14.6.1 age adoption passing confidence
@types/node (source) 22.10.7 -> 22.13.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.23.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.21.0 -> 8.23.0 age adoption passing confidence
caniuse-lite 1.0.30001695 -> 1.0.30001699 age adoption passing confidence
cypress (source) 14.0.0 -> 14.0.2 age adoption passing confidence
cypress-axe 1.5.0 -> 1.6.0 age adoption passing confidence
cypress-multi-reporters (source) 2.0.4 -> 2.0.5 age adoption passing confidence
dompurify 3.2.3 -> 3.2.4 age adoption passing confidence
eslint (source) 9.18.0 -> 9.20.0 age adoption passing confidence
lint-staged 15.4.1 -> 15.4.3 age adoption passing confidence
marked (source) 15.0.6 -> 15.0.7 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.0 age adoption passing confidence
react-day-picker (source) 9.5.0 -> 9.5.1 age adoption passing confidence
react-router-dom (source) 6.28.2 -> 6.29.0 age adoption passing confidence
tinybench 3.1.0 -> 3.1.1 age adoption passing confidence
typescript-eslint (source) 8.21.0 -> 8.23.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
babel/babel (@​babel/runtime)

v7.26.7

Compare Source

🐛 Bug Fix
eslint/rewrite (@​eslint/compat)

v1.2.6

Compare Source

navikt/aksel (@​navikt/aksel-icons)

v7.12.2

Compare Source

v7.12.1

Compare Source

v7.12.0

Compare Source

v7.11.0

Compare Source

Minor Changes
  • Icons: Added new icons 'SortUp' and 'SortDown' 🎉. (#​3528)

v7.10.0

Compare Source

percy/cli (@​percy/cli)

v1.30.7

Compare Source

What's Changed
✨ Enhancements
🐛 Bug Fixes
New Contributors

Full Changelog: percy/cli@v1.30.6...v1.30.7

TanStack/query (@​tanstack/react-query)

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.1

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

testing-library/cypress-testing-library (@​testing-library/cypress)

v10.0.3

Compare Source

Bug Fixes
  • deps: update cypress to version 14.0.0 and adjust peer dependencies (#​281) (d77c9df)
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.23.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001699

Compare Source

v1.0.30001698

Compare Source

v1.0.30001697

Compare Source

v1.0.30001696

Compare Source

cypress-io/cypress (cypress)

v14.0.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-2

v14.0.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-1

component-driven/cypress-axe (cypress-axe)

v1.6.0

Compare Source

Features
YOU54F/cypress-plugins (cypress-multi-reporters)

v2.0.5

Compare Source

2.0.5 (2025-01-27)
Bug Fixes
  • Mocha version comparison fix (18f9c50)
cure53/DOMPurify (dompurify)

v3.2.4: DOMPurify 3.2.4

Compare Source

  • Fixed a conditional and config dependent mXSS-style bypass reported by @​nsysean
  • Added a new feature to allow specific hook removal, thanks @​davecardwell
  • Added purify.js and purify.min.js to exports, thanks @​Aetherinox
  • Added better logic in case no window object is president, thanks @​yehuya
  • Updated some dependencies called out by dependabot
  • Updated license files etc to show the correct year
eslint/eslint (eslint)

v9.20.0

Compare Source

v9.19.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
markedjs/marked (marked)

v15.0.7

Compare Source

prettier/prettier (prettier)

v3.5.0

Compare Source

diff

🔗 Release Notes

gpbl/react-day-picker (react-day-picker)

v9.5.1

Compare Source

This release fixes the calendar breaking its layout when passing a month not included between startMonth and endMonth props.

What's Changed
New Contributors

Full Changelog: gpbl/react-day-picker@v9.5.0...v9.5.1

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

v6.29.0

[Compare Source](https://redirect.github.com/remix-run/react-route


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the kind/dependencies Pull requests that update a dependency file label Jan 30, 2025
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 15 times, most recently from 47b895c to 9313656 Compare February 6, 2025 12:05
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 10 times, most recently from d5b7248 to 2c93b69 Compare February 12, 2025 13:09
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from 2c93b69 to 25a0c4b Compare February 13, 2025 01:35
…). I guess the headless jest environment is not the best for testing a map.
Copy link
Member

@bjosttveit bjosttveit left a comment

Choose a reason for hiding this comment

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

I guess thats fine 🤷

@olemartinorg olemartinorg merged commit 2dc47a5 into main Feb 13, 2025
15 checks passed
@olemartinorg olemartinorg deleted the renovate/npm-minor-patch branch February 13, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants