chore(deps): bump the non-breaking-changes group across 1 directory with 74 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the non-breaking-changes group with 73 updates in the / directory:
Updates @changesets/changelog-github
from 0.5.0 to 0.5.1
Release notes
Sourced from @changesets/changelog-github
's releases.
@changesets/changelog-github
@0
.5.1Patch Changes
Commits
3b9298d
Version Packages (#1588)84a4a1b
Add a new config option to opt-out from auto-formatting using Prettier (#1453)01c037c
Add Apollo Client to cool projects list (#1576)68a83d5
Version Packages (#1567)a0f87f1
Fixed changelog application when executing throughnpx
(#1562)a8c474f
Update default config object in config-file-options.md (#1052)0417c90
Fix minor grammar and spelling in docs (#609)6d3fab3
Update common-questions.md (#1256)eedd3fa
Standardized all code snippets for consistency (#1422)262bdd7
Improve docs npx usage (#1515)- Additional commits viewable in compare view
Updates @changesets/cli
from 2.27.11 to 2.29.4
Release notes
Sourced from @changesets/cli
's releases.
@changesets/cli
@2
.29.4Patch Changes
#1668
65d6632
Thanks@Andarist
! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:
@changesets/cli
@2
.29.3Patch Changes
#1589
de8bebc
Thanks@remorses
,@vzt7
! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks@manucorporat
! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:
@changesets/cli
@2
.29.2Patch Changes
#1636
f73f84a
Thanks@Netail
! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:
@changesets/cli
@2
.29.1Patch Changes
#1620
b15e629
Thanks@Netail
! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:
@changesets/cli
@2
.29.0Minor Changes
- #1470
29f34a3
Thanks@JounQin
! - Support scoped registries configured usingpackage.json#publishConfig
@changesets/cli
@2
.28.1Patch Changes
... (truncated)
Commits
b962929
Version Packages (#1669)65d6632
Fixed a crash in pre mode when trying to version private packages when taggin...5ca6271
Enable publishing with provenance (#1659)d23598a
Version Packages (#1641)de8bebc
Fixed a crash in prerelease mode when a package misses the version field in i...f15b0d0
docs: adds spectrum css and spectrum web components (#1627)c1e8a78
Support../
inpublishConfig.directory
when publishing packages (#1619)6dcc237
docs: fix examples (#1630)baa9d45
Version Packages (#1637)f73f84a
Correctly resolve new changesets withsince
option when the.changeset
di...- Additional commits viewable in compare view
Updates @changesets/git
from 3.0.2 to 3.0.4
Release notes
Sourced from @changesets/git
's releases.
@changesets/git
@3
.0.4Patch Changes
- #1636
f73f84a
Thanks@Netail
! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git root
@changesets/git
@3
.0.3Patch Changes
Commits
baa9d45
Version Packages (#1637)f73f84a
Correctly resolve new changesets withsince
option when the.changeset
di...5d01857
Version Packages (#1634)b15e629
Correctly fetch new changesets withsince
if the git optiondiff.relative
...131d445
Update TypeScript, Babel and Preconstruct (#1633)db8f678
Version Packages (#1632)29f34a3
Support scoped registries configured usingpackage.json#publishConfig
(#1470)dc83cb4
Remove--snapshot
frompublish
command docs (#1578)5c2bac5
Version Packages (#1595)b9df596
Prevent fatal errors when using the newly-introducedprettier
option (#1590)- Additional commits viewable in compare view
Updates @clack/prompts
from 0.9.0 to 0.11.0
Release notes
Sourced from @clack/prompts
's releases.
@clack/prompts
@0
.11.0Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core
@0
.5.0
@clack/prompts
@0
.10.1Patch Changes
- 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
- 30aa7ed: Adds a new
selectableGroups
boolean to the group multi-select prompt. UsingselectableGroups: false
will disable the ability to select a top-level group, but still allow every child to be selected individually.- Updated dependencies [30aa7ed]
- Updated dependencies [5dfce8a]
- Updated dependencies [f574297]
@clack/core
@0
.4.2
@clack/prompts
@0
.10.0Minor Changes
613179d: Adds a new
indicator
option tospinner
, which supports the original"dots"
loading animation or a new"timer"
loading animation.import * as p from "@clack/prompts";
const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
stream
API which provides the same methods aslog
, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";
await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
@clack/prompts
@0
.9.1Patch Changes
- 8093f3c: Adds
Error
support to thevalidate
function
... (truncated)
Changelog
Sourced from @clack/prompts
's changelog.
0.11.0
Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core
@0
.5.00.10.1
Patch Changes
- 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
- 30aa7ed: Adds a new
selectableGroups
boolean to the group multi-select prompt. UsingselectableGroups: false
will disable the ability to select a top-level group, but still allow every child to be selected individually.- Updated dependencies [30aa7ed]
- Updated dependencies [5dfce8a]
- Updated dependencies [f574297]
@clack/core
@0
.4.20.10.0
Minor Changes
613179d: Adds a new
indicator
option tospinner
, which supports the original"dots"
loading animation or a new"timer"
loading animation.import * as p from "@clack/prompts";
const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
stream
API which provides the same methods aslog
, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";
await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
0.9.1
... (truncated)
Commits
737f172
[ci] release (#325)07ca32d
fix: revert placeholder-on-return change (#324)5de191f
[ci] release (#262)5dfce8a
fix: use placeholder as value when input is empty (#263)11a5dc1
fix: add hints for selected options in multiselect prompts & tests (#279)30aa7ed
feat: addselectableGroups
option to group multi-select (#255)3c200dd
docs(prompts): fix logs image display (#243)5529c89
chore: update repository url (#239)d6d9ce7
[ci] formatfe1ee54
[ci] release (#232)- Additional commits viewable in compare view
Updates @commitlint/cli
from 19.6.1 to 19.8.1
Release notes
Sourced from @commitlint/cli
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
v19.8.0
19.8.0 (2025-03-07)
Bug Fixes
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313
... (truncated)
Changelog
Sourced from @commitlint/cli
's changelog.
19.8.1 (2025-05-08)
Bug Fixes
19.8.0 (2025-03-07)
Performance Improvements
19.7.1 (2025-02-02)
Note: Version bump only for package
@commitlint/cli
Commits
3c30200
v19.8.1e49449f
fix: update dependency tinyexec to v1 (#4332)e2e3b67
Chore/deps prettier v3 3 (#4320)b92f072
chore: update gitHead after failed publish (#4315)e82f05a
v19.8.0e685618
chore: add missing'use strict'
directives (#4301)0cd8f41
perf: usenode:
prefix to bypass require.cache call for builtins (#4302)b0e851c
v19.7.1- See full diff in compare view
Updates @commitlint/config-conventional
from 19.6.0 to 19.8.1
Release notes
Sourced from @commitlint/config-conventional
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
v19.8.0
19.8.0 (2025-03-07)
Bug Fixes
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313
... (truncated)
Changelog
Sourced from @commitlint/config-conventional
's changelog.
19.8.1 (2025-05-08)
Note: Version bump only for package
@commitlint/config-conventional
19.8.0 (2025-03-07)
Performance Improvements
19.7.1 (2025-02-02)
Note: Version bump only for package
@commitlint/config-conventional
Commits
Updates @eslint/js
from 9.17.0 to 9.27.0
Release notes
Sourced from @eslint/js
's releases.
v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)de1b5de
fix: correctservice
property name inLinter.ESLintParseResult
type (#19713) (Francesco Trotta)60c3e2c
fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90ca
fix: addallowReserved
toLinter.ParserOptions
type (#19710) (Francesco Trotta)fbb8be9
fix: addinfo
toESLint.DeprecatedRuleUse
type (#19701) (Francesco Trotta)Documentation
25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317eb
docs: Update README (GitHub Actions Bot)4c289e6
docs: Update README (GitHub Actions Bot)f0f0d46
docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273
docs: fix internal usages ofConfigData
type (#19688) (Francesco Trotta)eb316a8
docs: addfmt
andcheck
sections toPackage.json Conventions
(#19686) (루밀LuMir)a3a2559
docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1
docs: Update README (GitHub Actions Bot)Chores
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171e
chore: update dependency@eslint/plugin-kit
to ^0.3.1 (#19712) (renovate[bot])3a075a2
chore: update dependency@eslint/core
to ^0.14.0 (#19715) (renovate[bot])44bac9d
ci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304dd
chore: add missingfunding
field to packages (#19684) (루밀LuMir)f305beb
test: mockprocess.emitWarning
to prevent output disruption (#19687) (Francesco Trotta)v9.26.0
Features
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317eb
docs: Update README (GitHub Actions Bot)de1b5de
fix: correctservice
property name inLinter.ESLintParseResult
type (#19713) (Francesco Trotta)58a171e
chore: update dependency@eslint/plugin-kit
to ^0.3.1 (#19712) (renovate[bot])3a075a2
chore: update dependency@eslint/core
to ^0.14.0 (#19715) (renovate[bot])60c3e2c
fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6
docs: Update README (GitHub Actions Bot)9da90ca
fix: addallowReserved
toLinter.ParserOptions
type (#19710) (Francesco Trotta)Pull Request Statistics
Commits:
1Files Changed:
1Additions:
+5701Deletions:
-3328
Package Dependencies
@typescript-eslint/parser
npm
8.19.0 → 8.32.1
Minor
prettier-plugin-tailwindcss
npm
0.6.9 → 0.6.11
Patch
@typescript-eslint/eslint-plugin
npm
8.19.0 → 8.32.1
Minor
eslint-plugin-perfectionist
npm
4.4.0 → 4.13.0
Minor
@commitlint/config-conventional
npm
19.6.0 → 19.8.1
Minor
@pnpm/workspace.read-manifest
npm
1000.0.1 → 1000.1.5
Minor
pinia-plugin-persistedstate
npm
4.2.0 → 4.3.0
Minor
npm
2.12.0 → 2.17.0
Minor
vitepress-plugin-group-icons
npm
1.3.2 → 1.5.5
Minor
@changesets/changelog-github
npm
0.5.0 → 0.5.1
Patch
@stylistic/stylelint-plugin
npm
3.1.1 → 3.1.2
Patch
stylelint-config-recommended-vue
npm
1.5.0 → 1.6.0
Minor
Technical Details
ID: | 579189 |
UUID: | 2537679888 |
Node ID: | PR_kwDONkLNvs6XQewQ |
Host: | GitHub |
Repository: | LeftProgrammer/framework-big-screen |
Mergeable: | Yes |
Merge State: | Clean |