-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 6015f66
authored
chore(deps): update all non-major dependencies (examples & templates) (patch) (#6390)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@remix-run/dev](https://remix.run)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-dev))
| [`2.12.0` ->
`2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.12.0/2.12.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/)
|
| [@remix-run/node](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-node))
| [`2.12.0` ->
`2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fnode/2.12.0/2.12.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/)
|
| [@remix-run/react](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-react))
| [`2.12.0` ->
`2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2freact/2.12.0/2.12.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/)
|
| [@remix-run/serve](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-serve))
| [`2.12.0` ->
`2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fserve/2.12.0/2.12.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/)
|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`18.3.5` ->
`18.3.8`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.5/18.3.8)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`8.57.0` ->
`8.57.1`](https://renovatebot.com/diffs/npm/eslint/8.57.0/8.57.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/)
|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`14.2.11` ->
`14.2.13`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.11/14.2.13)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://redirect.github.com/vercel/next.js)) | [`14.2.11` ->
`14.2.13`](https://renovatebot.com/diffs/npm/next/14.2.11/14.2.13) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vitejs.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`5.4.6` ->
`5.4.7`](https://renovatebot.com/diffs/npm/vite/5.4.6/5.4.7) |
[](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/remix (@​remix-run/dev)</summary>
###
[`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2121)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Properly abort `request.signal` during `vite dev` when the node
response is closed
([#​9976](https://redirect.github.com/remix-run/remix/pull/9976))
- CSS imports with `?inline`, `?inline-css` and `?raw` are no longer
incorrectly injected during SSR in development
([#​9910](https://redirect.github.com/remix-run/remix/pull/9910))
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/node)</summary>
###
[`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2121)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Single Fetch: Re-export `interface Future` through
`@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so
that `pnpm` doesn't complain about `@remix-run/server-runtime` not being
a dependency
([#​9982](https://redirect.github.com/remix-run/remix/pull/9982))
- Updated dependencies:
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/react)</summary>
###
[`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2121)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Updated dependencies:
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/serve)</summary>
###
[`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2121)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1)
</details>
<details>
<summary>vercel/next.js (eslint-config-next)</summary>
###
[`v14.2.13`](https://redirect.github.com/vercel/next.js/compare/v14.2.12...f550237aa564bd59bfef7462350ac6c502f0206d)
[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v14.2.12...v14.2.13)
###
[`v14.2.12`](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12)
[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12)
</details>
<details>
<summary>vercel/next.js (next)</summary>
###
[`v14.2.13`](https://redirect.github.com/vercel/next.js/compare/v14.2.12...f550237aa564bd59bfef7462350ac6c502f0206d)
[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v14.2.12...v14.2.13)
###
[`v14.2.12`](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12)
[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12)
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v5.4.7`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.7)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.6...v5.4.7)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md)
for details.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 59fddc9 commit 6015f66Copy full SHA for 6015f66
File tree
Expand file treeCollapse file tree
11 files changed
+465
-403
lines changedFilter options
- examples
- nextjs-app
- nextjs-pages
- remix-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
Expand file treeCollapse file tree
11 files changed
+465
-403
lines changedexamples/nextjs-app/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package-lock.json+80-74Lines changed: 80 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
examples/nextjs-app/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package.json+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments