-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit 3d4e7b3
authored
chore(deps): update chore (#11662)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`13.14.2`
-> `13.15.0`](https://renovatebot.com/diffs/npm/cypress/13.14.2/13.15.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/)
|
| [nx](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx)) |
[`19.8.0` ->
`19.8.4`](https://renovatebot.com/diffs/npm/nx/19.8.0/19.8.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [zx](https://google.github.io/zx/)
([source](https://redirect.github.com/google/zx)) | [`8.1.8` ->
`8.1.9`](https://renovatebot.com/diffs/npm/zx/8.1.8/8.1.9) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.15.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.0)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.2...v13.15.0)
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0
</details>
<details>
<summary>nrwl/nx (nx)</summary>
### [`v19.8.4`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.4)
[Compare
Source](https://redirect.github.com/nrwl/nx/compare/19.8.3...19.8.4)
#### 19.8.4 (2024-10-04)
##### 🚀 Features
- **core:** allow circular project dependencies to execute tasks
([#​28227](https://redirect.github.com/nrwl/nx/pull/28227))
- **nx-dev:** add nx powerpack to pricing page
([#​28232](https://redirect.github.com/nrwl/nx/pull/28232))
- **nx-dev:** add nx powerpack gcp & azure mentions
([#​28256](https://redirect.github.com/nrwl/nx/pull/28256))
##### 🩹 Fixes
- **angular:** ensure
[@​typescript-eslint/utils](https://redirect.github.com/typescript-eslint/utils)
is used with eslint flat config
([#​28267](https://redirect.github.com/nrwl/nx/pull/28267))
- **core:** remove axios import from main code loading
([#​28230](https://redirect.github.com/nrwl/nx/pull/28230))
- **core:** change getCache signature to only accept options
([#​28248](https://redirect.github.com/nrwl/nx/pull/28248))
- **core:** allow prompts during nx add
([#​28247](https://redirect.github.com/nrwl/nx/pull/28247))
- **core:** add stub for conformance:check, add messaging
([#​28250](https://redirect.github.com/nrwl/nx/pull/28250))
- **core:** filter out task dependencies on itself
([#​28261](https://redirect.github.com/nrwl/nx/pull/28261))
- **core:** fixing target groups not merging
([#​28280](https://redirect.github.com/nrwl/nx/pull/28280))
- **js:** resolve VerdaccioWarning on the "logs" configuration property
([#​28234](https://redirect.github.com/nrwl/nx/pull/28234))
- **nx-cloud:** use create-workspace-v1 endpoint if v2 returns with 404
([#​28015](https://redirect.github.com/nrwl/nx/pull/28015))
- **nx-dev:** fix markdoc table data alignment
([#​28274](https://redirect.github.com/nrwl/nx/pull/28274))
- **react:** host generator should pass normalized name to remote
generator
([#​28295](https://redirect.github.com/nrwl/nx/pull/28295))
- **testing:** add support for playwright --last-failed
([#​28161](https://redirect.github.com/nrwl/nx/pull/28161))
##### ❤️ Thank You
- Andrew Goldis [@​agoldis](https://redirect.github.com/agoldis)
- Benjamin Cabanes
[@​bcabanes](https://redirect.github.com/bcabanes)
- Colum Ferry [@​Coly010](https://redirect.github.com/Coly010)
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo)
- James Henry
[@​JamesHenry](https://redirect.github.com/JamesHenry)
- Jason Jean
[@​FrozenPandaz](https://redirect.github.com/FrozenPandaz)
- Jonathan Cammisuli
- Louie Weng [@​lourw](https://redirect.github.com/lourw)
- Nicholas Cunningham
[@​ndcunningham](https://redirect.github.com/ndcunningham)
- Shahar Kazaz
- Zachary DeRose
[@​ZackDeRose](https://redirect.github.com/ZackDeRose)
### [`v19.8.3`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.3)
[Compare
Source](https://redirect.github.com/nrwl/nx/compare/19.8.2...19.8.3)
##### 19.8.3 (2024-10-01)
##### 🚀 Features
- **nx-dev:** add Powerpack video to the landing page
([#​28126](https://redirect.github.com/nrwl/nx/pull/28126))
##### 🩹 Fixes
- **angular:** ensure async webpack configs are awaited
[#​28200](https://redirect.github.com/nrwl/nx/issues/28200)
([#​28213](https://redirect.github.com/nrwl/nx/pull/28213),
[#​28200](https://redirect.github.com/nrwl/nx/issues/28200))
- **core:** fix output for 0 task
([#​28122](https://redirect.github.com/nrwl/nx/pull/28122))
- **core:** log error for runTaskInForkedProcess
([#​28078](https://redirect.github.com/nrwl/nx/pull/28078))
- **core:** calculate project dependencies upfront in the schedule
([#​28152](https://redirect.github.com/nrwl/nx/pull/28152))
- **core:** only stop daemon if enabled
([#​28146](https://redirect.github.com/nrwl/nx/pull/28146))
- **core:** adjust nx import messaging without relative source dir
([#​28052](https://redirect.github.com/nrwl/nx/pull/28052))
- **core:** move getDetails to top
([#​28158](https://redirect.github.com/nrwl/nx/pull/28158))
- **core:** fix env override run command
([#​28156](https://redirect.github.com/nrwl/nx/pull/28156))
- **core:** fix link to powerpack plugins
([#​28182](https://redirect.github.com/nrwl/nx/pull/28182))
- **expo:** change force to be an option for yarn
([#​28115](https://redirect.github.com/nrwl/nx/pull/28115))
- **graph:** add spacing between graph details top
([#​28055](https://redirect.github.com/nrwl/nx/pull/28055))
- **js:** improve typescript-sync generator messaging
([#​28162](https://redirect.github.com/nrwl/nx/pull/28162))
- **module-federation:** exports could be objects and not strings
[#​28129](https://redirect.github.com/nrwl/nx/issues/28129)
([#​28215](https://redirect.github.com/nrwl/nx/pull/28215),
[#​28129](https://redirect.github.com/nrwl/nx/issues/28129))
- **module-federation:** additionalShared should check node_modules when
applying to support transitive deps
[#​28137](https://redirect.github.com/nrwl/nx/issues/28137)
([#​28216](https://redirect.github.com/nrwl/nx/pull/28216),
[#​28137](https://redirect.github.com/nrwl/nx/issues/28137))
- **nx-dev:** adjust powerpack mobile view
([b76e84dbb1](https://redirect.github.com/nrwl/nx/commit/b76e84dbb1))
- **nx-dev:** options of the affected are messed up
([#​28112](https://redirect.github.com/nrwl/nx/pull/28112))
- **nx-dev:** Update Power pack docs to include OSS projects
([#​28176](https://redirect.github.com/nrwl/nx/pull/28176))
- **nx-dev:** 404 urls
([#​27599](https://redirect.github.com/nrwl/nx/pull/27599))
- **react:** setup-ssr generator should infer bundler based on the
executor for build
[#​28128](https://redirect.github.com/nrwl/nx/issues/28128)
([#​28217](https://redirect.github.com/nrwl/nx/pull/28217),
[#​28128](https://redirect.github.com/nrwl/nx/issues/28128))
- **storybook:** only add
[@​storybook/test-runner](https://redirect.github.com/storybook/test-runner)
to externalDependencies if installed
([#​28060](https://redirect.github.com/nrwl/nx/pull/28060))
##### ❤️ Thank You
- Colum Ferry [@​Coly010](https://redirect.github.com/Coly010)
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi)
- Jason Jean
[@​FrozenPandaz](https://redirect.github.com/FrozenPandaz)
- Juri [@​juristr](https://redirect.github.com/juristr)
- Juri Strumpflohner
[@​juristr](https://redirect.github.com/juristr)
- Leosvel Pérez Espinosa
[@​leosvelperez](https://redirect.github.com/leosvelperez)
- MaxKless [@​MaxKless](https://redirect.github.com/MaxKless)
- Nicholas Cunningham
[@​ndcunningham](https://redirect.github.com/ndcunningham)
- pawel-twardziak
### [`v19.8.2`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.2)
[Compare
Source](https://redirect.github.com/nrwl/nx/compare/19.8.1...19.8.2)
##### 19.8.2 (2024-09-26)
##### 🚀 Features
- **nx-dev:** powerpack landing page
([#​27963](https://redirect.github.com/nrwl/nx/pull/27963))
##### 🩹 Fixes
- **core:** hide no file server process json log
([#​27626](https://redirect.github.com/nrwl/nx/pull/27626))
- **js:** [@​nx/js](https://redirect.github.com/nx/js):init
ensures tslib is installed if importHelpers is true
([#​28083](https://redirect.github.com/nrwl/nx/pull/28083))
- **linter:** add files entry to angular flat config to avoid applying
TS rules to JSON files
([#​28102](https://redirect.github.com/nrwl/nx/pull/28102))
##### ❤️ Thank You
- Craigory Coppola
[@​AgentEnder](https://redirect.github.com/AgentEnder)
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo)
- Juri Strumpflohner
[@​juristr](https://redirect.github.com/juristr)
### [`v19.8.1`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.1)
[Compare
Source](https://redirect.github.com/nrwl/nx/compare/19.8.0...19.8.1)
##### 19.8.1 (2024-09-25)
##### 🚀 Features
- **core:** allow prompts from init generators during nx init
([#​28003](https://redirect.github.com/nrwl/nx/pull/28003))
##### 🩹 Fixes
- **bundling:** remove unused `babel-plugin-transform-async-to-promises`
from `@nx/rollup`
([#​27669](https://redirect.github.com/nrwl/nx/pull/27669))
- **core:** allow creating a db cache without linking task details
([#​28023](https://redirect.github.com/nrwl/nx/pull/28023))
- **core:** fix output text for multiple targets
([#​28043](https://redirect.github.com/nrwl/nx/pull/28043))
- **core:** sort projects after updating from context
([#​28024](https://redirect.github.com/nrwl/nx/pull/28024))
- **core:** add flag when db is disabled for task history
([#​28059](https://redirect.github.com/nrwl/nx/pull/28059))
- **core:** set windowsHide: true wherever possible
([#​28073](https://redirect.github.com/nrwl/nx/pull/28073))
- **core:** support more structured errors in sync generators
([#​28075](https://redirect.github.com/nrwl/nx/pull/28075))
- **core:** nx add should show errors
([#​28079](https://redirect.github.com/nrwl/nx/pull/28079))
- **core:** several powerpack fixes
([#​28088](https://redirect.github.com/nrwl/nx/pull/28088))
- **core:** remove wasi compatibility while db is unsupported in wasi
([#​28089](https://redirect.github.com/nrwl/nx/pull/28089))
- **linter:** do not generate docs.recommended property
([#​28009](https://redirect.github.com/nrwl/nx/pull/28009))
- **linter:** ignore dist and use compat helper for
eslint-plugin-react-hooks
([#​28080](https://redirect.github.com/nrwl/nx/pull/28080))
- **react:** vite should be default bundler in app generator
([#​28013](https://redirect.github.com/nrwl/nx/pull/28013))
- **release:** allow dynamically continuing when current version is
unresolvable
([#​28034](https://redirect.github.com/nrwl/nx/pull/28034))
- **release:** add groupPreVersionCommand to schema, improve logging
([#​28087](https://redirect.github.com/nrwl/nx/pull/28087))
##### ❤️ Thank You
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi)
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo)
- James Henry
[@​JamesHenry](https://redirect.github.com/JamesHenry)
- Jason Jean
[@​FrozenPandaz](https://redirect.github.com/FrozenPandaz)
- Jonathan Cammisuli
- Juri Strumpflohner
[@​juristr](https://redirect.github.com/juristr)
- Leosvel Pérez Espinosa
[@​leosvelperez](https://redirect.github.com/leosvelperez)
- MaxKless [@​MaxKless](https://redirect.github.com/MaxKless)
- Phillip Barta
[@​Phillip9587](https://redirect.github.com/Phillip9587)
</details>
<details>
<summary>google/zx (zx)</summary>
### [`v8.1.9`](https://redirect.github.com/google/zx/releases/tag/8.1.9)
[Compare
Source](https://redirect.github.com/google/zx/compare/8.1.8...8.1.9)
Today's release is a minor update that includes:
#### Enhancements
- We have replaced `ProcessOutput` fields with lazy getters to reduce
mem consumption
[#​903](https://redirect.github.com/google/zx/pull/903),
[#​908](https://redirect.github.com/google/zx/pull/908)
- Reduced ReDos risks for codeblock patterns
[#​906](https://redirect.github.com/google/zx/pull/906)
- Keep `argv` reference on update
[#​916](https://redirect.github.com/google/zx/pull/916)
- Strengthened `Shell` interface to properly handle `sync` mode
[#​915](https://redirect.github.com/google/zx/pull/915):
```ts
expectType<ProcessPromise>($`cmd`)
expectType<ProcessPromise>($({ sync: false })`cmd`)
expectType<ProcessOutput>($({ sync: true })`cmd`)
expectType<ProcessOutput>($.sync`cmd`)
```
#### Fixes
- Correctly fill `stdall` for `$.sync` calls:
[#​911](https://redirect.github.com/google/zx/pull/911),
[#​912](https://redirect.github.com/google/zx/pull/912)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, 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/redwoodjs/redwood).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent dbe0ec3 commit 3d4e7b3Copy full SHA for 3d4e7b3
File tree
Expand file treeCollapse file tree
4 files changed
+87
-108
lines changedFilter options
- packages
- create-redwood-rsc-app
- framework-tools
Expand file treeCollapse file tree
4 files changed
+87
-108
lines changedCollapse file: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
Collapse file: packages/create-redwood-rsc-app/yarn.lock
packages/create-redwood-rsc-app/yarn.lock
Copy file name to clipboardExpand all lines: packages/create-redwood-rsc-app/yarn.lock+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4647 | 4647 |
| |
4648 | 4648 |
| |
4649 | 4649 |
| |
4650 |
| - | |
4651 |
| - | |
| 4650 | + | |
| 4651 | + | |
4652 | 4652 |
| |
4653 | 4653 |
| |
4654 | 4654 |
| |
| |||
4659 | 4659 |
| |
4660 | 4660 |
| |
4661 | 4661 |
| |
4662 |
| - | |
| 4662 | + | |
4663 | 4663 |
| |
4664 | 4664 |
|
Collapse file: packages/framework-tools/package.json
packages/framework-tools/package.json
Copy file name to clipboardExpand all lines: packages/framework-tools/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments