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 dependency @changesets/cli to ^2.27.1 - autoclosed #169

Closed
wants to merge 14 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.24.4 -> ^2.27.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

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

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Nov 1, 2023

⚠️ No Changeset found

Latest commit: f0d956c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Nov 1, 2023

📊 Package size report   No changes

File Before After
Total (Includes all files) 67.3 kB 67.3 kB
Tarball size 12.8 kB -0.02%↓12.8 kB
Unchanged files
File Size
.babelrc 114 B
.browserslistrc 41 B
.changeset/config.json 308 B
.changeset/README.md 510 B
.codesanbox/ci.json 76 B
.commitlintrc 35 B
.editorconfig 161 B
.eslintignore 95 B
.eslintrc 341 B
.github/workflows/ci.yml 738 B
.github/workflows/codeql.yml 842 B
.github/workflows/pkg-size.yml 467 B
.github/workflows/release.yml 1.0 kB
.lintstagedrc.js 54 B
.postcssrc.js 51 B
.prettierignore 16 B
.prettierrc 28 B
.remarkrc 42 B
.renovaterc 35 B
.simple-git-hooks.js 51 B
.stylelintignore 64 B
.stylelintrc 42 B
.vitepress/components/index.ts 126 B
.vitepress/components/VueQrcodeDemo.vue 5.7 kB
.vitepress/components/VueQriousDemo.vue 3.3 kB
.vitepress/config.ts 213 B
.vitepress/theme/index.ts 336 B
CHANGELOG.md 280 B
index.md 6.4 kB
LICENSE 1.1 kB
package.json 1.9 kB
packages/vue-qrcode/CHANGELOG.md 4.4 kB
packages/vue-qrcode/index.md 5.3 kB
packages/vue-qrcode/index.ts 3.3 kB
packages/vue-qrcode/package.json 929 B
packages/vue-qrcode/README.md 5.5 kB
packages/vue-qrcode/tsconfig.json 139 B
packages/vue-qrious/CHANGELOG.md 4.1 kB
packages/vue-qrious/index.md 4.5 kB
packages/vue-qrious/index.ts 1.1 kB
packages/vue-qrious/package.json 998 B
packages/vue-qrious/qrious.d.ts 472 B
packages/vue-qrious/README.md 4.5 kB
packages/vue-qrious/tsconfig.json 174 B
packages/vue-qrious/typings.d.ts 46 B
README.md 6.4 kB
tsconfig.base.json 357 B
tsconfig.json 188 B
vercel.json 124 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from fd38e94 to 9577ccc Compare November 28, 2023 07:30
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.2 chore(deps): update dependency @changesets/cli to ^2.27.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9577ccc to f0d956c Compare November 28, 2023 15:00
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.0 chore(deps): update dependency @changesets/cli to ^2.27.1 Nov 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.1 chore(deps): update dependency @changesets/cli to ^2.27.1 - autoclosed Jan 23, 2024
@renovate renovate bot closed this Jan 23, 2024
@renovate renovate bot deleted the renovate/changesets-cli-2.x branch January 23, 2024 09:11
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