-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update devdependencies #469
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
Conversation
🦋 Changeset detectedLatest commit: ed62841 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Snapshot test successSee the details: workflow run |
commit: |
565bbda
to
15be76d
Compare
|
0ae40be
to
f471b53
Compare
8ba2026
to
b6e6644
Compare
80406de
to
6910e9d
Compare
🚚 Updated snapshots
|
This PR contains the following updates:
2.29.0
->2.29.2
9.24.0
->9.25.1
0.0.42
->0.0.43
10.8.1
->10.10.0
16.18.0
->16.19.1
Release Notes
changesets/changesets (@changesets/cli)
v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
eslint/eslint (eslint)
v9.25.1
Compare Source
v9.25.0
Compare Source
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.43
Compare Source
pnpm/pnpm (pnpm)
v10.10.0
Compare Source
Minor Changes
preResolution
,importPackage
, andfetchers
hooks from local pnpmfile.Patch Changes
cd
command, whenshellEmulator
istrue
#7838.pnpm-workspace.yaml
#9453.npm_package_json
environment variable to the executed scripts #9452.--reporter=silent
option.v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.stylelint/stylelint (stylelint)
v16.19.1
Compare Source
no-empty-source
false positives for non-standard syntaxes (#8548) (@ybiquitous).v16.19.0
Compare Source
It adds 2 options to 2 rules and fixes 3 bugs.
exceptWithoutPropertyFallback: []
tofunction-allowed-list
(#8488) (@ryo-manba).ignore: ["four-into-three-edge-values"]
toshorthand-property-no-redundant-values
(#8527) (@ryo-manba).compact
formatter with pnpm to newline the exit code (#8534) (@konomae).declaration-property-value-no-unknown
range and message for invalid syntax within known functions (#8528) (@ryo-manba).no-empty-source
false positives for--report-needless-disables
(#8536) (@romainmenke).Configuration
📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.