oasis-sdk
oasis-sdk copied to clipboard
client/ts-web: bump the dev group across 1 directory with 6 updates
Bumps the dev group with 6 updates in the /client-sdk/ts-web directory:
| Package | From | To |
|---|---|---|
| cypress | 13.9.0 |
13.12.0 |
| prettier | 3.2.5 |
3.3.2 |
| ts-jest | 29.1.2 |
29.1.5 |
| typedoc | 0.25.13 |
0.26.3 |
| typescript | 5.4.5 |
5.5.2 |
| webpack | 5.91.0 |
5.92.1 |
Updates cypress from 13.9.0 to 13.12.0
Release notes
Sourced from cypress's releases.
v13.12.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0
v13.11.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0
v13.10.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0
Commits
54a636echore: release 13.12.0 (#29701)949fcacchore: Update v8 snapshot cache (#29677)d239847chore: Update Chrome (stable) to 126.0.6478.61 (#29679)9c9bf5bfix: "type" action with {upArrow} and {downArrow} arguments to simula… (#29636)7827656chore: Update Chrome (beta) to 127.0.6533.4 (#29667)31d4a99dependency: update dependency firefox-profile to v4.6.0 (#29662)6115680chore: Update v8 snapshot cache (#29664)ee3ff88chore: update vite to version 5 inside the monorepo (#29617)dfec1e7chore: commit packages/graphql/schemas/schema.graphql from PR #29420 (#29657)526eedddependency: update dependency url-parse to v1.5.10 (#29650)- Additional commits viewable in compare view
Updates prettier from 3.2.5 to 3.3.2
Changelog
Sourced from prettier's changelog.
3.3.2
Fix handlebars path expressions starts with
@(#16358 by@Princeyadav05){{! Input }} <div>{{@x.y.z}}</div>{{! Prettier 3.3.1 }}
<div>{{@x}}</div>{{! Prettier 3.3.2 }}
<div>{{@x.y.z}}</div>
3.3.1
Preserve empty lines in front matter (#16347 by
@fisker)<!-- Input --> --- foo: - bar1
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
- bar1
- bar2
- bar3
Markdown
<!-- Prettier 3.3.1 -->
</tr></table>
... (truncated)
Commits
1596a60Release 3.3.2aebcee5chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928chore(deps): update dependency c8 to v10 (#16380)c3d0b7fchore(deps): update typescript-eslint to v7.13.0 (#16376)27c35dbchore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983dUpgrade yarn to v4.3.0 (#16377)d6f37c4chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7dchore(deps): update dependency execa to v9.2.0 (#16372)f4608ccchore(deps): update dependency cspell to v8.8.4 (#16370)- Additional commits viewable in compare view
Updates ts-jest from 29.1.2 to 29.1.5
Release notes
Sourced from ts-jest's releases.
v29.1.5
Please refer to CHANGELOG.md for details.
v29.1.4
Please refer to CHANGELOG.md for details.
v29.1.3
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.1.5 (2024-06-16)
Bug Fixes
29.1.4 (2024-05-28)
Bug Fixes
Features
29.1.3 (2024-05-21)
Bug Fixes
Performance Improvements
- remove ts resolved module cache file (4c88da5)
Commits
a5f3c8achore(release): 29.1.578d61b3build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.1259026b4build(deps-dev): bump braces in /examples/type-module32cc6bbbuild(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11487172cbuild(deps): Update actions/checkout digest to 692973e5560334build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/js-with-ts0d9e359build(deps): bump braces from 3.0.2 to 3.0.3 in /website9803934build(deps): Update dependency prettier to ^3.3.2543182abuild(deps): Update dependency esbuild to ~0.21.5b59777ebuild(deps): Update@typespackages to ^7.13.0- Additional commits viewable in compare view
Updates typedoc from 0.25.13 to 0.26.3
Release notes
Sourced from typedoc's releases.
v0.26.3
Features
- "On This Page" navigation now includes the page groups in collapsible sections, #2616.
Bug Fixes
mailto:links are no longer incorrectly recognized as relative paths, #2613.- Added
@sinceto the default list of recognized tags, #2614.- Relative paths to directories will no longer cause the directory to be copied into the media directory, #2617.
v0.26.2
Features
- Added a
--suppressCommentWarningsInDeclarationFilesoption to disable warnings from parsing comments in declaration files, #2611.- Improved comment discovery to more closely match TypeScript's discovery when getting comments for members of interfaces/classes, #2084, #2545.
Bug Fixes
- The
textnon-highlighted language no longer causes warnings when rendering, #2610.- If a comment on a method is inherited from a parent class, and the child class does not use an
@paramtag from the parent, TypeDoc will no longer warn about the@paramtag.v0.26.1
Features
- Improved Korean translation coverage, #2602.
Bug Fixes
- Added
@authorto the default list of recognized tags, #2603.- Anchor links are no longer incorrectly checked for relative paths, #2604.
- Fixed an issue where line numbers reported in error messages could be incorrect, #2605.
- Fixed relative link detection for markdown links containing code in their label, #2606.
- Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #2607.
- TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #2609.
- Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
- Fixed an issue where modifier tags were not applied to top level modules in packages mode.
- Fixed an issue where excluded tags were not removed from top level modules in packages mode.
.jsoncconfiguration files are now properly read as JSONC, rather than being passed torequire.Thanks!
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.26.3 (2024-06-28)
Features
- "On This Page" navigation now includes the page groups in collapsible sections, #2616.
Bug Fixes
mailto:links are no longer incorrectly recognized as relative paths, #2613.- Added
@sinceto the default list of recognized tags, #2614.- Relative paths to directories will no longer cause the directory to be copied into the media directory, #2617.
v0.26.2 (2024-06-24)
Features
- Added a
--suppressCommentWarningsInDeclarationFilesoption to disable warnings from parsing comments in declaration files, #2611.- Improved comment discovery to more closely match TypeScript's discovery when getting comments for members of interfaces/classes, #2084, #2545.
Bug Fixes
- The
textnon-highlighted language no longer causes warnings when rendering, #2610.- If a comment on a method is inherited from a parent class, and the child class does not use an
@paramtag from the parent, TypeDoc will no longer warn about the@paramtag.v0.26.1 (2024-06-22)
Features
- Improved Korean translation coverage, #2602.
Bug Fixes
- Added
@authorto the default list of recognized tags, #2603.- Anchor links are no longer incorrectly checked for relative paths, #2604.
- Fixed an issue where line numbers reported in error messages could be incorrect, #2605.
- Fixed relative link detection for markdown links containing code in their label, #2606.
- Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #2607.
- TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #2609.
- Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
- Fixed an issue where modifier tags were not applied to top level modules in packages mode.
- Fixed an issue where excluded tags were not removed from top level modules in packages mode.
.jsoncconfiguration files are now properly read as JSONC, rather than being passed torequire.Thanks!
... (truncated)
Commits
8932856Update changelog for releasecb30e33Bump version to 0.26.3317650eUpdate depsda4f8fdFix lint issue0304c26Include page groups in page TOC9f0fb04Do not copy relative paths to directories918d8aaCorrect handling ofmailto:links22fc83eAdd@sinceto the default list of recognized tagse5ba1e8Update changelog for releasef20ec83Bump version to 0.26.2- Additional commits viewable in compare view
Updates typescript from 5.4.5 to 5.5.2
Release notes
Sourced from typescript's releases.
TypeScript 5.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.5 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Commits
ce2e60eUpdate LKGf3b21a2🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...7b1620b🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...5367ae1Bump version to 5.5.2 and LKG02132e5🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...45b1e3c🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)17933ee🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...552b07e🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...39c9eebPick #58857 to release-5.5 (#58858)2b0009c🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...- Additional commits viewable in compare view
Updates webpack from 5.91.0 to 5.92.1
Release notes
Sourced from webpack's releases.
v5.92.1
Bug Fixes
- Doesn't crash with an error when the css experiment is enabled and contenthash is used
v5.92.0
Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the
subtractRuntimefunction for runtime logic- Fixed failed to resolve promise when eager import a dynamic cjs
- Avoid generation extra code for external modules when remapping is not required
- The
css/globaltype now handles the exports name- Avoid hashing for
@keyframeand@propertyat-rules incss/globaltype- Fixed mangle with destructuring for JSON modules
- The
stats.hasWarnings()method now respects theignoreWarningsoption- Fixed
ArrayQueueiterator- Correct behavior of
__webpack_exports_info__.a.b.canMangle- Changed to the correct plugin name for the
CommonJsChunkFormatPluginplugin- Set the
chunkLoadingoption to theimportwhen environment is unknown and output is module- Fixed when runtimeChunk has no exports when
modulechunkFormat used- [CSS] Fixed parsing minimized CSS import
- [CSS] URLs in CSS files now have correct public path
- [CSS] The
cssmodule type should not allow parser to switch mode- [Types] Improved context module types
New Features
- Added platform target properties to compiler
- Improved multi compiler cache location and validating it
- Support
import attributesspec (withkeyword)- Support
node:prefix for Node.js core modules in runtime code- Support prefetch/preload for module chunk format
- Support "..." in the
importsFieldsoption for resolver- Root module is less prone to be wrapped in IIFE
- Export
InitFragmentclass for plugins- Export
compileBooleanMatcherutil for plugins- Export
InputFileSystemandOutputFileSystemtypes- [CSS] Support the
esModulegenerator option for CSS modules- [CSS] Support CSS when chunk format is module
Commits
a82e0cdchore(release): 5.92.10d07d65fix: error with contenthash and css experiment8efac43test: added10638c0chore(deps-dev): bump eslint-plugin-n from 17.8.1 to 17.9.0d0f7b65chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.750bd02cchore(deps-dev): bump@eslint/jsfrom 9.4.0 to 9.5.09e395cdchore(deps): bump acorn from 8.11.3 to 8.12.0db7f83cchore(deps-dev): bump globals from 15.4.0 to 15.6.0b7d2cbechore(deps-dev): bump@types/nodefrom 20.14.2 to 20.14.518dab63chore(deps-dev): bump@types/nodefrom 20.14.2 to 20.14.5- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Deploy Preview for oasisprotocol-oasis-sdk canceled.
| Name | Link |
|---|---|
| Latest commit | 570329977e5dacfd56fd54382a89bcb78fca5cfb |
| Latest deploy log | https://app.netlify.com/sites/oasisprotocol-oasis-sdk/deploys/66a1ac4f652bca00080236ae |
Superseded by #1911.
Superseded by #1911.
Superseded by #1911.
Superseded by #1911.