Skip to content

chore(deps): update all dependencies#308

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-dependencies
Open

chore(deps): update all dependencies#308
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Change Age Confidence
@oclif/plugin-help 5.1.125.2.20 age confidence
@types/node (source) 22.10.222.19.15 age confidence
globby 13.1.413.2.2 age confidence
tslib (source) 2.4.02.8.1 age confidence
typescript (source) 5.0.45.9.3 age confidence

Release Notes

oclif/plugin-help (@​oclif/plugin-help)

v5.2.20

Compare Source

Bug Fixes
  • deps: bump get-func-name from 2.0.0 to 2.0.2 (e558417)

v5.2.19

Compare Source

Bug Fixes

v5.2.18

Compare Source

Bug Fixes

v5.2.17

Compare Source

Bug Fixes

v5.2.16

Compare Source

Bug Fixes

v5.2.15

Compare Source

Bug Fixes

v5.2.14

Compare Source

Bug Fixes
  • deps: bump word-wrap from 1.2.3 to 1.2.4 (63a89bb)

v5.2.13

Compare Source

Bug Fixes

v5.2.12

Compare Source

Bug Fixes
  • deps: bump semver from 5.7.1 to 5.7.2 (8e04960)

v5.2.11

Compare Source

Bug Fixes

v5.2.10

Compare Source

Bug Fixes

v5.2.9

Compare Source

Bug Fixes

v5.2.8

Compare Source

Bug Fixes

v5.2.7

Compare Source

Bug Fixes

v5.2.6

Compare Source

Bug Fixes

v5.2.5

Compare Source

Bug Fixes

v5.2.4

Compare Source

Bug Fixes

v5.2.3

Compare Source

Bug Fixes
  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (a0a98a0)

v5.2.2

Compare Source

Bug Fixes
  • deps: bump get-func-name from 2.0.0 to 2.0.2 (e558417)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

5.1.23 (2023-01-14)

Bug Fixes

5.1.22 (2023-01-01)

Bug Fixes
  • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

5.1.21 (2023-01-01)

Bug Fixes

5.1.20 (2022-12-10)

Bug Fixes

5.1.19 (2022-11-13)

Bug Fixes

5.1.18 (2022-11-05)

Bug Fixes

5.1.17 (2022-10-29)

Bug Fixes

5.1.16 (2022-10-22)

Bug Fixes

5.1.15 (2022-10-08)

Bug Fixes

5.1.14 (2022-09-27)

Bug Fixes
  • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

5.1.13 (2022-09-27)

Bug Fixes

5.1.12 (2022-03-07)

Bug Fixes

5.1.11 (2022-02-01)

Bug Fixes

5.1.10 (2021-12-08)

Bug Fixes

5.1.9 (2021-12-08)

Bug Fixes

5.1.8 (2021-12-07)

Bug Fixes

5.1.7 (2021-12-02)

Bug Fixes

5.1.6 (2021-12-02)

5.1.5 (2021-12-01)

Bug Fixes

5.1.4 (2021-12-01)

Bug Fixes

5.1.3 (2021-11-18)

Bug Fixes

5.1.2 (2021-11-08)

Bug Fixes

5.1.1 (2021-09-29)

Bug Fixes

v5.1.23

Compare Source

Bug Fixes

v5.1.22

Compare Source

Bug Fixes
  • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

v5.1.21

Compare Source

Bug Fixes

v5.1.20

Compare Source

Bug Fixes

v5.1.19

Compare Source

Bug Fixes

v5.1.18

Compare Source

Bug Fixes

v5.1.17

Compare Source

Bug Fixes

v5.1.16

Compare Source

Bug Fixes

v5.1.15

Compare Source

Bug Fixes

v5.1.14

Compare Source

Bug Fixes
  • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

v5.1.13

Compare Source

Bug Fixes
sindresorhus/globby (globby)

v13.2.2

Compare Source

v13.2.1

Compare Source

v13.2.0

Compare Source

  • Pass deep option to ignore filter to avoid unnecessary recursion (#​251) a0e4028
Microsoft/tslib (tslib)

v2.8.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

v2.6.1: tslib 2.6.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.6.0...v2.6.1

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.5.3...2.6.0

v2.5.3: tslib 2.5.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.5.2...v2.5.3

v2.5.2: tslib 2.5.2

Compare Source

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

v2.5.1: tslib 2.5.1

Compare Source

This release of tslib provides fixes for two issues.

First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.

v2.5.0: tslib 2.5.0

Compare Source

What's New

Full Changelog: microsoft/tslib@2.4.1...2.5.0

v2.4.1: tslib 2.4.1

Compare Source

This release contains fixes for early returns and throws invoked on generators.

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 8065d00 to bc2e61d Compare March 17, 2023 20:31
@renovate renovate bot force-pushed the renovate/all-dependencies branch 7 times, most recently from b8e93de to 16db881 Compare March 31, 2023 17:48
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from fa7bfc5 to 805bb70 Compare April 8, 2023 02:22
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from cc9b86b to b2727cb Compare April 19, 2023 21:28
@renovate renovate bot force-pushed the renovate/all-dependencies branch 7 times, most recently from db3d831 to a59486b Compare April 28, 2023 02:48
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from dd644ab to 7a38d11 Compare May 5, 2023 23:41
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from fe30400 to b89af55 Compare May 10, 2023 10:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from b60535b to 6412bb5 Compare May 28, 2023 10:13
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 12781ee to 417273c Compare June 4, 2023 11:43
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from bea3bfd to e30f9b6 Compare June 13, 2023 17:05
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 94ae4f0 to 087171a Compare June 19, 2023 09:43
@renovate renovate bot force-pushed the renovate/all-dependencies branch 7 times, most recently from c726fe7 to 30d3459 Compare July 1, 2023 12:22
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 72a0e5b to b079ea6 Compare July 5, 2023 22:57
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.

0 participants