-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Minor updates (minor) #132
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
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
@anolilab/multi-semantic-release
@anolilab/rc
@anolilab/semantic-release-preset
@anolilab/semantic-release-pnpm
@anolilab/semantic-release-clean-package-json
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
===========================================
+ Coverage 65.13% 88.31% +23.18%
===========================================
Files 32 10 -22
Lines 803 308 -495
Branches 114 50 -64
===========================================
- Hits 523 272 -251
+ Misses 280 36 -244
🚀 New features to boost your workflow:
|
7994650
to
282f7ec
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
cef193c
to
7e9c6bc
Compare
28a9388
to
7f2560e
Compare
0ec7e75
to
f666c33
Compare
d35f694
to
c41abfb
Compare
8f10201
to
779622e
Compare
51b3ec8
to
1471463
Compare
1471463
to
6c57cd5
Compare
fc1fed3
to
3b26e7c
Compare
e369b4c
to
d5261d1
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
d5261d1
to
79fe0b2
Compare
Pull request was closed
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR contains the following updates:
^0.8.3
->^0.10.0
>=2.7.7
->>=2.8.0
^15.4.3
->^15.5.1
>=8.11.0
->>=8.19.4
](https://renovatebot.com/diffs/npm/npm@>=7.9.0 <8.11.0/8.11.0/8.19.4)10.2.1
->10.10.0
>=7.5.2
->>=7.7.1
](https://renovatebot.com/diffs/npm/semver@>=7.0.0 <7.5.2/7.5.2/7.7.1)^2.14.0
->^2.15.1
^18.4.0
->^18.7.1
4.4.2
->4.6.3
Release Notes
microsoft/rushstack (@rushstack/eslint-plugin-security)
v0.10.0
Compare Source
Tue, 11 Mar 2025 02:12:33 GMT
Minor changes
@typescript-eslint/*
packages to add support for TypeScript 5.8.v0.9.0
Compare Source
Sat, 01 Mar 2025 07:23:16 GMT
Minor changes
@typescript-eslint/*
dependencies to~8.24.0
to support newer versions of TypeScript.wanasit/chrono (chrono-node@<2.2.4)
v2.8.0
Compare Source
New/Fix: Reference date calculation on the assigned timezone
4033a27
Previously, the reference date calculation (e.g., "1 day ago", "tomorrow at 9am") was based on the interpretation of the reference instant/timestamp using the system timezone rather than the assigned timezone (e.g., "April 5" in the system timezone may already "April 6" in the assigned timezone).
This changed some current relative date/time output. So, it is published in a minor version, instead of a patch.
v2.7.9
Compare Source
e1acb29
当日
to本日
8c415a8
v2.7.8
Compare Source
6d8d672
257722f
a857d3f
80c126b
6646c75
3a15d3d
lint-staged/lint-staged (lint-staged)
v15.5.1
Compare Source
Patch Changes
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
npm/cli (npm@>=7.9.0 <8.11.0)
v8.19.4
Compare Source
Documentation
dd51f34
#6155 don't redirect "npm config' to itself (#6155) (@ivanosevitch)Dependencies
cfab523
#6166http-cache-semantics@4.1.1
(#6166)v8.19.3
Compare Source
Bug Fixes
26f3d0b
#5761 use hosted-git-info to parse registry urls (#5761) (@lukekarrys)Documentation
bd92aa0
#5753 name and version description change (#5753) (@dominikgorczyca)Dependencies
@npmcli/arborist@5.6.3
libnpmexec@4.0.14
libnpmfund@3.0.5
v8.19.2
Compare Source
Dependencies
@npmcli/arborist@5.6.2
libnpmexec@4.0.13
libnpmfund@3.0.4
v8.19.1
Compare Source
Bug Fixes
d60b43f
#5438 fix: Turn off progress bar when using web based authorization (@sandeepmeduru)v8.19.0
Compare Source
Features
d94a9f5
#5347 feat: add deprecation warnings to access commands (@wraithgar)Bug Fixes
bd2ae5d
#5323 fix: linting (@wraithgar)Documentation
3569094
#5321 docs: fix link to dependency selectors page (@hghmn)414667a
#5328 docs(dependency-selectors): fix Arborist example in docs (@kyle-west)Dependencies
1286f03
#5381 deps:unique-filename@2.0.1
d7e9a8e
#5381 deps:ini@3.0.1
2c4e387
#5381 deps:hosted-git-info@5.1.0
e401a81
#5381 deps:npm-bundled@2.0.1
f4205e5
#5381 deps:diff@5.1.0
8f7abbe
#5381 deps:npm-packlist@5.1.3
b12ac01
#5381 deps:npm-pick-manifest@7.0.2
7fbf6f7
#5381 deps:bin-links@3.0.3
7c7f656
#5381 deps:read-package-json@5.0.2
26d2e55
#5381 deps:@npmcli/query@1.2.0
a79ee00
#5381 deps:cacache@16.1.3
2561822
#5378 deps:@npmcli/config@4.2.2
8ab12dc
#5323 deps:@npmcli/eslint-config@3.1.0
@npmcli/arborist@^5.6.1
libnpmaccess@^6.0.4
libnpmdiff@^4.0.5
libnpmexec@^4.0.12
libnpmfund@^3.0.3
libnpmhook@^8.0.4
libnpmorg@^4.0.4
libnpmpack@^4.1.3
libnpmpublish@^6.0.5
libnpmsearch@^5.0.4
libnpmteam@^4.0.4
libnpmversion@^3.0.7
v8.18.0
Compare Source
v8.18.0 (2022-08-17)
Features
e6d4304
#5306 feat(arborist): add overridden getter to Node class (@nlf)d221f72
#5306 feat(arborist): add :overridden pseudo selector (@nlf)0d4ed0f
#5306 feat(query): support :overridden pseudo selector (@nlf)Bug Fixes
05d9bcf
#5306 fix(ls): display overridden nodes (@nlf)cd2b1e6
#5306 fix(explain): display override information (@nlf)e5a9162
#5297 fix: npm exec does not use script-shell option to run commands (@lux01)6eba131
#5298 fix: don't prompt onnpm exec [directory]
(@wraithgar)Documentation
bc66ffa
#5304 docs: update --no-optional to --omit=optional (@wraithgar)Dependencies
8460ccf
#5311 deps:libnpmexec@4.0.11
41d0f51
#5310 deps:@npmcli/arborist@5.6.0
4e08d71
#5315 deps:pacote@13.6.2
46e8753
#5316 deps:npm-registry-fetch@13.3.1
d39b2ee
#5318 deps:normalize-package-data@4.0.1
7d564bd
#5318 deps:make-fetch-happen@10.2.1
5a56686
#5318 deps:@npmcli/git@3.0.2
3c5a866
#5318 deps:bin-links@3.0.2
07536a4
#5318 deps:@npmcli/fs@2.1.2
8165501
#5318 deps:@npmcli/move-file@2.0.1
cbee638
#5318 deps:cacache@16.1.2
1f6daf5
#5318 deps:write-file-atomic@4.0.2
409468f
#5318 deps:minipass-fetch@2.1.1
v8.17.0
Compare Source
v8.17.0 (2022-08-10)
Features
96b6781
#5263 feat(arborist): add option to forcibly skip loading a virtual tree (@nlf)Bug Fixes
9078e27
#5263 fix(query): tell arborist to load an actual tree, not a virtual one (@nlf)c992fd6
#5273 fix: look up local command bins from local tree (@wraithgar)95ae9f2
#5253 fix: only try to run global bin if the bin name exists (@wraithgar)daaf461
#5291 fix: ignore global prefix if --prefix is used (@wraithgar)Documentation
f281ec8
#5257 docs: Fix link syntax independency-selectors.md
(@aried3r)Dependencies
741bccf
#5284 deps:@npmcli/config@4.2.1
7f31b85
#5284 deps:nopt@6.0.0
2569d82
#5284 deps:node-gyp@9.1.0
a396f8d
#5284 deps:@npmcli/map-workspaces@2.0.4
a9b5306
#5284 deps:is-core-module@2.10.0
786f753
#5284 deps:lru-cache@7.13.2
7b702b6
#5284 deps:are-we-there-yet@3.0.1
e74f99e
#5284 deps:just-diff@5.1.1
9833066
#5284 deps:just-diff-apply@5.4.1
4e5dd73
#5284 deps:socks@2.7.0
d0f5995
#5284 deps:@npmcli/run-script@4.2.1
8d870c5
#5275 deps:libnpmexec@4.0.10
v8.16.0
Compare Source
v8.16.0 (2022-08-03)
Features
3c024ac
#5000 feat: add npm query cmd (@ruyadorno) (@wraithgar)703dbbf
#4860 feat: add --replace-registry-host=<npmjs|always|never> (@fritzy)Bug Fixes
eac1bf2
#5164 fix(ls): when filtering workspaces, make sure the edge has a to before checking if its a workspace (@nlf)47cc95d
#5227 fix(arborist): use the sourceReference root rather than the node root for overrides (@nlf)050284d
#5233 fix(arborist): pass the edge to fromPath in order to determine correct path (@nlf)d315ead
#5243 fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new webAuthn flow (@neeldani)ea44995
#5244 fix: properly find locally/globally/npxCache packages (@wraithgar)19f1497
#5244 fix: use binPaths (@wraithgar)3b30af2
#5244 fix: fix exec tests and clean up workspace-location-msg (@wraithgar)8233fca
#5248 fix(arborist): fix bare attribute queries (@darcyclarke)19a8346
#5250 fix: properly find and run global scoped packages (@wraithgar)Documentation
a6153cf
#5240 docs: Use the full proper name of Travis CI (@tnir)Dependencies
fd030c8
#5245 deps:npm-profile@6.2.1
c18dbc4
#5244 deps: add@npmcli/fs@2.1.1
cd6bafd
#5244 deps: addsemver@7.3.7
d0be9a2
#5244 deps:@npmcli/run-script@4.2.0
d55007d
#5247 deps:@npmcli/query@1.1.1
c650a29
#5241 deps:@npmcli/arborist@5.4.0
4b7b48b
#5246 deps:libnpmexec@4.0.9
v8.15.1
Compare Source
v8.15.1 (2022-07-27)
Bug Fixes
9905d0e
#5197 fix: don't fail immediately if cache dir is not accessible (@lukekarrys)0e3660e
#5206 fix(init): allow for spec on scope-only arg (@wraithgar)62b95a0
#5122 fix: allow hash character in paths (@AgainPsychoX)Documentation
f9abee7
#5205 docs: update commit-ish default branch (@dijonkitchen)77bf2e1
#5218 docs: update npm-ls.md (@MapleCCC)de40c31
#5207 docs: sync ci params with install (@wraithgar)4d1d8a9
#5221 docs: describe implicit workspace and prefix configuration (@fritzy) (@lukekarrys) (@wraithgar)Dependencies
3bbb293
#5223 deps:@npmcli/arborist@5.3.1
v8.15.0
Compare Source
v8.15.0 (2022-07-20)
Features
5ef53ee
#5160 feat: accept registry-scoped certfile and keyfile as credentials (@jenseng)c8bdb4a
#5098 feat: Support pure web authentication for commands (@jumoel) (@ljharb) (@hfaulds) (@sandeepmeduru)Bug Fixes
9c590fa
#5172 fix: disable progress bar on publish (@wraithgar)2fa3271
#5196 fix: add missing ` in adduser warning (@MylesBorins)Documentation
7efad06
#5168 docs: Update audit signatures cmd (@feelepxyz)8ab5fca
#5171 docs: correct bundledDependencies -> bundleDependencies (@nlf)Dependencies
64fe64b
#5187 deps:@npmcli/config@4.2.0
51b12a0
#5187 deps:npm-registry-fetch@13.3.0
3ae1b81
#5190 deps:make-fetch-happen@10.2.0
v8.14.0
Compare Source
v8.14.0 (2022-07-13)
Features
f032e1c
#4827 feat: add npm audit signatures (@feelepxyz)e8102c1
#5076 feat: Addweb
auth type (@jumoel)e9b4214
#5094 feat(arborist): add support for dependencies script (@nlf)c6c4ba3
#5149 feat: notify on adduser of upcoming cmds, login and register (@fritzy)e58f02f
#5149 feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)Bug Fixes
52ec5ec
#5154 fix: properly open package arg repo inside workspace (@wraithgar)Documentation
9697f16
#5118 docs: typo in npm command (@crisanmm)da5a4ba
#5079 docs: update reference to deprecated spdx package (@kachick)25b3058
#5043 docs: naming of files in example code should be consistent (@xc1427)ac56fc4
#5095 docs: documentdependencies
script (@nlf)Dependencies
cb0db7c
#5147 deps:@npmcli/arborist@5.3.0
b8c0580
#5156 deps:minipass@3.3.4
ad72611
#5156 deps:lru-cache@7.12.0
c94919d
#5156 deps:just-diff@5.0.3
18ddc57
#5156 deps:just-diff-apply@5.3.1
a2d700b
#5156 deps:npm-package-arg@9.1.0
99dc697
#5156 deps:@npmcli/run-script@4.1.7
4a9f2dc
#5157 deps:npm-registry-fetch@13.2.0
45a9bde
#5158 deps:npm-profile@6.2.0
v8.13.2
Compare Source
v8.13.2 (2022-06-29)
Documentation
5be7d6e
#5087 docs: add foreground-scripts to run-script page (@ruyadorno)Dependencies
dd62328
#5086 deps:@npmcli/run-script@4.1.4
5546906
#5086 deps:@npmcli/run-script@4.1.5
c7d5a69
#5102 deps:@npmcli/metavuln-calculator@3.1.1
7ce66b0
#5103 deps:npm-packlist@5.1.1
v8.13.1
Compare Source
v8.13.1 (2022-06-23)
Dependencies
f59a114
#5064 deps:@npmcli/run-script@4.1.3
236b4a2
#5069 deps:libnpmpack@4.1.2
0a6664d
#5070 deps:@npmcli/arborist@5.2.3
9f94049
#5071 deps:libnpmexec@4.0.8
8212363
#5072 deps:libnpmversion@3.0.6
v8.13.0
Compare Source
v8.13.0 (2022-06-22)
Features
06fd788
#4960 feat: prompt before opening web-login URL when performinglogin
/adduser
(@jumoel)Bug Fixes
e03009f
#5042 fix: Add space to SemVer log message (@dnicolson)2953983
#5035 fix(view): error on missing version (@wraithgar)Documentation
69b5a96
#5048 docs: consolidate docs and help for package spec (@wraithgar)facba42
#5030 docs: fix typo (@westy92)Dependencies
2e50cb8
#5049 deps:pacote@13.6.1
2c06cee
#5049 deps:@npmcli/run-script@4.1.0
61112f7
#5044 deps:make-fetch-happen@10.1.8
01eef03
#5034 deps:npm-profile@6.1.0
afa10c7
#5063 deps:libnpmdiff@4.0.4
a5be4d6
#5062 deps:libnpmversion@3.0.5
3ea332b
#5061 deps:libnpmpack@4.1.1
14a08d6
#5060 deps:libnpmexec@4.0.7
1ab9776
#5059 deps:@npmcli/arborist@5.2.2
v8.12.2
Compare Source
v8.12.2 (2022-06-15)
Dependencies
053dffe
#4986 deps:make-fetch-happen@10.1.7
d404c8c
#4985 deps:cacache@16.1.1
v8.12.1
Compare Source
v8.12.1 (2022-06-02)
Bug Fixes
40c823c
#4982 fix: undeprecate and remove warnings for --global, -g, --local (@fritzy)v8.12.0
Compare Source
v8.12.0 (2022-06-01)
Features
aee6fc8
#4892 feat(init): reify on init new workspace (@ruyadorno)a8ae177
#4931 feat: Add--auth-type=webauthn
flag (@jumoel)Bug Fixes
646b6b5
#4963 fix(arborist): use rawSpec for bundled and shrinkwrapped deps (@nlf)fcc72dd
#4929 fix(libnpmexec): fix bug not install latest pkg (@jihunleekr)Dependencies
a6b62b2
#4949 deps:make-fetch-happen@10.1.6
fb4cc24
#4969 deps:pacote@13.6.0
5b9688c
#4971 deps:glob@8.0.3
a8bfdd8
#4972 deps:minimatch@5.1.0
66981ec
#4973 deps:tap@16.2.0
180a7e4
#4975 deps:@npmcli/arborist@5.2.1
0886f7f
#4976 deps:libnpmexec@4.0.6
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.v10.8.1
Compare Source
Patch Changes
package.json
,onlyBuiltDependencies
will be written topnpm-workspace.yaml
file #9404.v10.8.0
Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs
. For example:Now you can use the
pnpm add
command with the--config
flag to install new configurational dependencies #9377.Patch Changes
Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.