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

Bump react-router-dom from 6.21.1 to 6.21.2 in /react-client #4380

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Bumps react-router-dom from 6.21.1 to 6.21.2.

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.21.2

Patch Changes

  • Leverage useId for internal fetcher keys when available (#11166)
  • Updated dependencies:
    • @remix-run/router@1.14.2
    • react-router@6.21.2
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.21.1 to 6.21.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.21.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Jan 12, 2024
@SubJunk SubJunk merged commit f079be6 into main Jan 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-client/react-router-dom-6.21.2 branch January 12, 2024 01:15
sf666 added a commit to ik666/UniversalMediaServer that referenced this pull request Jan 22, 2024
* v14_ums: (27 commits)
  set NSIS as DPI-aware application so the text is never blurry on the installer. added more svg icon
  check for NPE when using java.net.URI.create(String str)
  Bump react-router-dom from 6.21.2 to 6.21.3 in /react-client (UniversalMediaServer#4408)
  added logo svg
  stop using the deprecated com.jgoodies.forms.builder.PanelBuilder Class. stop using the deprecated com.jgoodies.forms.factories.Borders Class. stop using the deprecated org.apache.commons.io.input.BOMInputStream Constructor. stop using the deprecated java.net.URL Constructor. stop using the deprecated java.util.Locale Constructor. stop using the obsolete java.lang.Runtime.exec(String command) Method. stop using the deprecated java.lang.Object.finalize() Method. stop using the obsolete javax.swing.text.JTextComponent.modelToView(int pos) Method. stop using the unsupported com.sun.nio.file.ExtendedWatchEventModifier ensure InterruptedException is propagated. replace String.equals("") -> String.isEmpty()
  Updates to INSTALL.txt (fixes UniversalMediaServer#4409) (thanks, easleydp!)
  Remove attempt at automate Dependabot rebasing
  lint
  getTrayIcon now has the final expected pixels. (this may also be useful for mac retina) added icons for all screen resolution factors (100 to 350%). fix deprecated exec string param.
  Bump @types/react from 18.2.47 to 18.2.48 in /react-client (UniversalMediaServer#4392)
  Test comment and label on conflicted PR
  Bump actions/cache from 3 to 4 (UniversalMediaServer#4400)
  Define groups in Dependabot and remove Renovate
  Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 (UniversalMediaServer#4388)
  Bump @playwright/test from 1.40.1 to 1.41.0 in /react-client (UniversalMediaServer#4397)
  Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 in /react-client (UniversalMediaServer#4391)
  Bump react-router-dom from 6.21.1 to 6.21.2 in /react-client (UniversalMediaServer#4380)
  Bump @typescript-eslint/parser from 6.17.0 to 6.18.1 in /react-client (UniversalMediaServer#4365)
  ConcurrentHashMap instead of HashMap as multiple thread can access it.
  move SystemTray away from newgui to its own class. move Splash away from newgui to its own class. AutoUpdater : deprecated Observable -> EventListener. AutoUpdater is responsible to propagate if an update is available instead of newgui. tray icon for update is now auto created. refactored squared icon to icon-square-* refactored black and with icon to icon-bw-* put back old splash screen. add ability to translate the new status texts
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant