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

fix(deps): update all dependencies (major) #3208

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​aeaton/prosemirror-footnotes ^0.1.0 -> ^2.0.0 age adoption passing confidence dependencies major
@​aeaton/react-prosemirror ^0.22.1 -> ^2.0.0 age adoption passing confidence dependencies major
@types/node (source) ^18.11.9 -> ^22.0.0 age adoption passing confidence devDependencies major
@types/react (source) ^18.0.15 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react-dom (source) ^18.0.6 -> ^19.0.0 age adoption passing confidence devDependencies major
actions/cache v3 -> v4 age adoption passing confidence action major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-java v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
codecov/codecov-action v3 -> v5 age adoption passing confidence action major
i18next (source) ^21.10.0 -> ^24.0.0 age adoption passing confidence dependencies major
prettier (source) ^2.7.1 -> ^3.0.0 age adoption passing confidence devDependencies major
react (source) ^17.0.2 -> ^19.0.0 age adoption passing confidence dependencies major
react-date-picker (source) ^9.0.0 -> ^11.0.0 age adoption passing confidence dependencies major
react-dom (source) ^17.0.2 -> ^19.0.0 age adoption passing confidence dependencies major
react-i18next ^11.18.6 -> ^15.0.0 age adoption passing confidence dependencies major
react-icons ^4.12.0 -> ^5.0.0 age adoption passing confidence dependencies major
reactstrap ^8.10.1 -> ^9.0.0 age adoption passing confidence dependencies major
typescript (source) ^4.8.4 -> ^5.0.0 age adoption passing confidence devDependencies major
use-context-selector ^1.4.1 -> ^2.0.0 age adoption passing confidence dependencies major
webpack-cli (source) ^4.10.0 -> ^6.0.0 age adoption passing confidence devDependencies major
webpack-merge ^5.10.0 -> ^6.0.0 age adoption passing confidence devDependencies major
org.webjars.npm:fontsource__source-sans-pro (source) 4.2.2 -> 5.1.0 age adoption passing confidence runtime major
org.webjars.npm:filesize (source) 9.0.1 -> 10.1.2 age adoption passing confidence runtime major
org.slf4j:slf4j-api (source, changelog) 1.7.36 -> 2.0.17 age adoption passing confidence compile major
net.logstash.logback:logstash-logback-encoder (source) 7.3 -> 8.0 age adoption passing confidence compile major
io.github.dbmdz.metadata:metasvc-client 9.3.2 -> 10.0.0 age adoption passing confidence compile major
org.springframework.boot:spring-boot-starter-parent (source) 2.7.18 -> 3.4.4 age adoption passing confidence parent major

Release Notes

actions/cache (actions/cache)

v4

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-java (actions/setup-java)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v4

Compare Source

What's Changed
i18next/i18next (i18next)

v24.2.3

Compare Source

v24.2.2

Compare Source

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829

v24.2.1

Compare Source

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278

v24.2.0

Compare Source

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043

v24.1.2

Compare Source

  • optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.1

Compare Source

  • fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.0

Compare Source

  • try to address 2270 by cloning the store data 2271

v24.0.5

Compare Source

  • remove extra log for 2268

v24.0.4

Compare Source

  • simplify fix: incorrect locale detected 2268

v24.0.3

Compare Source

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

v24.0.2

Compare Source

  • if no Intl api, log error and use dummy rule

v24.0.1

Compare Source

  • early return and log error, if no Intl api

v24.0.0

Compare Source

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

v23.16.8

Compare Source

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

Compare Source

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

Compare Source

  • fix: Small typo in the type definitions 2250

v23.16.5

Compare Source

  • fix extractFromKey for use cases like this

v23.16.4

Compare Source

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

Compare Source

  • fix utils imports for Deno

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

  • perf: Optimize size of Formatter 2247

v23.16.0

Compare Source

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

v23.15.2

Compare Source

  • fix(types): make context related keys detection stricter 2243 fixes 2242

v23.15.1

Compare Source

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

v23.15.0

Compare Source

  • support unescaped variables in TypeScript 2233

v23.14.0

Compare Source

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

v23.13.0

Compare Source

  • Cache output of getRule to optimize performance 2226

v23.12.7

Compare Source

  • revert last optimization to address 2227

v23.12.6

Compare Source

  • remove console.log statement 2227

v23.12.5

Compare Source

  • try to optimize last fix for 2227

v23.12.4

Compare Source

  • try to address 2227 without the removal of cached formatter for in-built formatters

v23.12.3

Compare Source

  • fix: Using a comma in a formatter parameter 2225

v23.12.2

Compare Source

  • fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938

v23.12.1

Compare Source

  • Use explicit imports for utils 2212

v23.12.0

Compare Source

  • feat: Add posibility to override keyPrefix for certain translation. 2211

v23.11.5

Compare Source

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194

v23.11.4

Compare Source

  • perf(interpolator): use object deconstruction 2181

v23.11.3

Compare Source

  • fix: Unsupported language is automatically added to preload option 2178

v23.11.2

Compare Source

  • allow defaultValue in nested translation 2174

v23.11.1

Compare Source

  • types: remove const from ParseKeys Context type parameter and disable skipLibCheck 2169

v23.11.0

Compare Source

  • Fix typing performance regression 2166

v23.10.1

Compare Source

v23.10.0

Compare Source

  • Add 'isInitializing' property so we're able to detect init() was already called 2141

v23.9.0

Compare Source

  • types: support nested keys in InterpolationMap 2140 fixes 2014

v23.8.3

Compare Source

  • prevent resource mutation when using addResourceBundle 2081

v23.8.2

Compare Source

  • optimize addResources to address 2130

v23.8.1

Compare Source

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

Compare Source

  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

Compare Source

  • optimize: consistent _zero special handling also

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Sorry, something went wrong.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 30, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ac80cc4 to 93d3c7c Compare December 10, 2024 23:56
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ab91e9f to 1cb80e7 Compare December 14, 2024 02:37
@renovate renovate bot force-pushed the renovate/major-all branch from 1cb80e7 to 86d935d Compare December 21, 2024 02:58
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 1894515 to c8aaad8 Compare January 3, 2025 14:44
@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from 513dabd to ce32490 Compare January 13, 2025 16:04
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 6e6ca8a to 382b1a3 Compare January 17, 2025 03:05
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 33e6ffa to e4c460a Compare January 29, 2025 12:08
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 21ba2e2 to 27f89c2 Compare February 5, 2025 03:43
@renovate renovate bot force-pushed the renovate/major-all branch from 27f89c2 to ef6afcc Compare February 9, 2025 12:16
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 550cef5 to 74593c6 Compare February 21, 2025 03:35
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 3927b55 to 971a421 Compare March 1, 2025 11:23
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from e5d8f42 to a30c2a4 Compare March 8, 2025 07:36
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 8763a52 to bb4612c Compare March 21, 2025 08:08

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot force-pushed the renovate/major-all branch from bb4612c to 782bff6 Compare March 22, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants