Skip to content

chore(deps): update patchday - #3

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patchday
Open

chore(deps): update patchday#3
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patchday

Conversation

@renovate

@renovate renovate Bot commented Feb 26, 2024

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) 2.27.12.31.1 age confidence
typescript (source) 5.3.35.9.3 age confidence
vitest (source) 1.2.21.6.1 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes
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:

vitest-dev/vitest (vitest)

v1.6.1

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub

v1.6.0

Compare Source

   🚀 Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • 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 changed the title chore(deps): update dependency vitest to v1.3.1 chore(deps): update patchday Mar 7, 2024
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from e586487 to dce8858 Compare January 31, 2025 04:10
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from a583661 to fd3b2b5 Compare February 11, 2025 03:57
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 24caaae to 66e4e2b Compare February 21, 2025 03:31
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 8883ace to d9bd810 Compare March 4, 2025 23:54
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from ba15fca to 91360f5 Compare March 19, 2025 07:52
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 8e5d1c1 to 73244e2 Compare April 5, 2025 07:33
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 677b3d4 to 55a34ef Compare April 18, 2025 04:08
@renovate
renovate Bot force-pushed the renovate/patchday branch from 55a34ef to aa3863a Compare May 9, 2025 23:59
@renovate
renovate Bot force-pushed the renovate/patchday branch from aa3863a to f373df3 Compare May 17, 2025 00:02
@renovate
renovate Bot force-pushed the renovate/patchday branch from f373df3 to 70e3ca7 Compare May 24, 2025 15:45
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 4bf3a64 to 3a8fe7e Compare June 6, 2025 16:30
@renovate
renovate Bot force-pushed the renovate/patchday branch from 3a8fe7e to e359870 Compare June 21, 2025 15:56
@renovate
renovate Bot force-pushed the renovate/patchday branch from e359870 to a3ee901 Compare June 29, 2025 04:11
@renovate
renovate Bot force-pushed the renovate/patchday branch from a3ee901 to 98893f9 Compare July 6, 2025 19:55
@renovate
renovate Bot force-pushed the renovate/patchday branch from 98893f9 to 4fb9356 Compare August 4, 2025 20:11
@renovate
renovate Bot force-pushed the renovate/patchday branch 3 times, most recently from b28f8d2 to a4cecd6 Compare August 16, 2025 15:56
@renovate
renovate Bot force-pushed the renovate/patchday branch from a4cecd6 to 23bd0f4 Compare August 23, 2025 07:00
@renovate
renovate Bot force-pushed the renovate/patchday branch from 23bd0f4 to b7bdf26 Compare September 1, 2025 02:28
@renovate
renovate Bot force-pushed the renovate/patchday branch from b7bdf26 to d1bc880 Compare September 10, 2025 16:07
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 95d91f3 to ee36994 Compare October 1, 2025 23:14
@renovate
renovate Bot force-pushed the renovate/patchday branch from ee36994 to d5486bc Compare October 25, 2025 07:16
@renovate
renovate Bot force-pushed the renovate/patchday branch from d5486bc to a15c433 Compare November 16, 2025 00:11
@renovate
renovate Bot force-pushed the renovate/patchday branch from a15c433 to 4172c42 Compare November 28, 2025 07:07
@renovate
renovate Bot force-pushed the renovate/patchday branch from 4172c42 to 5f62428 Compare January 1, 2026 11:36
@renovate
renovate Bot force-pushed the renovate/patchday branch from 5f62428 to 2812c00 Compare January 9, 2026 07:41
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 7af2f7a to 4c10b60 Compare January 24, 2026 15:12
@renovate
renovate Bot force-pushed the renovate/patchday branch from 4c10b60 to 2056458 Compare February 3, 2026 08:05
@renovate
renovate Bot force-pushed the renovate/patchday branch from 2056458 to e5affed Compare February 14, 2026 02:57
@renovate
renovate Bot force-pushed the renovate/patchday branch from e5affed to d545290 Compare March 8, 2026 07:11
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 2d3efaa to ff8d46a Compare April 19, 2026 04:37
@renovate
renovate Bot force-pushed the renovate/patchday branch from ff8d46a to 3e0b076 Compare April 30, 2026 03:43
@renovate
renovate Bot force-pushed the renovate/patchday branch from 3e0b076 to caaa2a6 Compare May 13, 2026 23:09
@renovate
renovate Bot force-pushed the renovate/patchday branch from caaa2a6 to 6ed3adf Compare May 22, 2026 03:31
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 0c7e252 to e14ef7a Compare June 5, 2026 07:50
@renovate
renovate Bot force-pushed the renovate/patchday branch from e14ef7a to 1b914c2 Compare June 13, 2026 00:02
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from aa36a65 to 4f742f0 Compare July 18, 2026 11:32
@renovate
renovate Bot force-pushed the renovate/patchday branch 2 times, most recently from 890f888 to f40270a Compare July 29, 2026 23:47
@renovate
renovate Bot force-pushed the renovate/patchday branch from f40270a to ad18ef6 Compare August 1, 2026 11:10
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