-
Notifications
You must be signed in to change notification settings - Fork 103
Commit d62698b
authored
chore(deps): update all non-major dependencies (examples & templates) (minor) (#6771)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@react-router/dev](https://reactrouter.com)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev))
| [`7.0.2` ->
`7.1.1`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.0.2/7.1.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@react-router/node](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-node))
| [`7.0.2` ->
`7.1.1`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.0.2/7.1.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@react-router/serve](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve))
| [`7.0.2` ->
`7.1.1`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.0.2/7.1.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`13.16.1`
-> `13.17.0`](https://renovatebot.com/diffs/npm/cypress/13.16.1/13.17.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`15.13.0` ->
`15.14.0`](https://renovatebot.com/diffs/npm/globals/15.13.0/15.14.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [react-router](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router))
| [`7.0.2` ->
`7.1.1`](https://renovatebot.com/diffs/npm/react-router/7.0.2/7.1.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.18.0` ->
`8.19.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.0/8.19.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v7.1.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#711)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Fix for a crash when optional args are passed to the CLI
([`5b1ca202f`](https://redirect.github.com/remix-run/react-router/commit/5b1ca202f77ef342db0109c6b791d33188077cd0))
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
###
[`v7.1.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#710)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Minor Changes
- Add support for Vite v6
([#​12469](https://redirect.github.com/remix-run/react-router/pull/12469))
##### Patch Changes
- Properly initialize `NODE_ENV` if not already set for compatibility
with React 19
([#​12578](https://redirect.github.com/remix-run/react-router/pull/12578))
- Remove the leftover/unused `abortDelay` prop from `ServerRouter` and
update the default `entry.server.tsx` to use the new `streamTimeout`
value for Single Fetch
([#​12478](https://redirect.github.com/remix-run/react-router/pull/12478))
- The `abortDelay` functionality was removed in v7 as it was coupled to
the `defer` implementation from Remix v2, but this removal of this prop
was missed
- If you were still using this prop in your `entry.server` file, it's
likely your app is not aborting streams as you would expect and you will
need to adopt the new
[`streamTimeout`](https://reactrouter.com/explanation/special-files#streamtimeout)
value introduced with Single Fetch
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.1.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#711)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
###
[`v7.1.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#710)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
</details>
<details>
<summary>remix-run/react-router (@​react-router/serve)</summary>
###
[`v7.1.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#711)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
###
[`v7.1.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#710)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
</details>
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.17.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.17.0)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.16.1...v13.17.0)
Changelog: https://docs.cypress.io/app/references/changelog#13-17-0
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v15.14.0`](https://redirect.github.com/sindresorhus/globals/compare/v15.13.0...48c7b51a8fb284142f88fe34ada7558c0531c44f)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0)
</details>
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v7.1.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#711)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.1.1)
###
[`v7.1.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#710)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.1.0)
##### Patch Changes
- Throw unwrapped single fetch redirect to align with pre-single fetch
behavior
([#​12506](https://redirect.github.com/remix-run/react-router/pull/12506))
- Ignore redirects when inferring loader data types
([#​12527](https://redirect.github.com/remix-run/react-router/pull/12527))
- Remove `<Link prefetch>` warning which suffers from false positives in
a lazy route discovery world
([#​12485](https://redirect.github.com/remix-run/react-router/pull/12485))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.19.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8190-2024-12-30)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.2...v8.19.0)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.18.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8182-2024-12-23)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)
##### 🩹 Fixes
- **typescript-eslint:** export types so that declarations can be named
for dts files
([#​10513](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513))
##### ❤️ Thank You
- Brad Zacher
[@​bradzacher](https://redirect.github.com/bradzacher)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.18.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8181-2024-12-16)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.0...v8.18.1)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c6ef78e commit d62698bCopy full SHA for d62698b
File tree
4 files changed
+207
-207
lines changedFilter options
- examples
- react-router-ts
- vite-ts
- templates/vite-ts
4 files changed
+207
-207
lines changedexamples/react-router-ts/package-lock.json
Copy file name to clipboardExpand all lines: examples/react-router-ts/package-lock.json+86-86Lines changed: 86 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments