Skip to content

Update npm non-major dependencies#1122

Merged
bjosttveit merged 2 commits into
mainfrom
renovate/npm-minor-patch
May 3, 2023
Merged

Update npm non-major dependencies#1122
bjosttveit merged 2 commits into
mainfrom
renovate/npm-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.21.4 -> 7.21.5 age adoption passing confidence
@babel/preset-env (source) 7.21.4 -> 7.21.5 age adoption passing confidence
@babel/runtime (source) 7.21.0 -> 7.21.5 age adoption passing confidence
@babel/runtime-corejs3 7.21.0 -> 7.21.5 age adoption passing confidence
@navikt/aksel-icons (source) 2.8.13 -> 2.9.3 age adoption passing confidence
@reduxjs/toolkit (source) 1.9.4 -> 1.9.5 age adoption passing confidence
@tanstack/react-query (source) 4.29.3 -> 4.29.5 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.29.3 -> 4.29.6 age adoption passing confidence
@types/dompurify (source) 3.0.1 -> 3.0.2 age adoption passing confidence
@types/jest (source) 29.5.0 -> 29.5.1 age adoption passing confidence
@types/react (source) 18.0.35 -> 18.2.0 age adoption passing confidence
@types/react-dom (source) 18.0.11 -> 18.2.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.58.0 -> 5.59.1 age adoption passing confidence
@typescript-eslint/parser 5.58.0 -> 5.59.1 age adoption passing confidence
axe-core (source) 4.6.3 -> 4.7.0 age adoption passing confidence
axios (source) 1.3.5 -> 1.4.0 age adoption passing confidence
caniuse-lite 1.0.30001480 -> 1.0.30001481 age adoption passing confidence
cypress 12.9.0 -> 12.11.0 age adoption passing confidence
eslint (source) 8.38.0 -> 8.39.0 age adoption passing confidence
eslint-plugin-cypress 2.13.2 -> 2.13.3 age adoption passing confidence
html-react-parser 3.0.15 -> 3.0.16 age adoption passing confidence
lint-staged 13.2.1 -> 13.2.2 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
react-router-dom 6.10.0 -> 6.11.0 age adoption passing confidence
webpack 5.79.0 -> 5.81.0 age adoption passing confidence
webpack-cli (source) 5.0.1 -> 5.0.2 age adoption passing confidence

Release Notes

babel/babel

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
navikt/aksel

v2.9.3

Compare Source

Patch Changes

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.16

Compare Source

v2.8.15

Compare Source

Patch Changes

v2.8.14

Compare Source

reduxjs/redux-toolkit

v1.9.5

Compare Source

This bugfix release includes notable improvements to TS type inference when using the enhancers option in configureStore, and updates the listener middleware to only check predicates if the dispatched value is truly an action object.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.4...v1.9.5

tanstack/query

v4.29.5

Compare Source

Version 4.29.5 - 4/24/2023, 3:19 PM

Changes

Refactor
Chore

Packages

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

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

dequelabs/axe-core

v4.7.0

Compare Source

