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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.12.0 -> ^2.27.8 age adoption passing confidence
@nuxt/content-theme-docs ^0.8.2 -> ^0.11.1 age adoption passing confidence
@vue/babel-preset-jsx (source) ^1.2.4 -> ^1.4.0 age adoption passing confidence
babel-loader ^8.2.2 -> ^8.4.1 age adoption passing confidence
nuxt (source) ^2.14.11 -> ^2.18.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.8

Compare Source

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
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

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

v2.24.0

Compare Source

Minor Changes
  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config flag for changesets version --snapshot mode: --snapshot-prerelease-template

  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config option: snapshot.prereleaseTemplate for customizing the way snapshot release numbers are being composed.

Patch Changes

v2.23.2

Compare Source

Patch Changes

v2.23.1

Compare Source

Patch Changes

v2.23.0

Compare Source

Minor Changes
Patch Changes

v2.22.0

Compare Source

Minor Changes
  • #​768 c87eba6 Thanks @​rohit-gohri! - Allow "commit" option to be more configurable. You can now point to a module (using a module name or a relative path) that might contain getAddMessage and/or getVersionMessage. This allows you to configure how the commit message is generated, if [skip ci] gets included, etc.
Patch Changes

v2.21.1

Compare Source

Patch Changes

v2.21.0

Compare Source

Minor Changes
  • #​690 27a5a82 Thanks @​Andarist! - Added a new .changeset/config.json option: fixed. It can be used to group packages that should always be released together. If any package from a group is going to be released then all packages from that group will be released together (with the same version).

    This is similar to what people often know from Lerna as this is how their fixed/locked mode works.

Patch Changes

v2.20.0

Compare Source

Minor Changes
  • #​698 9e14a9a Thanks @​zthxxx! - Reworked the CLI output when adding a changeset. This includes fixing broken formatting in certain terminal width, reducing visual noise and making other small adjustments.

  • #​704 6f9c9d6 Thanks @​Andarist! - Dependencies specified using a tag will no longer result in printing incorrect errors in the console.

Patch Changes

v2.19.0

Compare Source

Minor Changes
  • #​701 b9b6453 Thanks @​Andarist! - Added support for a --no-git-tag CLI flag that can be used with changeset publish to skip creating git tags for published packages. This is mostly useful when publishing snapshot releases.
Patch Changes

v2.18.1

Compare Source

Patch Changes

Configuration

📅 Schedule: 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.

@codecov
Copy link

codecov bot commented Jan 10, 2021

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 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 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 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 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 2 times, most recently from d562f0b to 2c90ec2 Compare May 20, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c90ec2 to 3282744 Compare July 4, 2024 23:47
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