Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.4
->v4.3.0
v4.2.2
->v4.3.0
1.8.13
->1.8.14
8.1.4
->8.6.0
0.7.8
->0.8.5
Release Notes
JamesIves/github-pages-deploy-action
v4.3.0
Compare Source
Changes
force
. If set tofalse
the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future versionfalse
will be set as the default. Massive thanks to @rossjrw for this feature addition.14
to16
.Minor Changes
v4.2.5
Compare Source
Minor Changes
v4.2.4
Compare Source
Minor Changes
v4.2.3
Compare Source
Minor Changes
v4.2.2
Compare Source
Minor Changes
JamesIves/github-pages-deploy-action@v4
if you'd like to always have the most cutting edge changes outside of using the release branch directly.v
to be consistent with other officially provided actions by GitHub. You can useJamesIves/github-pages-deploy-action@v4.2.2
for instance. Dependabot should pick up this change automatically.v4.2.1
Compare Source
Minor Changes
v4.2.0
Compare Source
Happy New Year 2022!
Minor Changes
git mv
command prior to the workflow running. (#895)single-commit
to fail when usingrepository-name
if the branch name was equal from the origin to destination. (#665)v4.1.9
Compare Source
Minor Changes
v4.1.8
Compare Source
Minor Changes
New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8
v4.1.7
Compare Source
Minor Changes
npm ci
instead ofnpm install
in examples by @bananer in use "npm ci" instead of "npm install" in examples JamesIves/github-pages-deploy-action#934git-config-email
option again. If you wish to omit this field entirely you must now provide<>
in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide agit-config-email
parameter at all. You can find an example of this below.New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7
v4.1.6
Compare Source
Minor Changes
git-config-email
option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for exampleAuthor Name <>
. You can find an example of how to utilize this below. #868v4.1.5
Compare Source
Minor Changes
npm/cli
v8.6.0
Compare Source
Features
723a0918a
#4588 feat(version): reify on workspace version change (@ruyadorno)cc6c09431
#4594 feat: add logs-dir config to set custom logging location (@lukekarrys)Bug Fixes
98bfd9a8c
fix: remove always true condition (#4590) (@XhmikosR)81afa5a88
#4601 fix(unpublish): properly apply publishConfig (@wraithgar)716a07fde
#4607 fix: 100% coverage in tests (@wraithgar)6f9cb490e
#4614 fix(arborist): handle link nodes in old lockfiles correctly (@nlf)18b8b9435
#4617 fix(arborist): make sure resolveParent exists before checking props (@nlf)bd96ae407
#4599 fix(arborist): identify and repair invalid nodes in the virtual tree (@nlf)99d884542
#4599 fix: make sure we loadOverrides on the root node in loadVirtual() (@nlf)45dd8b861
#4609 fix: move shellout logic into commands (@wraithgar)a64acc0bf
#4609 fix: really load all commands in tests, add description to birthday (@wraithgar)d8dcc02cf
#4609 fix: consolidate command alias code (@wraithgar)f76d4f2f6
#4609 fix: consolidate is-windows code (@wraithgar)57d8f75eb
#4609 fix: consolidate node version support logic (@wraithgar)0a957f5e2
#4609 fix: consolidate path delimiter logic (@wraithgar)738a40445
#4609 fix: bump knownBroken to <12.5.0 (@wraithgar)8b65bfd5d
#4629 fix: return otplease fn results (@wraithgar)d8d374d23
#4632 fix: consolidate split-package-names (@wraithgar)cc0a2ec99
#4611 fix: work better with system manpages (#4610) (@d0sboots)668ec7f33
#4644 fix: only call npmlog progress methods if explicitly requested (@lukekarrys)Documentation
ff1367f01
#4641 docs: recommend prepare over prepublish (@verhovsky)Dependencies
6df061ec2
#4594 deps:npm-registry-fetch@13.1.0
6dd1139c9
#4594 deps:cacache@16.0.3
feb4446d5
#4616 deps:make-fetch-happen@10.1.0
c33b53311
#4613 deps:minipass-fetch@2.1.0
6a4c8ff89
#4606 deps:npm-audit-report@3.0.0
6e0a131d2
#4627 deps:debug@4.3.4
0f1cd60a1
#4627 deps:proc-log@2.0.1
da377eed5
#4627 deps:parse-conflict-json@2.0.2
726a8a07a
#4627 deps:gauge@4.0.4
aac01b89c
#4628 deps:@npmcli/template-oss@3.2.1
52dfaf239
#4630 deps:make-fetch-happen@10.1.1
9778a5387
#4635 deps:init-package-json@3.0.2
86eff5dcc
#4635 deps:npm-package-arg@9.0.2
5b4cbb217
#4635 deps:validate-npm-package-name@4.0.0
a59fd2cb8
#4639 deps:@npmcli/template-oss@3.2.2
679e569d5
#4655 deps:@npmcli/arborist@5.0.4
v8.5.5
Compare Source
Bug Fixes
0e7511d14
#4261 fix(arborist): _findMissingEdges missing dependency due to inconsistent path separators (@salvadorj)c83069436
#4547 fix: omit bots from authors (@wraithgar)f66da2ed8
#4565 fix(owner): bypass cache when fetching packument (@wraithgar)f0c6e86ca
#4572 fix: remove name from unpublished message (@wraithgar)f7e58fa74
#4572 fix: remove "bug the author" message from package 404 (@wraithgar)5471ff5fe
#4573 fix: add isntall alias to install (@wraithgar)84d19210e
#4576 fix: properly shownpm view ./directory
(@wraithgar)e9a2981f5
#4578 fix(arborist): save workspace version (@ruyadorno)Documentation
a30405258
#4580 docs: add foreground-scripts and ignore-scripts to commands (@wraithgar)2361a68e1
#4582 docs: add isntall alias to install command (@wraithgar)8ff1dfaae
#4575 docs: explain that linked deps neednpm install
ran in them (@wraithgar)ddbb505ec
#4574 docs: explain that git-tag-version=false does not commit (@wraithgar)7c878b978
#4584 docs: fix unpublish docs to auto generate usage (@wraithgar)Dependencies
fcc6acfa8
#4562 deps:@npmcli/metavuln-calculator@3.0.1
6d3145014
#4562 deps:pacote@13.0.4
f6b771aab
#4562 deps:make-fetch-happen@10.0.6
e26548fb1
#4562 deps:cacache@16.0.0
915dda7ab
#4562 deps:init-package-json@3.0.1
f2ec2ef1f
#4562 deps:read-package-json@5.0.0
340fa51f4
#4562 deps:pacote@13.0.5
9555a5f1d
#4562 deps:npm-package-arg@9.0.1
b2a494283
#4562 deps:normalize-package-data@4.0.0
1cb88f4b3
#4562 deps:hosted-git-info@5.0.0
f95396a03
#4562 deps:cacache@16.0.1
aec2bfecc
#4585 deps:cacache@16.0.2
ed8ab63e4
deps:libnpmpack@4.0.2
0b73bfa82
deps:libnpmteam@4.0.2
475d59b36
deps:libnpmaccess@6.0.2
7201c7395
deps:libnpmsearch@5.0.2
f5df358c3
deps:libnpmorg@4.0.2
472e7dd7a
deps:libnpmhook@8.0.2
c901d7290
deps:libnpmpublish@6.0.2
aad53327f
deps:@npmcli/arborist@5.0.3
b40136bca
deps:libnpmdiff@4.0.2
5d91201d1
deps:libnpmexec@4.0.2
v8.5.4
Compare Source
Bug Fixes
fbdb43138
#4529
fix(rebuild): don't run lifecycle scripts twice on linked deps
(@wraithgar)
1c182e11d
#4495
fix(doctor): don't retry ping
(@wraithgar)
55ab38c53
#4495
fix(doctor): allow for missing local bin and
node_modules
(@wraithgar)
5c06a33e6
#4528
fix: clean up owner command and otplease
(@wraithgar)
Documentation
2485064da
#4524
docs: fix typo in configuring-npm/package-json.md
(@dlcmh)
91f03ee61
#4510
docs: standardize changelog heading
(@wraithgar)
Dependencies
377f55e0e
#4530
deps:
make-fetch-happen@10.0.5
40b7fbf67
#4531
deps:
read-package-json@4.1.2
d9dc70ce4
#4545
deps:
map-workspaces@2.0.2
EDUPLICATEWORKSPACE
70fcfb46b
deps:
libnpmfund@3.0.1
621cd033f
deps:
@npmcli/arborist@5.0.2
087fdc4cb
deps:
libnpmpublish@6.0.1
d24c6d288
deps:
libnpmhook@8.0.1
fa59830fc
deps:
libnpmsearch@5.0.1
6d5f22b86
deps:
libnpmexec@4.0.1
69ea54350
deps:
libnpmaccess@6.0.1
4742d7cf3
deps:
libnpmteam@4.0.1
fdd255ae9
deps:
libnpmorg@4.0.1
ed41bc101
deps:
libnpmdiff@4.0.1
21e241025
deps:
libnpmversion@3.0.1
ec7f36ff9
deps:
libnpmpack@4.0.1
ad4b56414
deps:
gauge@4.0.3
v8.5.3
Compare Source
Bug Fixes
defe79ad6
#4480
fix: publish of tarballs includes README in packument
(@fritzy)
45fc297f1
#4479
fix: ignore implict workspace for some commands
(@fritzy)
a0900bdf1
#4481
fix(ls): respect
--include-workspace-root
(@fritzy)
0cfc155db
#4476
fix: set proper workspace repo urls in package.json
(@ljharb)
9e43de8a5
#4493
fix: ignore implicit workspace for whoami
(@nlf)
Dependencies
d13f067d9
#4490
deps:
@npmcli/run-script@3.0.1
(@wraithgar)
ce9a6eac0
#4490
deps:
node-gyp@9.0.0
(@wraithgar)
bd660f5f1
#4490
deps:
@npmcli/config@4.0.1
3c17b6965
#4490
deps:
make-fetch-happen@10.0.4
e9b69c4c5
#4490
deps:
npm-registry-fetch@13.0.1
cf27ca888
#4490
deps:
write-file-atomic@4.0.1
f3421921a
#4490
deps:
gauge@4.0.2
1dd2f7ee1
#4490
deps:
socks@2.6.2
236e3b403
#4490
deps:
minimatch@3.1.2
(@wraithgar)
10e1326d2
#4490
deps:
lru-cache@7.4.0
v8.5.2
Compare Source
Bug Fixes
9bdd1ace8
#4300
fix(arborist): use full location as tracker key when inflating
(@lukekarrys) (@kirtangajjar)
c9ff797e8
#4457
fix: remove html comments from man entries
(@wraithgar)
f4c5f0e52
fix(arborist): fix unescaped periods (#4462)
(@lukekarrys)
c608512ed
#4468
fix: ignore integrity values for git dependencies
(@lukekarrys)
Documentation
e83e5c9ba
#4435
docs: clarify npm init @latest behavior
(@wraithgar)
d8fa9fa5e
#4436
docs: explain $INIT_CWD on using scripts page
(@wraithgar)
6b68c1aaa
#4450
docs: auto-generate npm usage for each command
(@manekinekko)
Dependencies
d58e4442b
deps
@npmcli/arborist@5.0.0
77399cb98
deps:
libnpmaccess@6.0.0
9633752cd
deps:
libnpmdiff@4.0.0
938750581
deps:
libnpmexec@4.0.0
2c86feaf1
deps:
libnpmfund@3.0.0
1dab29805
deps:
libnpmhook@8.0.0
cf273f1cf
deps:
libnpmorg@4.0.0
8b1d9636a
deps:
libnpmpack@4.0.0
67aed0542
deps:
libnpmpublish@6.0.0
8b26a6db1
deps:
libnpmsearch@5.0.0
0b2fa7fed
deps:
libnpmteam@4.0.0
2646d199f
deps:
libnpmversion@3.0.0
5b29666e5
#4459
deps:
columnify@1.6.0 and dedupe vulnerable deps
v8.5.1
Compare Source
Dependencies
54cda9697
#4410
fix(arborist): do not audit in offline mode
(@mohd-akram)
fb13bdaf1
#4403
deps:
@npmcli/ci-detect@2.0.0
702801002
#4415
deps:
make-fetch-happen@10.0.3
88bab3540
#4416
deps:
gauge@4.0.1
Documentation
20378c67c
#4423
docs: update documentation for ping
(@fhinkel)
408d2fc15
#4426
docs: update workspaces guide for consistency
(@bnb)
9275856eb
#4424
docs: update usage example for npm pkg
(@manekinekko)
20c83fae7
#4428
docs: update docs for npm install
(@manekinekko)
v8.5.0
Compare Source
Features
0cc9d4c51
#4372
feat(deps):
@npmcli/config@3.0.0 - introduce automatic workspace roots
(@nlf)
Bug Fixes
fb6e2ddf9
#4386
fix(log): pass in logger to more external modules
(@wraithgar)
0e231d4a4
#4389
fix(pack): let libnpmpack take care of file writes
(@nlf)
e2f1f7b04
#4389
fix(publish): pass dryRun: true to libnpmpack so it doesnt write a tarball
(@nlf)
2937b43d4
#4389
fix(config): add pack-destination flattener
(@nlf)
Documentation
b836d596f
#4384
docs: add cross-references between npx and npm exec
(@Delapouite)
f3fbeea5a
#4388
docs: add --save-bundle to --save usage output
(@wraithgar)
Dependencies
8732f393e
deps:
@npmcli/arborist@4.3.1
2ba09cc0d
#4371
fix(arborist): check if a spec is a workspace before fetching a manifest, closes #3637
(@nlf)
e631faf7b
#4387
fix(arborist): save bundleDependencies to package.json when reifying
(@wraithgar)
d3a7c15e1
deps:
libnpmpack@3.1.0
4884821f6
#4389
feat(libnpmpack): write tarball file when dryRun === false
(@nlf)
ab926995e
#4393
deps:
npm-registry-fetch@12.0.2
1c0d0699c
#4394
deps:
npmlog@6.0.1
3c33a5842
#4400
deps:
make-fetch-happen@10.0.2
v8.4.1
Compare Source
Bug Fixes
1b9338554
#4359
fix(log): pass in logger to external modules
(@wraithgar)
457e0ae61
#4363
fix(ci): lock file validation
(@ruyadorno)
c0519edc1
#4364
fix(ci): should not use package-lock config
(@ruyadorno)
ebb428375
#4365
fix(outdated): parse aliased modules
(@ruyadorno)
Documentation
0b0a7cc76
#4361
docs: bundleDependencies can be a boolean.
(@forty)
Dependencies
3d41447b9
#4353
deps:
wide-align@1.1.5
dc1a0573a
#4353
deps:
socks-proxy-agent@6.1.1
adcefef6b
#4353
deps:
spdx-license-ids@3.0.11
d7e2499e0
#4353
deps:
debug@4.3.3
f0f307140
#4353
deps:
@npmcli/fs@1.1.0
1cb107d33
#4353
deps:
is-core-module@2.8.1
e198ac0d1
#4354
deps:
cli-table3@​0.6.1
5a84e6515
#4355
deps:
graceful-fs@4.2.9
v8.4.0
Compare Source
Features
fbe48a840
#4307
feat(arborist): add named updates validation
(@ruyadorno)
Bug Fixes
1f853f8bf
#4306
fix(arborist): load actual tree on named updates
(@ruyadorno)
90c384ccc
#4326
fix(logout): require proper auth.js from npm-registry-fetch
(@wraithgar)
fabcf431a
#4327
fix(arborist): correctly load overrides on workspace edges, closes #4205
(@nlf)
8c3b143ca
#4258
fix(arborist): shrinkwrap throws when trying to read a folder without permissions
(@Linkgoron)
b51b29c56
#4334
fix(arborist): update save exact
(@ruyadorno)
Dependencies
8558527c7
#4333
deps:
make-fetch-happen@10.0.0
1bfc507f2
#4326
deps:
npm-registry-fetch@12.0.1
52c9608e7
#4326
deps:
pacote@12.0.3
2bbeedfeb
#4326
deps:
npm-profile@6.0.0
9652d685b
chore(release):
@npmcli/arborist@4.3.0
(@wraithgar)
0ee4927d2
chore(release):
libnpmaccess@5.0.1
(@wraithgar)
6c0dc1ffb
chore(release):
libnpmexec@3.0.3
(@wraithgar)
41b8f7b6f
chore(release):
libnpmorg@3.0.1
(@wraithgar)
433e6aafb
chore(release):
libnpmpublish@5.0.1
(@wraithgar)
6654b6efe
chore(release):
libnpmsearch@4.0.1
(@wraithgar)
3423a9804
chore(release):
libnpmteam@3.0.1
(@wraithgar)
fb03e485d
chore(release):
libnpmhook@7.0.1
(@wraithgar)
v8.3.2
Compare Source
Bug Fixes
cfd59b8c8
#4223
fix: npm update --save
(@ruyadorno)
510f0ecbc
#4218
fix(arborist): ensure indentation is preserved
(@ljharb)
c99c2151a
#4230
fix(arborist): prioritize valid workspace nodes
(@nlf)
14a3d9500
#4265
fix: resolve workspace paths from cwd when possible
(@nlf)
Dependencies
2ef9f9847
#4254
deps:
bin-links@3.0.0 write-file-atomic@4.0.0
v8.3.1
Compare Source
Bug Fixes
2ac540b0c
fix(unpublish): Show warning on unpublish command when last version (#4191)
(@ebsaral)
Dependencies
da80d579d
#4211
deps:
hosted-git-info@4.1.0
5a87d190f
#4228
deps:
@npmcli/config@2.4.0
1f0d1370f
chore(release):
@npmcli/arborist@4.2.0
3cfae3840
#4181
feat(arborist) add
toJSON
/toString
methods to get shrinkwrap contents without saving(@ljharb)
Chores
d72650457
chore: Bring in all libnpm modules + arborist as workspaces (#4166)
(@fritzy)
v8.3.0
Compare Source
Features
4b0c29a7c
#4116
feat:
@npmcli/arborist@4.1.0
(@nlf)
166d9e144
npm/statusboard#416
#4143
feat: output configured registry during publish
(@lukekarrys)
71777be17
npm/statusboard#417
#4146
feat: display
publishConfig
duringconfig list
(@lukekarrys)
Bug Fixes
08c663931
#4128
#4134
fix: dont warn on error cleaning individual log files
(@lukekarrys)
e605b128c
#4142
fix: redact all private keys from config output
(@lukekarrys)
Documentation
db1885d7f
#4092
chore(docs): document overrides
(@nlf)
Dependencies
e1da1fa4b
#4141
deps:
@npmcli/arborist@4.1.1
:parse-conflict-json@2.0.1
conflicts
1d8bec566
#4144
#3884
deps:
minipass@3.1.6
v8.2.0
Compare Source
Features
6734ba36d
#4062
feat: streaming debug logfile
(@lukekarrys)
Bug Fixes
5f4040aa0
chore: remove get-project-scope utils
([@Yucel Okcu](https://github.com/Yucel Okcu))
c5c6d1603
#4060
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by WhiteSource Renovate. View repository job log here.