rust-react-typescript-demo
rust-react-typescript-demo copied to clipboard
Bump tslib from 2.0.3 to 2.4.0 in /foodi-frontend
Bumps tslib from 2.0.3 to 2.4.0.
Release notes
Sourced from tslib's releases.
tslib 2.4.0
This release includes the
__classPrivateFieldInhelper as well as an update to__createBindingto reduce indirection between multiple re-exports.tslib 2.3.1
This release updates the
__spreadArrayhelper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM'sNodeLists andHTMLCollections.tslib 2.3.0
This release updates tslib to use TypeScript 4.4's upcoming
__spreadArrayhelper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like[1, 2, , 4]). This new version of__spreadArrayis backwards-compatible and is often also faster. See microsoft/tslib#151 for more details.tslib 2.2.0
This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of
__classPrivateFieldGetand__classPrivateFieldSet. See microsoft/tslib#146 for more details.tslib 2.1.0
This release adds a new
__spreadArrayhelper which avoids side-effects compared to the now-deprecated__spreadArraysand__spreadhelpers. See microsoft/tslib#133 for more details.This release also provides a more-specific error message when extending from a type which is not a function and not null. See microsoft/tslib#138 for more details.
Commits
a7129c7Update bower.json5b7da89Update package.jsonc827964Merge branch 'EB-Forks-docs/add-tsdoc'fbf48a8Merge branch 'docs/add-tsdoc' of https://github.com/EB-Forks/tslib into EB-Fo...15f98b6optimize__createBinding(#168)06853a8Update package.json: changed pattern "./" to "./*" (#135)7012efcMerge pull request #164 from penx/license-update5b8af4eUpdate license within js files7def9b5Merge pull request #160 from penx/patch-1f0563d9Don't require license to be included by bundlers- 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 ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)