rust-react-typescript-demo
rust-react-typescript-demo copied to clipboard
Bump tslib from 2.0.3 to 2.2.0 in /foodi-frontend
Bumps tslib from 2.0.3 to 2.2.0.
Release notes
Sourced from tslib's releases.
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
f7eea49Bump version to 2.2.0.145fdc0update private class element helpers (#2) (#146)54a056aMerge pull request #141 from microsoft/bumpVersion-2.1.0e7a1155Bump version to 2.1.0.88a77b8Update tslib to support new __spreadArray helper (#133)cff487dPorted runtime TypeError for non-function, non-null __extends (#138)fcba93dMerge pull request #136 from microsoft/fix_ci0fc8e73Fix CI- See full diff 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 will not automatically merge this PR because it includes a minor update to a production dependency.
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)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.