-
Notifications
You must be signed in to change notification settings - Fork 242
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
Update dependencies #2011
Merged
Merged
Update dependencies #2011
Changes from 58 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
f6e7671
update all dependencies, targeting patch+minor
hellwolf 41162ce
root package.json: latest major syncpack
hellwolf 3bfc61b
syncpack format all package.json
hellwolf 23fe126
added .syncpackrc
hellwolf 365fe0d
syncpack lint: graphql-request HighestSemverMismatch
hellwolf 938eb6c
added lint:syncpack to ci and pre-commit
hellwolf 5ffe6cc
Revert "syncpack format all package.json"
hellwolf 25aa3a0
to .syncpackrc.yml
hellwolf c5dacaf
syncpack: format package.json files
hellwolf 0a4f9d6
syncpack: format package.json files
hellwolf 30d2861
workflow: fix stack-trace bug
hellwolf d5c50ac
dependency: update solhint
hellwolf ef4ce30
dependency: update husky to 9.1.5
hellwolf 32f38e6
dependency: update a few small fishes
hellwolf 4f707f4
downgrade @nomicfoundation/hardhat-chai-matchers
hellwolf 8a96cb5
dependency: update lerna
hellwolf ca0358c
dependency: hardhat 9
hellwolf 9e75ebf
dependency: update to webpack-cli 5
hellwolf 2be5a2f
dependency: update nyc
hellwolf 0e0fb10
dependency: update @graphql-codegen/near-operation-file-preset
hellwolf 5db2d1e
workflow: try node20 in call.test-local-subgraph.yml
hellwolf 5febc6e
flake: adding nodejs_22
hellwolf 9bc3013
fix subgraph workflows
hellwolf 86a3a79
fix subgraph helpers.ts
hellwolf 8269674
fix subgraph workflow docker-compose
hellwolf 67ed1e7
dependency: try to update graphql-request
hellwolf 8c25833
Revert "dependency: try to update graphql-request"
hellwolf 536487f
fix build
hellwolf 5c5072d
workflow: tweak test-local-subgraph
hellwolf fada7ee
make some changes to subgraph package
hellwolf 33c6d67
fix build
hellwolf b38cae3
push a little
hellwolf 3a53184
fix build
hellwolf a1e3bff
fix build
hellwolf 8d793f6
fix build
hellwolf 872f98d
fix build
hellwolf ef93b2c
fix build
hellwolf 500d567
fix build
hellwolf c816dad
fix build
hellwolf 8141e12
fix build
hellwolf 05428e3
try node20
hellwolf 94e970f
try node20
hellwolf c587f66
resolve cross-fetch to ^4.0.0 to support node 20+
hellwolf 8b48670
Merge branch 'dev' into fix-subgraph-local-test
hellwolf fe68559
Merge branch 'dev' into update-deps-20240822
hellwolf 42f9d2f
revert subgraph changes, to be solved in a different PR
hellwolf ed9ff5d
use node20 for sdk-core testing
hellwolf 3c858dc
clean up
hellwolf 3b4e652
clean up
hellwolf fbd7cf4
clean up
hellwolf 0cc5f86
Merge branch 'fix-subgraph-local-test' into update-deps-20240822
hellwolf db9f07f
dependency: remove resolutions.mocha
hellwolf 79e9fb0
depencency: remove resolution.graphql
hellwolf f7dfa9e
workflow: make node22 default and testing 18,20,22
hellwolf b40312f
workflow: make node22 default and testing 18,20,22
hellwolf 24a4428
Merge branch 'dev' into update-deps-20240822
hellwolf 62f0ef2
update to yarn 1.22.22
hellwolf 95c0068
add .yarnrc to build input files
hellwolf d8f003d
workflow cleanups
hellwolf fffe5d7
pre-commit script cleanup
hellwolf 690475a
syncpack fix mismatches in semvers
hellwolf bafb888
update yarn.lock
hellwolf 8e89c69
fix .husky/pre-commit
hellwolf 445c143
remove @superfluid-finance/ethereum-contracts from special semver gro…
hellwolf ff9ed76
update readme
hellwolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
indent: " " # four spaces | ||
dependencyTypes: ["!peer", "!resolutions"] # let us take care of the peer dependency resolutions by hand | ||
sortAz: ["!scripts"] # we prefer to sort scripts by-hand, because sometimes it uses run-s pattern | ||
semverGroups: | ||
- label: Use looser ranges for metadata and ethereum-contracts local packages | ||
dependencies: | ||
- "@superfluid-finance/metadata" | ||
- "@superfluid-finance/ethereum-contracts" | ||
range: "^" | ||
versionGroups: | ||
- label: Pin stack-trace to the same version, since newer version starts to use ES module | ||
dependencies: | ||
- "stack-trace" | ||
pinVersion: "0.0.10" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be assuming too much: if you don't use nix, you need to have shellcheck and actionlint installed globally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck
can be installed from NPM and could be added as a dev dependency to the project. Doesn't seem to be the case foractionlint
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me clean up a bit of the shell scripts that have these dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaned up with some warning messages.