Skip to content

chore(deps): update all non-major dependencies - #27

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#27
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 6, 2021

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.12.0^2.31.1 age confidence
@nuxt/content-theme-docs ^0.8.2^0.11.1 age confidence
@vue/babel-preset-jsx (source) ^1.2.4^1.4.0 age confidence
babel-loader ^8.2.2^8.4.1 age confidence
nuxt (source) ^2.14.11^2.18.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

Patch Changes

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

v2.27.1

Compare Source

Patch Changes

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.

v2.26.0

Compare Source

Minor Changes
  • #​1033 521205d Thanks @​Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • #​997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #​985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

v2.25.0

Compare Source

Minor Changes
  • #​662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes

v2.24.4

Compare Source

Patch Changes

v2.24.3

Compare Source

Patch Changes

v2.24.2

Compare Source

Patch Changes

v2.24.1

Compare Source

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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-minor-patch branch from e6a3f18 to ceafb62 Compare January 10, 2021 01:00
@codecov

codecov Bot commented Jan 10, 2021

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f70ef59) to head (5ba8c64).

Current head 5ba8c64 differs from pull request most recent head 2c90ec2

Please upload reports for the commit 2c90ec2 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           15        15           
  Branches         3         3           
=========================================
  Hits            15        15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ceafb62 to 41fc85c Compare January 22, 2021 11:55
@renovate renovate Bot changed the title chore(deps): update dependency nuxt to ^2.14.12 chore(deps): update all non-major dependencies Jan 22, 2021
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 41fc85c to 42da6a0 Compare January 31, 2021 21:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 421769f to b237f4e Compare February 15, 2021 13:17
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4292969 to c9cd26d Compare February 23, 2021 10:18
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c9cd26d to 59ca63c Compare March 2, 2021 11:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 59ca63c to 9d24fb4 Compare April 26, 2021 13:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e091383 to de484b9 Compare May 15, 2021 20:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from de484b9 to 5ba8c64 Compare June 15, 2021 09:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5ba8c64 to c6a7535 Compare October 19, 2021 00:58
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c6a7535 to 395002e Compare March 7, 2022 10:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 395002e to 614cd06 Compare March 26, 2022 12:30
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 614cd06 to 6291828 Compare April 25, 2022 01:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6291828 to 60825fa Compare June 18, 2022 15:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 60825fa to e93325a Compare September 25, 2022 18:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e93325a to 71b785f Compare November 20, 2022 09:31
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 71b785f to f22f555 Compare March 17, 2023 16:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f22f555 to e1269ef Compare March 24, 2023 22:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e1269ef to 97eec8e Compare June 9, 2023 21:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 97eec8e to 300e306 Compare June 27, 2023 11:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 300e306 to c21be11 Compare July 15, 2023 00:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c21be11 to 3cbf95b Compare October 24, 2023 03:19
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3cbf95b to 0cbabfb Compare November 28, 2023 07:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 596b8b1 to 6274694 Compare February 20, 2025 13:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b7c72f7 to a497247 Compare April 16, 2025 21:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a497247 to ded313f Compare May 5, 2025 09:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ded313f to 73573d6 Compare May 12, 2025 15:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 73573d6 to d28994f Compare June 20, 2025 09:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f3bb1f0 to d87fb5a Compare August 16, 2025 14:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d87fb5a to 7806264 Compare August 19, 2025 11:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7806264 to 998e649 Compare August 31, 2025 11:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 998e649 to d8246cf Compare September 9, 2025 15:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d8246cf to d6485dd Compare September 25, 2025 17:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d6485dd to da9f2e6 Compare October 21, 2025 18:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from da9f2e6 to f9a40e1 Compare November 10, 2025 22:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f9a40e1 to 5f478e9 Compare November 18, 2025 23:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9b5c427 to 1e9f4e1 Compare December 3, 2025 15:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1e9f4e1 to 2d82387 Compare December 31, 2025 17:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2d82387 to 6a9156e Compare January 8, 2026 20:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb3c065 to 992126c Compare January 23, 2026 20:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 992126c to a8b8ab8 Compare February 2, 2026 16:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c2c5300 to cb6bc44 Compare February 17, 2026 17:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1902b5b to cb90079 Compare March 5, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from cb90079 to 353a97a Compare March 13, 2026 13:05
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