This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all development Yarn dependencies (2023-10-22) (#37)
This is your weekly update of **all development** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️ @graphql-codegen/cli (3.3.1 → 5.0.0, major) · [Repo](https://github.com/dotansimha/graphql-code-generator) · [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/CHANGELOG.md) ✳️ @graphql-codegen/typescript-resolvers (3.2.1 → 4.0.1, major) · [Repo](https://github.com/dotansimha/graphql-code-generator) · [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/CHANGELOG.md) ✳️ @graphql-tools/schema (9.0.19 → 10.0.0, major) · [Repo](https://github.com/ardatan/graphql-tools) · [Changelog](https://github.com/ardatan/graphql-tools/blob/master/CHANGELOG.md) ✳️ @neuledge/tsconfig (2.0.0 → 3.0.0, major) · [Repo](https://github.com/neuledge/utils-js) · [Changelog](https://github.com/neuledge/utils-js/blob/main/packages/tsconfig/CHANGELOG.md) ✳️ @types/node (18.16.3 → 20.6.3, major) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ prettier (2.8.8 → 3.0.3, major) · [Repo](https://github.com/prettier/prettier) · [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) · [Release](https://github.com/prettier/prettier/releases/tag/3.0.3) · [Diff](prettier/prettier@1b7fad5...d5f3171) ✳️ tsup (6.7.0 → 7.2.0, major) ✳️ @neuledge/eslint-config (1.0.1 → 1.2.0, minor) · [Repo](https://github.com/neuledge/utils-js) · [Changelog](https://github.com/neuledge/utils-js/blob/main/packages/eslint-config/CHANGELOG.md) ✳️ @types/pluralize (0.0.29 → 0.0.31, minor) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ @vscode/vsce (2.19.0 → 2.21.1, minor) · [Repo](https://github.com/microsoft/vscode-vsce) · [Diff](microsoft/vscode-vsce@c2e71d5...2e474b4) ✳️ eslint (8.39.0 → 8.51.0, minor) · [Repo](https://github.com/eslint/eslint) · [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) · [Release](https://github.com/eslint/eslint/releases/tag/v8.51.0) · [Diff](eslint/eslint@560e812...f079382) ✳️ jest (29.5.0 → 29.7.0, minor) · [Repo](https://github.com/jestjs/jest) · [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) · [Release](https://github.com/jestjs/jest/releases/tag/v29.7.0) · [Diff](jestjs/jest@39f3bed...4e56991) ✳️ turbo (1.9.3 → 1.10.15, minor) · [Repo](https://github.com/turborepo/turbo) ✳️ typescript (5.0.4 → 5.2.2, minor) · [Repo](https://github.com/Microsoft/TypeScript) · [Release](https://github.com/microsoft/TypeScript/releases/tag/v5.2.2) · [Diff](microsoft/TypeScript@3b45f4d...9684ba6) ✳️ @changesets/cli (2.26.1 → 2.26.2, patch) · [Repo](https://github.com/changesets/changesets/tree/main/packages/cli) · [Changelog](https://github.com/changesets/changesets/blob/main/packages/cli/CHANGELOG.md) ✳️ @neuledge/jest-ts-preset (1.0.0 → 1.0.1, patch) · [Repo](https://github.com/neuledge/utils-js) · [Changelog](https://github.com/neuledge/utils-js/blob/main/packages/jest-ts-preset/CHANGELOG.md) ✳️ @swc/core (1.3.56 → 1.3.92, patch) · [Repo](https://github.com/swc-project/swc) · [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) · [Release](https://github.com/swc-project/swc/releases/tag/v1.3.92) · [Diff](swc-project/swc@fee0ec4...28af875) ✳️ @types/jest (29.5.1 → 29.5.5, patch) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ rimraf (5.0.0 → 5.0.5, patch) · [Repo](https://github.com/isaacs/rimraf) · [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) · [Diff](isaacs/rimraf@98ee1e9...3cc9222) ✳️ tsc-alias (1.8.6 → 1.8.8, patch) · [Repo](https://github.com/justkey007/tsc-alias) · [Release](https://github.com/justkey007/tsc-alias/releases/tag/v1.8.8) · [Diff](justkey007/tsc-alias@02bffdf...47c162f) --- ![Depfu Status](https://depfu.com/badges/2c05ca219e802269062aac09ed69994b/stats.svg) [Depfu](https://depfu.com) will only send you the next scheduled PR once you merge or close this one. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu refresh</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> </dl></blockquote> </details> --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Moshe Simantov <me@moshe.io>
- Loading branch information
1 parent
a386455
commit 2bd1448
Showing
24 changed files
with
2,057 additions
and
1,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@neuledge/typescript-states': patch | ||
'@neuledge/mongodb-store': patch | ||
'@neuledge/states-parser': patch | ||
'vscode-neuledge-states': patch | ||
'@neuledge/states-cli': patch | ||
'@neuledge/scalars': patch | ||
'@neuledge/engine': patch | ||
'@neuledge/store': patch | ||
'@neuledge/states': patch | ||
--- | ||
|
||
dependencies update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@vscode/vsce": "^2.19.0" | ||
"@vscode/vsce": "^2.21.1" | ||
} | ||
} |
Oops, something went wrong.