playwright-zephyr
playwright-zephyr copied to clipboard
build(deps): bump adm-zip from 0.5.14 to 0.5.15
Bumps adm-zip from 0.5.14 to 0.5.15.
Release notes
Sourced from adm-zip's releases.
v0.5.15
What's Changed
- Fix utils canonical to valid posix by
@skoniks
in cthackers/adm-zip#499- addFile backslash test by
@5saviahv
in cthackers/adm-zip#500- added addLocalFolderAsync2 by
@5saviahv
in cthackers/adm-zip#501- fixed windows paths by
@roosipuu
in cthackers/adm-zip#503- Add Windows build by
@5saviahv
in cthackers/adm-zip#504- inital "decoder" functionality by
@5saviahv
in cthackers/adm-zip#505- Bump braces from 3.0.2 to 3.0.3 by
@dependabot
in cthackers/adm-zip#506- Write out Electron original-fs auto loading by
@5saviahv
in cthackers/adm-zip#502- using writeZip() twice throws "Invalid LOC header (bad signature)" error by
@5saviahv
in cthackers/adm-zip#507- Descriptor check & Main Header locating by
@5saviahv
in cthackers/adm-zip#508- House keeping by
@5saviahv
in cthackers/adm-zip#509- typo by
@5saviahv
in cthackers/adm-zip#510- Allow interoperability files with non-UTF-8 (bit 11 = 0) name by
@yfdyh000
in cthackers/adm-zip#450- package lock update by
@5saviahv
in cthackers/adm-zip#511- small updates by
@5saviahv
in cthackers/adm-zip#513- CodeQL check by
@5saviahv
in cthackers/adm-zip#514- Keep local extra data by
@5saviahv
in cthackers/adm-zip#515- Update old test by
@5saviahv
in cthackers/adm-zip#516- make all errors a function by
@5saviahv
in cthackers/adm-zip#517- Update date time functions by
@5saviahv
in cthackers/adm-zip#518- Add a length check when extra field parsed by
@code-sunbo
in cthackers/adm-zip#520- deleteFile is too eager by
@5saviahv
in cthackers/adm-zip#525New Contributors
@skoniks
made their first contribution in cthackers/adm-zip#499@roosipuu
made their first contribution in cthackers/adm-zip#503@code-sunbo
made their first contribution in cthackers/adm-zip#520Full Changelog: https://github.com/cthackers/adm-zip/compare/v0.5.14...v0.5.15
Commits
b148463
Incremented package version535815e
deleteFile is too eager (#525)ef63cbb
Merge pull request #520 from code-sunbo/masterf2830d0
Add a length check when extra field parsedba46576
Update date time functions (#518)7a1b68e
make all errors a function (#517)d59de3e
Update old test (#516)44b1006
Merge pull request #515 from 5saviahv/updates86bae22
add temporary folders into listf9d1a3a
added some functions to handle entries- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)