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

chore(deps): update all dependencies (major) #12389

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@reduxjs/toolkit (source) 1.7.1 -> 2.2.5 age adoption passing confidence dependencies major
@sentry/react (source) 6.11.0 -> 8.7.0 age adoption passing confidence dependencies major
@sentry/tracing (source) 6.11.0 -> 7.114.0 age adoption passing confidence dependencies major
@stripe/react-stripe-js 1.7.0 -> 2.7.1 age adoption passing confidence dependencies major
@stripe/stripe-js (source) 1.22.0 -> 3.4.1 age adoption passing confidence dependencies major
@testing-library/dom 8.13.0 -> 10.1.0 age adoption passing confidence devDependencies major
@testing-library/jest-dom 5.14.1 -> 6.4.5 age adoption passing confidence devDependencies major
@testing-library/react 12.0.0 -> 15.0.7 age adoption passing confidence devDependencies major
@testing-library/react-hooks 7.0.2 -> 8.0.1 age adoption passing confidence devDependencies major
@testing-library/user-event 13.2.1 -> 14.5.2 age adoption passing confidence devDependencies major
@types/jest (source) 26.0.24 -> 29.5.12 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 4.33.0 -> 7.11.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) 4.33.0 -> 7.11.0 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
babel-jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence devDependencies major
babel-loader 8.2.3 -> 9.1.3 age adoption passing confidence devDependencies major
codecov/codecov-action v3 -> v4 age adoption passing confidence action major
concurrently 6.5.1 -> 8.2.2 age adoption passing confidence devDependencies major
d3-array (source) 1.2.2 -> 3.2.4 age adoption passing confidence major
d3-dsv 1.0.8 -> 3.0.1 age adoption passing confidence major
d3-geo (source) 1.9.1 -> 3.1.1 age adoption passing confidence major
d3-geo-projection 2.4.0 -> 4.0.0 age adoption passing confidence major
date-fns 2.28.0 -> 3.6.0 age adoption passing confidence dependencies major
date-fns-tz 1.3.4 -> 3.1.3 age adoption passing confidence dependencies major
eslint (source) 7.32.0 -> 9.3.0 age adoption passing confidence devDependencies major
eslint-config-prettier 7.2.0 -> 9.1.0 age adoption passing confidence devDependencies major
exports-loader 2.0.0 -> 5.0.0 age adoption passing confidence devDependencies major
feedgen ==0.9.0 -> ==1.0.0 age adoption passing confidence major
fishery 1.4.0 -> 2.2.2 age adoption passing confidence devDependencies major
intl-tel-input (source) 17.0.18 -> 23.0.10 age adoption passing confidence dependencies major
jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence devDependencies major
minimatch 3.0.5 -> 9.0.4 age adoption passing confidence resolutions major
mistune ==0.8.4 -> ==3.0.2 age adoption passing confidence major
node 20 -> 22 age adoption passing confidence stage major
postcss-cli 8.3.1 -> 11.0.0 age adoption passing confidence dependencies major
prettier (source) 2.2.1 -> 3.2.5 age adoption passing confidence devDependencies major
puppeteer (source) 10.4.0 -> 22.10.0 age adoption passing confidence devDependencies major
pytz ==2022.7.1 -> ==2024.1 age adoption passing confidence major
react (source) 17.0.2 -> 18.3.1 age adoption passing confidence dependencies major
react-dom (source) 17.0.2 -> 18.3.1 age adoption passing confidence dependencies major
react-google-recaptcha 2.1.0 -> 3.1.0 age adoption passing confidence dependencies major
react-test-renderer (source) 17.0.2 -> 18.3.1 age adoption passing confidence devDependencies major
stylelint (source) 13.13.1 -> 16.6.1 age adoption passing confidence devDependencies major
stylelint-config-prettier 8.0.2 -> 9.0.5 age adoption passing confidence devDependencies major
stylelint-config-standard 20.0.0 -> 36.0.0 age adoption passing confidence devDependencies major
stylelint-order 4.1.0 -> 6.0.4 age adoption passing confidence devDependencies major
stylelint-prettier 1.2.0 -> 5.0.0 age adoption passing confidence devDependencies major
stylelint-scss 3.21.0 -> 6.3.0 age adoption passing confidence devDependencies major
tj-actions/changed-files v43 -> v44 age adoption passing confidence action major
typescript (source) 4.5.4 -> 5.4.5 age adoption passing confidence dependencies major
ubuntu jammy -> noble age adoption passing confidence final major
ubuntu jammy -> noble age adoption passing confidence stage major
yup 0.32.11 -> 1.4.0 age adoption passing confidence dependencies major

