Bump adm-zip from 0.5.17 to 0.6.0 in /packages/telescope - #312
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump adm-zip from 0.5.17 to 0.6.0 in /packages/telescope#312dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot recreate |
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.17 to 0.6.0. - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](cthackers/adm-zip@v0.5.17...v0.6.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/telescope/adm-zip-0.6.0
branch
from
July 24, 2026 17:58
b12200d to
0e44f57
Compare
sufian-cf
added a commit
that referenced
this pull request
Jul 24, 2026
…ades (CVEs) (#336) * Fixed lockfiles This is a package with workspaces, so we only need one package-lock.json file at the root. This change has deleted and recreated the package-lock.json files at the repo root. * Apply Dependabot security bumps for adm-zip, ejs and eslint Pulls the package.json upgrades from the open Dependabot security PRs into packages/telescope, consolidated into a single change now that the repo has one lockfile at the root. Applied from Dependabot: - adm-zip ^0.5.16 -> ^0.6.0, fixing CVE-2026-39244, where a crafted archive declaring a huge uncompressed size could force an unbounded Buffer.alloc and exhaust memory (#313) - ejs ^3.1.10 -> ^6.0.1 and eslint ^9.39.2 -> ^10.7.0, the ancestor bumps required to clear the brace-expansion advisory; the three vulnerable brace-expansion 1.1.16 copies all sit under eslint 9's tree (#314) Three further changes were needed to keep the tree installable, none of which Dependabot included: - Add @eslint/js ^10.0.1 as an explicit devDependency. eslint.config.js imports it directly but never declared it, relying on eslint 9 pulling it in transitively. eslint 10 no longer depends on it, so lint would fail on an unresolved import. - Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser to ^8.65.0. The 8.54 peer range is eslint ^8.57 || ^9, so eslint 10 would fail to resolve. 8.65 widens it to include ^10, and its typescript peer still covers our ^5.9.3. - Drop @types/adm-zip. adm-zip 0.6.0 ships its own types.d.ts, which TypeScript prefers over @types, leaving the DefinitelyTyped package as dead weight describing the old API. Supersedes and closes the remaining Dependabot PRs: - #312 duplicates #313, differing only in writing the deleted nested packages/telescope/package-lock.json - #318 is a strict subset of #314, omitting the ejs bump - #332 changes only the deleted nested lockfile; postcss already resolves to 8.5.23 through vite in the regenerated root lockfile - #315 is a downgrade, rewriting astro ^7.1.3 back to ^7.1.0 against a base predating #331 * Minor version bump for dependencies/CVE fixes * Fix lint violations from new eslint 10 recommended rules eslint 10 adds a few new errors, which surfaced 8 pre-existing problems This fixes those issues. * Run PR tests from the workspace root and add a lint step Now that package-lock.json is consolidated, this repairs the PR tests: - Commands are run from the workspace root - A new "lint" step is performed, so we catch lint issues in CI * Point deploy workflows at root lockfile Now that lockfiles are consolidated, install step now runs at repo root. * Fix test failure introduced by upgrading astro to v7 The astro compiler changed (golang to rust), which rejects unmatched brace tracking. This change escapes the stray closing brace with `}`. * Bump docker image to match packages * Keep playwright in sync * Add package-lock.json for playwright sync * Keep playwright in sync with 1.61.1 * Fix missing 1.61.1 playwright versions
Contributor
Author
|
Looks like adm-zip is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/packages/telescope/adm-zip-0.6.0
branch
July 24, 2026 22:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps adm-zip from 0.5.17 to 0.6.0.
Release notes
Sourced from adm-zip's releases.
Changelog
Sourced from adm-zip's changelog.
... (truncated)
Commits
2b4d840updated minimum node engine version to >= 14dc57f0fHardened entry-name lookup, fixed test(), and sped up entry sortingf81806aMade utimes best-effort so it can't abort extraction (#379)ab04324Fixed extractEntryTo flattening subdirectories (#306)8a5d9baFixed empty name for directory entries (#466)3e72790Fixed uncaught crash in writeFileToAsync on write failure (#470, #459, #402)651ae4cAdded typescript typese72021dFixed infinite recursion on symlink loops in addLocalFolder (#541)8f3176bFixed directory permissions on linux4d2c8f9Fixed error introduced with zip descriptor checks