torchTS
torchTS copied to clipboard
Bump the npm_and_yarn group across 1 directory with 31 updates
Bumps the npm_and_yarn group with 17 updates in the /website directory:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.14.8 |
7.24.5 |
| semver | 5.7.1 |
5.7.2 |
| json5 | 1.0.1 |
1.0.2 |
| loader-utils | 1.4.0 |
1.4.2 |
| @sideway/formula | 3.0.0 |
3.0.1 |
| ansi-html | 0.0.7 |
removed |
| webpack-dev-server | 3.11.2 |
3.11.3 |
| ansi-regex | 4.1.0 |
5.0.1 |
| ansi-regex | 5.0.0 |
5.0.1 |
| async | 2.6.3 |
2.6.4 |
| browserslist | 4.14.2 |
4.23.0 |
| @docusaurus/core | 2.0.0-beta.3 |
2.4.3 |
| cross-fetch | 3.1.4 |
3.1.8 |
| eta | 1.12.3 |
2.2.0 |
| @docusaurus/preset-classic | 2.0.0-beta.3 |
2.4.3 |
| got | 9.6.0 |
12.6.1 |
| @docusaurus/core | 2.4.3 |
3.2.1 |
| @docusaurus/preset-classic | 2.4.3 |
3.2.1 |
| katex | 0.12.0 |
0.16.10 |
| rehype-katex | 4.0.0 |
7.0.0 |
Updates @babel/traverse from 7.14.8 to 7.24.5
Release notes
Sourced from @babel/traverse's releases.
v7.24.5 (2024-04-29)
Thanks
@romgrkand@sossostfor your first PRs!:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3:nail_care: Polish
:house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Rom Grk (
@romgrk)@liuxingbaoyu- ynnsuis (
@sossost)v7.24.4 (2024-04-03)
Thanks
@Dunqing,@luiscubal, and@samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.24.5 (2024-04-29)
:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3:nail_care: Polish
:house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7dv7.24.5e779cadfix: TypeScript annotation affects output (#16377)ee48754Use multiple TypeScript projects (#16430)4d8b2d0MakeNodePath\<T | U>distributive (#16439)a84ec28Enableeqeqeqrule (#16404)822b025v7.24.1fc0d5adUpdate typescript and lint tools (#16351)69e7928Consider well-known and registered symbols as literals (#16342)40110e9Update source map deps (#16327)ce59160v7.24.0- Additional commits viewable in compare view
Updates semver from 5.7.1 to 5.7.2
Release notes
Sourced from semver's releases.
v5.7.2
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)
Changelog
Sourced from semver's changelog.
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)5.7
- Add
minVersionmethod5.6
- Move boolean
looseparam to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrereleaseoption flag.5.5
- Add version coercion capabilities
5.4
- Add intersection checking
5.3
- Add
minSatisfyingmethod5.2
- Add
prerelease(v)that returns prerelease components5.1
- Add Backus-Naur for ranges
- Remove excessively cute inspection methods
5.0
- Remove AMD/Browserified build artifacts
- Fix ltr and gtr when using the
*range- Fix for range
*with a prerelease identifier
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver 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 loader-utils from 1.4.0 to 1.4.2
Release notes
Sourced from loader-utils's releases.
v1.4.2
1.4.2 (2022-11-11)
Bug Fixes
v1.4.1
1.4.1 (2022-11-07)
Bug Fixes
Changelog
Sourced from loader-utils's changelog.
1.4.2 (2022-11-11)
Bug Fixes
1.4.1 (2022-11-07)
Bug Fixes
Commits
Updates @sideway/formula from 3.0.0 to 3.0.1
Commits
5b44c1b3.0.19fbc20achore: better number regex41ae98eCleanupc59f35eMove to Sideway- See full diff in compare view
Maintainer changes
This version was pushed to npm by marsup, a new releaser for @sideway/formula since your current version.
Removes ansi-html
Updates webpack-dev-server from 3.11.2 to 3.11.3
Commits
aa3cddcchore(release): 3.11.34fef67bfix: replaceansi-htmlwithansi-html-community(#4011)- See full diff in compare view
Updates ansi-regex from 4.1.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!v5.0.0
Breaking
- Require Node.js 8 166a0d5
Enhancements
- Add TypeScript definition (#32) e77ea17
Commits
a9babce5.0.14657833fix incorrect formatc3c0b3fFix potential ReDoS (#37)178363bMove to GitHub Actions (#35)0755e66Add@Qix- to funding.yml2b56fb05.0.0f26f7feMeta tweakse77ea17Add TypeScript definition (#32)166a0d5Require Node.js 8f115fcaTidelift tasks- See full diff in compare view
Updates ansi-regex from 5.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!v5.0.0
Breaking
- Require Node.js 8 166a0d5
Enhancements
- Add TypeScript definition (#32) e77ea17
Commits
a9babce5.0.14657833fix incorrect formatc3c0b3fFix potential ReDoS (#37)178363bMove to GitHub Actions (#35)0755e66Add@Qix- to funding.yml2b56fb05.0.0f26f7feMeta tweakse77ea17Add TypeScript definition (#32)166a0d5Require Node.js 8f115fcaTidelift tasks- See full diff in compare view
Updates async from 2.6.3 to 2.6.4
Commits
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates browserslist from 4.14.2 to 4.23.0
Release notes
Sourced from browserslist's releases.
4.23.0
- Added
BROWSERSLIST_ROOT_PATH(by@teleclimber).
Changelog
Sourced from browserslist's changelog.
4.23.0
- Added
BROWSERSLIST_ROOT_PATH(by@teleclimber).4.22.3
- Fixed white spaces support in
supportsquery (@g-plane).- Fixed shared config like
@company/package/browserslist-config(@boucodes).4.22.2
- Fixed idempotency in time queries with
mobileToDesktop(by Aliaksei Sapach).4.22.1
- Updated Firefox ESR (by
@lerkor).4.22
- Added
fully supportsquery (by Ben Scott).- Added
partially supportsalias forsupportsquery (by Ben Scott).4.21.11
- Added warning to
--update-dbto move to new CLI (by Ivan Vasilev).- Fixed docs (by Tatsunori Uchino).
4.21.10
- Updated Firefox ESR.
4.21.9
- Fixed Opera Mobile edge cases (by Steve Repsher).
4.21.8
- Fixed
supportsquery andmobileToDesktop(by Steve Repsher).4.21.7
- Fixed last queries for Android (by Steve Repsher).
4.21.6
- Fixed time queries with
mobileToDesktop(by Steve Repsher).- Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik Pschenitschni).
4.21.5
- Fixed running Browserslist in browser environment.
4.21.4
- Updated Firefox ESR.
4.21.3
- Improved unknown region and unknown feature error (by Alexander Chabin).
4.21.2
- Updated Firefox ESR.
4.21.1
... (truncated)
Commits
a23d971Release 4.23 version61e7712Update dependencies2c313aaAdd Github release workflow3caf908Update CIb58ae05feat: add BROWSERSLIST_ROOT_PATH (#819)8ddc4d8Update grammar definition file (#817)65ad382Release 4.22.3 version0efec9bAdd Node.js 21 to CIaaf5f2bUpdate dependenciesa3ba90bUpdated regex to have the option of adding an extension after@companyNamebu...- Additional commits viewable in compare view
Updates @docusaurus/core from 2.0.0-beta.3 to 2.4.3
Release notes
Sourced from @docusaurus/core's releases.
2.4.3 (2023-09-20)
:bug: Bug Fix
docusaurus-plugin-content-docs
- #9107 fix(content-docs): sidebar generator should return customProps for doc items (
@TheCatLady)docusaurus-theme-classic
- #9108 feat(theme-classic): add description & keywords microdata to blog posts (
@TheCatLady)- #9099 fix(theme): only set classname on ul elements if they have an existing class (
@homotechsual)- #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (
@slorber)docusaurus-theme-classic,docusaurus-theme-common
- #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (
@ori-shalom)Committers: 4
- Mikey O'Toole (
@homotechsual)- Ori Shalom (
@ori-shalom)- Sébastien Lorber (
@slorber)@TheCatLady2.4.2 (2023-09-20)
Bad npm publish, please use 2.4.3
2.4.1 (2023-05-15)
:bug: Bug Fix
docusaurus-theme-classic,docusaurus-theme-commondocusaurus-theme-translations
- #8933 fix(theme-translations): fix Turkish translation for aria label "Enter key" (
@LiberaTeMetuMortis)docusaurus
- #8908 fix(core): Correct yarn upgrade command for yarn 2.x (
@andrewnicols)docusaurus-plugin-content-blog,docusaurus-theme-common,docusaurus-utils-common,docusaurusdocusaurus-theme-commondocusaurus-utilsdocusaurus-theme-classic,docusaurus-theme-translations
- #8842 fix(theme-translations): remove redundant navigation text in aria label (
@tarunrajput)create-docusaurus
- #8831 fix(create): add missing await (
@SACHINnANYAKKARA):nail_care: Polish
... (truncated)
Changelog
Sourced from @docusaurus/core's changelog.
2.4.3 (2023-09-20)
:bug: Bug Fix
docusaurus-plugin-content-docs
- #9107 fix(content-docs): sidebar generator should return customProps for doc items (
@TheCatLady)docusaurus-theme-classic
- #9108 feat(theme-classic): add description & keywords microdata to blog posts (
@TheCatLady)- #9099 fix(theme): only set classname on ul elements if they have an existing class (
@homotechsual)- #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (
@slorber)docusaurus-theme-classic,docusaurus-theme-common
- #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (
@ori-shalom)Committers: 4
- Mikey O'Toole (
@homotechsual)- Ori Shalom (
@ori-shalom)- Sébastien Lorber (
@slorber)@TheCatLady2.4.2 (2023-09-20)
Bad npm publish, please use 2.4.3
2.4.1 (2023-05-15)
:bug: Bug Fix
docusaurus-theme-classic,docusaurus-theme-commondocusaurus-theme-translations
- #8933 fix(theme-translations): fix Turkish translation for aria label "Enter key" (
@LiberaTeMetuMortis)docusaurus
- #8908 fix(core): Correct yarn upgrade command for yarn 2.x (
@andrewnicols)docusaurus-plugin-content-blog,docusaurus-theme-common,docusaurus-utils-common,docusaurusdocusaurus-theme-commondocusaurus-utilsdocusaurus-theme-classic,docusaurus-theme-translations
- #8842 fix(theme-translations): remove redundant navigation text in aria label (
@tarunrajput)create-docusaurus
- #8831 fix(create): add missing await (
@SACHINnANYAKKARA):nail_care: Polish
... (truncated)
Commits
56410aav2.4.34ab5a93chore: backport retro compatible commits for the Docusaurus v2.4.2 release (#...4a2200achore: backport retro compatible commits for the Docusaurus v2.4.1 release (#...4fb67efchore: backport retro compatible commits for the Docusaurus v2.4 release (#8809)c60387dchore: backport retro compatible commits for the Docusaurus v2.3.1 release (#...c84d779chore: backport retro compatible commits for the Docusaurus v2.3 release (#8585)de97214chore: backport retro compatible commits for the Docusaurus v2.2 release (#8264)7743aa6chore: release Docusaurus v2.1.0 (#8040)26d2b9achore: backport retro compatible commits for the Docusaurus v2.1 release (#8033)bb65b5cchore: release v2.0.1 (#7919)- Additional commits viewable in compare view
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
v3.1.5
What's Changed
- chore: updated node-fetch version to 2.6.7 by
@dlafrenierein lquixada/cross-fetch#124New Contributors
@dlafrenieremade their first contribution in lquixada/cross-fetch#124Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5
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 decode-uri-component from 0.2.0 to 0.2.2
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Commits
Updates eta from 1.12.3 to 2.2.0