Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency tslib #233

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Update dependency tslib #233

merged 1 commit into from
Oct 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslib (source) 2.0.0 -> 2.0.3 age adoption passing confidence
tslib (source) 1.11.1 -> 2.3.1 age adoption passing confidence

Release Notes

Microsoft/tslib

v2.0.3

Compare Source

Full discussion in the webpack issue

v2.0.2

Compare Source

This release adds support for using tslib in Node using esmodule imports, further context in #​126 and the related issues.

v2.0.1

Compare Source

  1. Use Object.prototype.hasOwnProperty.call.
  2. Skip default when iterating exports in __importStar.
  3. Shorter parameter name in __exportStar.

v2.0.0

Compare Source

This release changes __exportStar and __importStar to use __createBinding which is incompatible with versions of TypeScript older than 3.9 (i.e. 3.8 and below).

v1.14.1

Compare Source

Long discussion in the webpack issues

v1.14.0

Compare Source

This release adds support for using tslib in Node using esmodule imports, further context in https://github.com/microsoft/tslib/pull/126 and the related issues.

v1.13.0

Compare Source

This release reverts breaking changes in tslib that were not compatible with versions of TypeScript prior to 3.9. The behavior slightly diverges from that of TypeScript 3.9, but generally is compatible with previous versions of TypeScript-authored code.

The new behavior of TypeScript 3.9 will be available in tslib 2.0.0.

See this pull request for more details.

v1.12.0

Compare Source

This release adds the __createBinding helper function which is used by non-ECMAScript module emit in TypeScript 3.9.

v1.11.2

Compare Source

This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 44d2c53 to 1911f4f Compare March 19, 2021 00:23
@renovate renovate bot changed the title Update dependency tslib to v2 Update dependency tslib to v2.1.0 Mar 20, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 20, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tichu-clients/packages/tichu-term-client/package-lock.json
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN @octokit/plugin-request-log@1.0.3 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.

lerna notice cli v3.22.1
lerna notice cli v3.22.1
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 'tichu-client-ts-lib'
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only stderr:
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for tichu-client-ts-lib@1.0.0: wanted: {"node":"13.14.0","npm":"6.14.5"} (current: {"node":"13.14.0","npm":"6.14.4"})
npm ERR! notsup Not compatible with your version of node/npm: tichu-client-ts-lib@1.0.0
npm ERR! notsup Not compatible with your version of node/npm: tichu-client-ts-lib@1.0.0
npm ERR! notsup Required: {"node":"13.14.0","npm":"6.14.5"}
npm ERR! notsup Actual:   {"npm":"6.14.4","node":"13.14.0"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-04-05T18_49_30_145Z-debug.log

lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 'tichu-client-ts-lib'

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from b6832b9 to e5c6514 Compare March 21, 2021 19:44
@renovate renovate bot changed the title Update dependency tslib to v2.1.0 Update dependency tslib to v2.2.0 Apr 5, 2021
@renovate renovate bot changed the title Update dependency tslib to v2.2.0 Update dependency tslib to v2.3.0 Jun 11, 2021
@renovate renovate bot changed the title Update dependency tslib to v2.3.0 Update dependency tslib to v2.3.1 Oct 7, 2021
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 5 times, most recently from c352b45 to 04d0dbf Compare October 28, 2021 11:03
@renovate renovate bot changed the title Update dependency tslib to v2.3.1 Update dependency tslib Oct 28, 2021
@gjoseph gjoseph merged commit 7e4ae70 into master Oct 28, 2021
@gjoseph gjoseph deleted the renovate/tslib-2.x branch October 28, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants