Skip to content

Commit

Permalink
Revert "chore: bump turbo from 1.13.3 to 2.0.3 (#2798)"
Browse files Browse the repository at this point in the history
This reverts commit cd2c4a3.

Revert "chore: bump all semantic-release dependencies"

This reverts commit e535eaa.

Revert "chore: convert repository URL in semantic release config to https version"

This reverts commit dd0a601.

Revert "chore: convert GitHub repository URL in npm task to https version"

This reverts commit 9344bbf.
  • Loading branch information
steveluscher committed Jun 12, 2024
1 parent 9344bbf commit 0445a81
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 53 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "@solana/web3.js-monorepo",
"private": true,
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -29,7 +28,7 @@
"@typescript-eslint/parser": "^6.21.0",
"agadoo": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^2.0.3",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -45,7 +44,7 @@
"prettier": "^3.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"turbo": "^2.0.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"engineStrict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/library-legacy/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commitPaths": ["."],
"repositoryUrl": "https://github.com/solana-labs/solana-web3.js.git",
"repositoryUrl": "git@github.com:solana-labs/solana-web3.js.git",
"preset": "conventionalcommits",
"presetConfig": {
"issueUrlFormat": "{{host}}/{{owner}}/solana-web3.js/issues/{{id}}"
Expand Down
2 changes: 1 addition & 1 deletion packages/library-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "rimraf ./doc ./declarations ./lib",
"dev": "cross-env NODE_ENV=development rollup -c --watch",
"prepublishOnly": "pnpm pkg delete devDependencies",
"publish-packages-legacy": "semantic-release --repository-url https://github.com/solana-labs/solana-web3.js.git",
"publish-packages-legacy": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",
"test:lint": "eslint src/ test/ --ext .js,.ts",
"test:lint:fix": "eslint src/ test/ --fix --ext .js,.ts",
"test:live": "TEST_LIVE=1 pnpm run test:unit:node",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"remoteCache": {
"signature": true
},
"tasks": {
"pipeline": {
"build": {
"dependsOn": [
"compile:js",
Expand Down Expand Up @@ -149,5 +146,7 @@
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
}
},
"ui": "stream"
"remoteCache": {
"signature": true
}
}

0 comments on commit 0445a81

Please sign in to comment.