Skip to content
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

fix(1.0.2): adjust cli versioning #343

Merged
merged 1 commit into from
May 22, 2024

Conversation

ShaunSHamilton
Copy link
Member

Closes #331
Closes #340
Closes #339
Closes #341

For those wondering, the crates solana-* need to have their version match the CLI version. This is painful, and odd, because minor changes cause programs to fail to compile.

@ShaunSHamilton ShaunSHamilton added the patch This issue/PR results in a patch release label May 22, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] None 0 3.7 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 282 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 282 kB nicolo-ribaudo
npm/@coral-xyz/[email protected] environment, filesystem, network Transitive: eval +3 14.2 MB acheroncrypto
npm/@coral-xyz/[email protected] environment, filesystem, network Transitive: eval +6 19.5 MB acheroncrypto
npm/@eslint-community/[email protected] None 0 379 kB eslint-community-bot
npm/@eslint-community/[email protected] None 0 429 kB eslint-community-bot
npm/@jridgewell/[email protected] None +1 94.7 kB jridgewell
npm/@jridgewell/[email protected] None 0 45.9 kB jridgewell
npm/@jridgewell/[email protected] None +1 219 kB jridgewell
npm/@noble/[email protected] None 0 743 kB paulmillr
npm/@nodelib/[email protected] filesystem 0 11.8 kB mrmlnc
npm/@nodelib/[email protected] Transitive: filesystem +5 112 kB mrmlnc
npm/@solana/[email protected] None +4 293 kB jordansexton
npm/@types/[email protected] None 0 96.3 kB types
npm/@types/[email protected] None 0 32.7 kB types
npm/@types/[email protected] None +3 1.59 MB types
npm/@typescript-eslint/[email protected] Transitive: filesystem +21 5.6 MB jameshenry
npm/@typescript-eslint/[email protected] Transitive: filesystem +15 1.95 MB jameshenry
npm/@vitejs/[email protected] Transitive: environment, filesystem, shell, unsafe +34 6.03 MB vitebot
npm/[email protected] environment 0 118 kB gnoff
npm/[email protected] None 0 11.6 kB arnaud-barre
npm/[email protected] None 0 32.2 kB eslintbot
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +46 8.08 MB eslintbot
npm/[email protected] None +2 592 kB eslintbot
npm/[email protected] None 0 8.68 kB keithamus
npm/[email protected] None 0 51.2 kB kael
npm/[email protected] None 0 8.9 kB zensh
npm/[email protected] None 0 54.5 kB ljharb
npm/[email protected] environment, eval, filesystem +4 2.49 MB juergba
npm/[email protected] environment, eval, filesystem Transitive: shell +62 6.47 MB juergba
npm/[email protected] network +3 492 kB node-fetch-bot
npm/[email protected] environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/[email protected] environment, filesystem, unsafe 0 8.45 MB prettier-bot
npm/[email protected] environment Transitive: filesystem, unsafe +12 1.97 MB piotrwitek
npm/[email protected] None +1 57.9 kB gkz
npm/[email protected] None 0 40.1 MB typescript-bot
npm/[email protected] environment, filesystem 0 120 kB oss-bot

🚮 Removed packages: npm/@babel/[email protected], npm/@freecodecamp/[email protected], npm/@metaplex-foundation/[email protected], npm/@solana/[email protected], npm/[email protected]

View full report↗︎

@ShaunSHamilton ShaunSHamilton merged commit 769b189 into freeCodeCamp:main May 22, 2024
1 check passed
@ShaunSHamilton ShaunSHamilton deleted the fix_versions branch May 22, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment