-
Notifications
You must be signed in to change notification settings - Fork 20
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
Upgrade some packages #261
Closed
Closed
Changes from 4 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4c7b6ff
Upgrade some packages
dmattia c87b0a6
Use Node 20
dmattia ce44975
remove pnpify calls
dmattia a84bbe3
skip missing in depcheck
dmattia ec9c25e
bump down karma
dmattia f5273c2
bump down related karma files
dmattia dce979a
downgrade some packages again
dmattia aacbfc3
allow build to complete
dmattia 5a60642
remove more
dmattia d5dbe88
undo Node 20 upgrade
dmattia c2b8993
bump down more
dmattia 169f979
reset friggin everything
dmattia bd80e7b
increase mocha timeout
dmattia d509e97
Run 10 times on CI to test
dmattia 62941e2
Remove coverage of tests
dmattia dac9689
run pre-commits
dmattia a0ea1c2
reset all the things but the retry count
dmattia 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
ignores: ["core-js", "@yarnpkg/pnpify", "@yarnpkg/sdks", "babel-loader", "depcheck", "karma-browserstack-launcher", "karma-chrome-launcher", "karma-firefox-launcher", "karma-safari-launcher", "karma-coverage", "karma-sourcemap-loader", "karma-tap", "karma-webpack", "nyc", "prettier", "webpack-cli", "worker-plugin", "buffer", "process"] | ||
skip-missing: true |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ runs: | |
# Install Yarn v2 dependencies | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14.17.3' | ||
node-version: '20.9.0' | ||
- run: npm install -g "[email protected]" | ||
shell: bash | ||
- uses: actions/cache@v2 | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
14.17.3 | ||
20.9.0 |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"scripts": { | ||
"prepare": "yarn build", | ||
"####### Linting #######": "", | ||
"lint": "yarn pnpify eslint src --ext .ts", | ||
"lint": "yarn eslint src --ext .ts", | ||
"####### Start #########": "", | ||
"start:example": "yarn build:example && http-server example/build/ --port 8080 -o", | ||
"start:demo": "yarn build:demo && http-server demo/build/ --port 8081 -o", | ||
|
@@ -61,13 +61,13 @@ | |
], | ||
"homepage": "https://github.com/transcend-io/penumbra#readme", | ||
"dependencies": { | ||
"@transcend-io/conflux": "^3.2.2", | ||
"@transcend-io/conflux": "^4.0.3", | ||
"@transcend-io/remote-web-streams": "1.0.5", | ||
"comlink": "^4.3.1", | ||
"core-js": "^3.22.8", | ||
"comlink": "^4.4.1", | ||
"core-js": "^3.33.3", | ||
"crypto-browserify": "^3.12.0", | ||
"mime-types": "^2.1.35", | ||
"promise.allsettled": "^1.0.5", | ||
"promise.allsettled": "^1.0.7", | ||
"streamsaver": "^2.0.6", | ||
"typedarray-to-buffer": "^4.0.0", | ||
"web-streams-node": "^0.4.0", | ||
|
@@ -78,42 +78,42 @@ | |
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/node": "^17.0.40", | ||
"@types/tape": "^4.13.2", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"@yarnpkg/pnpify": "^3.1.3", | ||
"@yarnpkg/sdks": "^2.6.2", | ||
"@types/mime-types": "^2.1.4", | ||
"@types/node": "^20.9.0", | ||
"@types/tape": "^4.13.4", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@yarnpkg/pnpify": "^3.1.7", | ||
"@yarnpkg/sdks": "^2.7.2", | ||
"babel-loader": "^8.2.5", | ||
"buffer": "^6.0.3", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^8.17.0", | ||
"depcheck": "^1.4.7", | ||
"eslint": "^8.55.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jsdoc": "^37.9.7", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"git-rev-sync": "^3.0.2", | ||
"http-server": "^14.1.1", | ||
"karma": "^6.3.20", | ||
"karma": "^6.4.2", | ||
"karma-browserstack-launcher": "^1.6.0", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-coverage": "^2.2.0", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-coverage": "^2.2.1", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-safari-launcher": "^1.0.0", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"karma-sourcemap-loader": "^0.4.0", | ||
"karma-tap": "^4.2.0", | ||
"karma-webpack": "^4.0.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^3.1.0", | ||
"rimraf": "^3.0.2", | ||
"tape": "^5.5.3", | ||
"tape": "^5.7.2", | ||
"terser-webpack-plugin": "^2.3.8", | ||
"typescript": "^4.7.3", | ||
"webpack": "^4.46.0", | ||
"typescript": "^4.9.5", | ||
"webpack": "^4.47.0", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-merge": "^5.8.0", | ||
"webpack-merge": "^5.10.0", | ||
"worker-plugin": "^5.0.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.
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.
iirc we couldn't update karma in the past. This might be it