Features
Bug Fixes
  • aria-allowed-attrs: allow aria-description and aria-braille* attrs (#​3956) (2842395)
  • aria-input-field-name: skip combobox popups (#​3886) (3dcdd42)
  • aria-required-children: allow separator in menu(bar) (#​3868) (ec9f507)
  • aria-required-children: do not fail for children with aria-hidden (#​3949) (8714d6b)
  • aria-required-children: list elements that are not allowed (#​3951) (cce7586)
  • autocomplete-valid: allow webauthn token (#​3866) (fd3010f)
  • color-contrast: correcly apply opacity to foreground color (#​3973) (d7db279)
  • color-contrast: correctly calculate contrast of flex/grid items with z-index (#​3884) (cef96be)
  • color-contrast: correctly compute background color for elements with opacity (#​3944) (c051fe8), closes #​3932
  • color-contrast: correctly compute color contrast of elements (#​3847) (4c3a00c)
  • color-contrast: do not check contrast on elemets that are inerted (#​3894) (da19946)
  • color-contrast: skip ligature icons (#​3867) (9486288)
  • create-grid: correctly compute stack order for non-positioned stacking contexts (#​3930) (8db2c24), closes #​3932
  • css-orientation-lock: support the css rotate property (#​3958) (c51f8bf)
  • focus-order-semantics: Add ARIA role article to list of valid roles for scrollable regions (#​3927) (f029271)
  • is-icon-ligature: prevent canvas2d warning willReadFrequently (#​3931) (b3c52bb)
  • link-in-text-block: allow links with identical colors (#​3861) (5f90040)
  • respondable: work with CDP Page.setDocumentContent (#​3921) (66f23e5)
  • scrollable-region-focusable: change impact to serious (#​3959) (e3a5c21)
  • scrollable-region-focusable: skip native controls (#​3862) (b0bdefa)
4.6.3 (2023-01-23)
Bug Fixes
4.6.2 (2022-12-23)
Bug Fixes
  • color-contrast: fix color-contrast check when running in an extension (#​3838) (31a3e01)
4.6.1 (2022-12-14)
Bug Fixes
axios/axios

v1.4.0

Compare Source

Bug Fixes
  • formdata: add multipart/form-data content type for FormData payload on custom client environments; (#​5678) (bbb61e7)
  • package: export package internals with unsafe path prefix; (#​5677) (df38c94)
Features
Performance Improvements
  • merge-config: optimize mergeConfig performance by avoiding duplicate key visits; (#​5679) (e6f7053)
Contributors to this release

1.3.6 (2023-04-19)

Bug Fixes
  • types: added transport to RawAxiosRequestConfig (#​5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#​5661) (aa372f7)
Contributors to this release

1.3.5 (2023-04-05)

Bug Fixes
  • headers: fixed isValidHeaderName to support full list of allowed characters; (#​5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#​5633) (a56c866)
Contributors to this release

1.3.4 (2023-02-22)

Bug Fixes
  • blob: added a check to make sure the Blob class is available in the browser's global scope; (#​5548) (3772c8f)
  • http: fixed regression bug when handling synchronous errors inside the adapter; (#​5564) (a3b246c)
Contributors to this release

1.3.3 (2023-02-13)

Bug Fixes
  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#​5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#​5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#​5542) (ea87ebf)
Contributors to this release

1.3.2 (2023-02-03)

Bug Fixes
Contributors to this release

1.3.1 (2023-02-01)

Bug Fixes
  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#​5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#​5518) (08104c0)
Contributors to this release

v1.3.6

Compare Source

Bug Fixes
  • types: added transport to RawAxiosRequestConfig (#​5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#​5661) (aa372f7)
Contributors to this release
browserslist/caniuse-lite

v1.0.30001481

Compare Source

cypress-io/cypress

v12.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-11-0

v12.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-10-0

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

cypress-io/eslint-plugin-cypress

v2.13.3

Compare Source

Bug Fixes
  • handle ImportBindings in no-unnecessary-waiting rule (c626ad5)
remarkablemark/html-react-parser

v3.0.16

Compare Source

Documentation
  • readme: bump version for README.md typo fixes (9f5ce94)
okonet/lint-staged

v13.2.2

Compare Source

Bug Fixes
prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

remix-run/react-router

v6.11.0

Compare Source

Minor Changes
  • Enable basename support in useFetcher (#​10336)
    • If you were previously working around this issue by manually prepending the basename then you will need to remove the manually prepended basename from your fetcher calls (fetcher.load('/basename/route') -> fetcher.load('/route'))
Patch Changes
  • Fix inadvertent re-renders when using Component instead of element on a route definition (#​10287)
  • Fail gracefully on <Link to="//"> and other invalid URL values (#​10367)
  • Switched from useSyncExternalStore to useState for internal @remix-run/router router state syncing in <RouterProvider>. We found some subtle bugs where router state updates got propagated before other normal useState updates, which could lead to footguns in useEffect calls. (#​10377, #​10409)
  • Add static prop to StaticRouterProvider's internal Router component (#​10401)
  • When using a RouterProvider, useNavigate/useSubmit/fetcher.submit are now stable across location changes, since we can handle relative routing via the @remix-run/router instance and get rid of our dependence on useLocation(). When using BrowserRouter, these hooks remain unstable across location changes because they still

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 has been generated by Mend Renovate. View repository job log here.

@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch 10 times, most recently from eae881e to 6f3be1c Compare May 1, 2023 19:27
@renovate
renovate Bot force-pushed the renovate/npm-minor-patch branch from 6f3be1c to dd4ac09 Compare May 1, 2023 22:39
@renovate

renovate Bot commented May 3, 2023

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarqubecloud

sonarqubecloud Bot commented May 3, 2023

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bjosttveit
bjosttveit merged commit 966999d into main May 3, 2023
@bjosttveit
bjosttveit deleted the renovate/npm-minor-patch branch May 3, 2023 08:26
@bjosttveit bjosttveit added the kind/dependencies Pull requests that update a dependency file label May 3, 2023
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