Update dependency tslib to v2.8.1#609
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: search-extensibility-library/package-lock.json |
0204bc7 to
9f006c3
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (nodejs) | 15 | 37 | 27 | 3 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
| Security Audit for Infrastructure | 0 | 0 | 0 | 0 | ✅ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
9f006c3 to
342ad48
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 11 | 28 | 24 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
|
You have successfully added a new Secrets Audit configuration |
342ad48 to
f6cbd91
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 12 | 28 | 25 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
f6cbd91 to
d6fd6d8
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 11 | 28 | 25 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
d6fd6d8 to
943a67f
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 12 | 27 | 25 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
943a67f to
7dbefc9
Compare
7dbefc9 to
334c145
Compare
334c145 to
023d9fb
Compare
|
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 14 | 31 | 24 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
023d9fb to
bad4b41
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 14 | 31 | 25 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
bad4b41 to
50292f2
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 14 | 31 | 26 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
50292f2 to
9f0594a
Compare
There was a problem hiding this comment.
Scan Summary
| Tool | Critical | High | Medium | Low | Status |
|---|---|---|---|---|---|
| Dependency Scan (universal) | 13 | 30 | 25 | 1 | ❌ |
| Secrets Audit | 0 | 1 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
This PR contains the following updates:
2.3.1→2.8.1Release Notes
Microsoft/tslib (tslib)
v2.8.1Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.8.0...v2.8.1
v2.8.0Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
v2.7.0Compare Source
What's Changed
awaitinawait usingby @rbuckton in microsoft#262Full Changelog: microsoft/tslib@v2.6.3...v2.7.0
v2.6.3Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.6.2...v2.6.3
v2.6.2: tslib 2.6.2Compare Source
What's Changed
exports["module"]["types"]by @andrewbranch in microsoft#217Full Changelog: microsoft/tslib@v2.6.1...v2.6.2
v2.6.1: tslib 2.6.1Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.6.0...v2.6.1
v2.6.0: tslib 2.6.0Compare Source
What's Changed
usingandawait usingby @rbuckton in microsoft#213Full Changelog: microsoft/tslib@v2.5.3...2.6.0
v2.5.3: tslib 2.5.3Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.5.2...v2.5.3
v2.5.2: tslib 2.5.2Compare Source
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
v2.5.1: tslib 2.5.1Compare Source
This release of tslib provides fixes for two issues.
First, it reverses the order of
inithooks provided by decorators to correctly reflect proposed behavior.Second, it corrects the
exportsfield of tslib'spackage.jsonand provides accurate declaration files so that it may be consumed under thenode16andbundlersettings formoduleResolution.v2.5.0: tslib 2.5.0Compare Source
What's New
__esDecorateand related helpers by @rbuckton in microsoft#193Full Changelog: microsoft/tslib@2.4.1...2.5.0
v2.4.1: tslib 2.4.1Compare Source
This release contains fixes for early
returns andthrows invoked on generators.v2.4.0: tslib 2.4.0Compare Source
This release includes the
__classPrivateFieldInhelper as well as an update to__createBindingto reduce indirection between multiple re-exports.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.