Release Notes

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.2.5

Compare Source

This bugfix release fixes an issue in the recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error when trying to read a plain JS value instead of a proxy-wrapped value.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.4...v2.2.5

v2.2.4

Compare Source

v2.2.3

Compare Source

This minor release fixes the types for functions that accept a React Context instance to match the changes in React Redux v9.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.2...v2.2.3

v2.2.2

Compare Source

This patch release fixes an incorrect build setting for the legacy-esm artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly.

Changes

legacy-esm Artifact Transpilation

The legacy-esm build artifacts are intended for use by Webpack 4. Those were supposed to be transpiled to target "es2017", but were in fact still set to target "esnext" - an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled.

Other Fixes

RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed.

Additionally, 2.2.1 contained a fix to an incorrectly named type: TypedUseMutationTrigger is now TypedMutationTrigger.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.0...v2.2.2

v2.2.1

Compare Source

v2.2.0

Compare Source

This minor release:

  • Adds a second parameter to entityAdapter.getInitialState(additionalProps, entities) to allow prefilling state
    • Equivalent to entityAdapter.setAll(entityAdapter.getInitialState(additionalProps), entities)
    • First parameter can be undefined if no additional properties are desired
  • Allows initialising combineSlices with no static reducers
    • Previously const combinedReducer = combineSlices().withLazyLoadedSlices<LazyLoadedSlices>() would have thrown an error
    • Now returns a "no-op" reducer that just returns an empty object until first reducer injected
  • Allows a new 'throw' value for overrideExisting in injectEndpoints, which throws an error if a definition is injected with a name which is already used
  • Exports more type helpers for RTKQ hook and trigger types
  • Exports types related to overriding result types in enhanceEndpoints
  • Fixes state inference for injected slices when undeclared (i.e. not in LazyLoadedSlices)
  • Adds a action.meta.arg.isPrefetch value to query thunk actions when prefetched

What's Changed

New Contributors

Full Changelog: reduxjs/redux-toolkit@v2.1.0...v2.2.0

v2.1.0

Compare Source

This minor release:

  • adds withTypes methods to listenerMiddleware and createDraftSafeSelector
  • adds a skipPollingIfUnfocused option to RTK Query
  • adds the ability to customise the createSelector instance used by RTK Query
  • reworks slice selector logic to avoid depending on this value
  • fixes the order and inference of create.asyncThunk type parameters
  • fixes requirements for meta fields returned from queryFns
  • marks promises that will never reject as safe, in preparation for https://github.com/typescript-eslint/typescript-eslint/issues/7008

What's Changed


Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.

@webteam-app
Copy link

Demo starting at https://ubuntu-com-12389.demos.haus

@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from 96b79e6 to 53b1c11 Compare January 9, 2023 18:15
@renovate renovate bot force-pushed the renovate/major-all branch 13 times, most recently from 6b0341a to 5dc1c56 Compare January 17, 2023 10:26
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 3164e7c to 7637395 Compare January 18, 2023 01:04
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jan 18, 2023
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from cae4361 to 4bf55b8 Compare January 23, 2023 11:29
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 7792570 to 5d26923 Compare May 9, 2024 03:56
@renovate renovate bot changed the title chore(deps): update all dependencies (major) Update all dependencies (major) May 9, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 12 times, most recently from 13722a8 to bc7fd26 Compare May 18, 2024 12:21
@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from c4596c5 to 3c01783 Compare May 27, 2024 21:49
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from f6b6dc9 to d615b70 Compare May 29, 2024 15:31
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) May 29, 2024
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.

None yet

3 participants