Bump the npm_and_yarn group across 4 directories with 15 updates
Bumps the npm_and_yarn group with 4 updates in the /contracts directory: cross-fetch, get-func-name, json5 and node-fetch. Bumps the npm_and_yarn group with 4 updates in the /contracts/examples/hello-world directory: cross-fetch, get-func-name, json5 and @solana/web3.js. Bumps the npm_and_yarn group with 13 updates in the /gauntlet directory:
| Package | From | To |
|---|---|---|
| cross-fetch | 3.1.4 |
3.1.8 |
| json5 | 2.2.0 |
2.2.3 |
| minimatch | 3.0.4 |
3.1.2 |
| @solana/web3.js | 1.50.1 |
1.50.2 |
| pkg | 5.4.1 |
5.8.1 |
| protobufjs | 6.11.2 |
6.11.4 |
| @babel/traverse | 7.16.3 |
7.24.1 |
| @sideway/formula | 3.0.0 |
3.0.1 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| follow-redirects | 1.14.9 |
1.15.6 |
| semver | 5.7.1 |
5.7.2 |
| tough-cookie | 4.0.0 |
4.1.3 |
| word-wrap | 1.2.3 |
1.2.5 |
Bumps the npm_and_yarn group with 8 updates in the /ts directory:
| Package | From | To |
|---|---|---|
| cross-fetch | 3.1.4 |
3.1.8 |
| json5 | 2.2.1 |
2.2.3 |
| minimatch | 3.0.4 |
3.1.2 |
| @solana/web3.js | 1.50.1 |
1.50.2 |
| @babel/traverse | 7.17.3 |
7.24.1 |
| semver | 6.3.0 |
6.3.1 |
| tough-cookie | 4.0.0 |
4.1.3 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates cross-fetch from 3.1.5 to 3.1.8
Release notes
Sourced from cross-fetch's releases.
v3.1.8
What's Changed
- Restored caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8
v3.1.7
What's Changed
- Updated node-fetch version to 2.6.12
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7
v3.1.6
What's Changed
- Updated node-fetch version to 2.6.11
- Added caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.5...v3.1.6
Changelog
Sourced from cross-fetch's changelog.
3.1.8 (2023-07-02)
Bug Fixes
- restored caret on node-fetch version (6669927)
3.1.7 (2023-07-01)
3.1.6 (2023-05-14)
Features
Bug Fixes
- fixed ESTree.StaticBlock error (a66f21b)
Commits
0922089chore(release): 3.1.86669927fix: restored caret on node-fetch versionff14bddchore: improved release scriptd625e0dchore: release workflow now uses .nvmrc098ed1echore: improved release workflowcc2663bchore(release): 3.1.77c1fddechore: updated node-fetch to 2.6.12e298dbbchore: reordered if statement81049e1chore: removed github publish pipelinea80be7cchore: removed console log from specs- Additional commits viewable in compare view
Updates get-func-name from 2.0.0 to 2.0.2
Release notes
Sourced from get-func-name's releases.
v2.0.2
What's Changed
Revert previous changes that shipped this as an ES module.
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2
v2.0.1
What's Changed
Fix https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.1
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by keithamus, a new releaser for get-func-name since your current version.
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates node-fetch from 2.6.7 to 2.7.0
Release notes
Sourced from node-fetch's releases.
v2.7.0
2.7.0 (2023-08-23)
Features
v2.6.13
2.6.13 (2023-08-18)
Bug Fixes
v2.6.12
2.6.12 (2023-06-29)
Bug Fixes
v2.6.11
2.6.11 (2023-05-09)
Reverts
v2.6.10
2.6.10 (2023-05-08)
Bug Fixes
v2.6.9
2.6.9 (2023-01-30)
Bug Fixes
v2.6.8
2.6.8 (2023-01-13)
... (truncated)
Commits
9b9d458feat:AbortError(#1744)65ae25afix: Remove the default connection close header (#1765)8bc3a7cfix: socket variable testing for undefined (#1726)afb36f6Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7fix: handle bom in text and json (#1739)70f592dfix: "global is not defined" (#1704)0f1ebb0Prevent error when response is null (#1699)6e9464dci(release): install dependenciesdd2a0baci(release): install dependencies49bef02ci(release): use latest Node LTS- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates cross-fetch from 3.1.4 to 3.1.8
Release notes
Sourced from cross-fetch's releases.
v3.1.8
What's Changed
- Restored caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8
v3.1.7
What's Changed
- Updated node-fetch version to 2.6.12
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7
v3.1.6
What's Changed
- Updated node-fetch version to 2.6.11
- Added caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.5...v3.1.6
Changelog
Sourced from cross-fetch's changelog.
3.1.8 (2023-07-02)
Bug Fixes
- restored caret on node-fetch version (6669927)
3.1.7 (2023-07-01)
3.1.6 (2023-05-14)
Features
Bug Fixes
- fixed ESTree.StaticBlock error (a66f21b)
Commits
0922089chore(release): 3.1.86669927fix: restored caret on node-fetch versionff14bddchore: improved release scriptd625e0dchore: release workflow now uses .nvmrc098ed1echore: improved release workflowcc2663bchore(release): 3.1.77c1fddechore: updated node-fetch to 2.6.12e298dbbchore: reordered if statement81049e1chore: removed github publish pipelinea80be7cchore: removed console log from specs- Additional commits viewable in compare view
Updates get-func-name from 2.0.0 to 2.0.2
Release notes
Sourced from get-func-name's releases.
v2.0.2
What's Changed
Revert previous changes that shipped this as an ES module.
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2
v2.0.1
What's Changed
Fix https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.1
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by keithamus, a new releaser for get-func-name since your current version.
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates node-fetch from 2.6.1 to 2.7.0
Release notes
Sourced from node-fetch's releases.
v2.7.0
2.7.0 (2023-08-23)
Features
v2.6.13
2.6.13 (2023-08-18)
Bug Fixes
v2.6.12
2.6.12 (2023-06-29)
Bug Fixes
v2.6.11
2.6.11 (2023-05-09)
Reverts
v2.6.10
2.6.10 (2023-05-08)
Bug Fixes
v2.6.9
2.6.9 (2023-01-30)
Bug Fixes
v2.6.8
2.6.8 (2023-01-13)
... (truncated)
Commits
9b9d458feat:AbortError(#1744)65ae25afix: Remove the default connection close header (#1765)8bc3a7cfix: socket variable testing for undefined (#1726)afb36f6Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7fix: handle bom in text and json (#1739)70f592dfix: "global is not defined" (#1704)0f1ebb0Prevent error when response is null (#1699)6e9464dci(release): install dependenciesdd2a0baci(release): install dependencies49bef02ci(release): use latest Node LTS- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates @solana/web3.js from 1.36.0 to 1.91.6
Release notes
Sourced from @solana/web3.js's releases.
v1.91.6
1.91.6 (2024-04-17)
Bug Fixes
v1.91.5
1.91.5 (2024-04-17)
Bug Fixes
v1.91.4
1.91.4 (2024-04-03)
Bug Fixes
v1.91.3
1.91.3 (2024-04-01)
Bug Fixes
- bounds check (77d9352)
v1.91.2
1.91.2 (2024-03-26)
Reverts
- Revert "Show no Turbo logs except when there is an error (#2366)" (#2385) (50fe84e), closes #2366 #2385
v1.91.1
1.91.1 (2024-03-13)
Bug Fixes
v1.91.0
1.91.0 (2024-03-07)
... (truncated)
Commits
7d3adbbfix: revert use of internalfast-stable-stringifyin legacy library (#2509)d4a93cechore: bump@babel/plugin-transform-private-property-in-object(#2431)18d6b56fix: use our version offast-stable-stringifyeverywhere (#2504)e4475efFormat README of@solana/fast-stable-stringify(#2503)5ed19c6Add types to@solana/fast-stable-stringify(#2502)f396267Copy overfast-stable-stringifytests from source (#2501)0bcc0cachore: bump@babel/plugin-transform-runtimefrom 7.23.7 to 7.24.3 (#2432)51216eeRestore original author to license file for@solana/fast-stable-stringify(...96a4894Actually run CI on the right versions of Node (#2499)82c57c6Use nativeWebSocketin server runtimes that support it (#2500)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by lorisleiva, a new releaser for @solana/web3.js since your current version.
Updates cross-fetch from 3.1.4 to 3.1.8
Release notes
Sourced from cross-fetch's releases.
v3.1.8
What's Changed
- Restored caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8
v3.1.7
What's Changed
- Updated node-fetch version to 2.6.12
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7
v3.1.6
What's Changed
- Updated node-fetch version to 2.6.11
- Added caret range to node-fetch version for automatic feature and fix updates.
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.5...v3.1.6
Changelog
Sourced from cross-fetch's changelog.
3.1.8 (2023-07-02)
Bug Fixes
- restored caret on node-fetch version (6669927)
3.1.7 (2023-07-01)
3.1.6 (2023-05-14)
Features
Bug Fixes
- fixed ESTree.StaticBlock error (a66f21b)
Commits
0922089chore(release): 3.1.86669927fix: restored caret on node-fetch versionff14bddchore: improved release scriptd625e0dchore: release workflow now uses .nvmrc098ed1echore: improved release workflowcc2663bchore(release): 3.1.77c1fddechore: updated node-fetch to 2.6.12e298dbbchore: reordered if statement81049e1chore: removed github publish pipelinea80be7cchore: removed console log from specs- Additional commits viewable in compare view
Updates json5 from 2.2.0 to 2.2.3
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates minimatch from 3.0.4 to 3.1.2
Commits
699c4593.1.22f2b5fffix: trim pattern25d7c0d3.1.155dda29fix: treat nocase:true as always having magic5e1fb8d3.1.0f8145c5Add 'allowWindowsEscape' option570e8b1add publishConfig for v3 publishes5b7cd333.0.620b4b56[fix] revert all breaking syntax changes2ff0388document, expose, and test 'partial:true' option- Additional commits viewable in compare view
Updates node-fetch from 2.6.1 to 2.6.6
Release notes
Sourced from node-fetch's releases.
v2.7.0
2.7.0 (2023-08-23)
Features
v2.6.13
2.6.13 (2023-08-18)
Bug Fixes
v2.6.12
2.6.12 (2023-06-29)
Bug Fixes
v2.6.11
2.6.11 (2023-05-09)
Reverts
v2.6.10
2.6.10 (2023-05-08)
Bug Fixes
v2.6.9
2.6.9 (2023-01-30)
Bug Fixes
v2.6.8
2.6.8 (2023-01-13)
... (truncated)
Commits
9b9d458feat:AbortError(#1744)65ae25afix: Remove the default connection close header (#1765)8bc3a7cfix: socket variable testing for undefined (#1726)afb36f6Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7fix: handle bom in text and json (#1739)70f592dfix: "global is not defined" (#1704)0f1ebb0Prevent error when response is null (#1699)6e9464dci(release): install dependenciesdd2a0baci(release): install dependencies49bef02ci(release): use latest Node LTS- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates @solana/web3.js from 1.50.1 to 1.50.2
Release notes
Sourced from @solana/web3.js's releases.
v1.91.6
1.91.6 (2024-04-17)
Bug Fixes
v1.91.5
1.91.5 (2024-04-17)
Bug Fixes
v1.91.4
1.91.4 (2024-04-03)
Bug Fixes
v1.91.3
1.91.3 (2024-04-01)
Bug Fixes
- bounds check (77d9352)
v1.91.2
1.91.2 (2024-03-26)
Reverts
- Revert "Show no Turbo logs except when there is an error (#2366)" (#2385) (50fe84e), closes #2366 #2385
v1.91.1
1.91.1 (2024-03-13)
Bug Fixes
v1.91.0
1.91.0 (2024-03-07)
... (truncated)
Commits
7d3adbbfix: revert use of internalfast-stable-stringifyin legacy library (#2509)d4a93cechore: bump@babel/plugin-transform-private-property-in-object(#2431)18d6b56fix: use our version offast-stable-stringifyeverywhere (#2504)e4475efFormat README of@solana/fast-stable-stringify(#2503)5ed19c6Add types to@solana/fast-stable-stringify(#2502)f396267Copy overfast-stable-stringifytests from source (#2501)0bcc0cachore: bump@babel/plugin-transform-runtimefrom 7.23.7 to 7.24.3 (#2432)51216eeRestore original author to license file for@solana/fast-stable-stringify(...96a4894Actually run CI on the right versions of Node (#2499)82c57c6Use nativeWebSocketin server runtimes that support it (#2500)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by lorisleiva, a new releaser for @solana/web3.js since your current version.
Updates pkg from 5.4.1 to 5.8.1
Release notes
Sourced from pkg's releases.
5.8.1
Patches
- Producer: properly call "prebuild-install" if N-API is used: dd9de59c9fca2751bf5d22b57bd9b03d43e85e80
- Chore: clean up obsolete eslint disable comments: #1760
- Chore: add prettier check in linting step: #1764
- Chore: separate individual test scripts: #1759
- Chore: use
@types/babel__generatorpackage: #1755- Chore: remove unused entry: #1766
- Chore: upgrade actions runners: #1767
- Style: fix typo in test-99-#1192/main.js: #1790
- Chore: bump [email protected]: #1788
- Fix: add force flag to codesign to avoid already signed error: #1756
Credits
Huge thanks to
@ignatiusmb,@eltociear,@PraveenAnaparthi, and@brianunlamfor helping!5.8.0
Highlights
- Support more language features, including but not limited to
classPrivateMethods(#1248, #1249)
- Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version.
What's Changed
- Bump to vercel/[email protected] by
@jesecin vercel/pkg#1693
- Add Node 14.20.0, 16.16.0 and 18.5.0 binaries
- https://nodejs.org/en/blog/vulnerability/july-2022-security-releases
- detector: use Babel AST and default plugins by
@jesecin Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >