Skip to content

Bump minimist from 1.2.5 to 1.2.8 - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minimist-1.2.8
Open

Bump minimist from 1.2.5 to 1.2.8#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minimist-1.2.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2025

Copy link
Copy Markdown

Bumps minimist from 1.2.5 to 1.2.8.

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
LoveAndCoding pushed a commit that referenced this pull request Jul 17, 2026
Addresses the remaining High findings + connection Mediums/Lows (all
verified real except one disproven; each revert-verified with tests):
- HIGH #4: parser/lexer/pipeline 'error' events now route through
  onPipelineError → controlled connection teardown (was uncaught →
  process crash; the amplifier behind the two parser-crash Criticals).
- HIGH #5: compression codec errors now force a real teardown via the
  socket close cascade (was a silent permanent wedge — connected stayed
  true, reads dead, writes fed a destroyed deflate).
- HIGH #6: STARTTLS/COMPRESS/UNAUTHENTICATE negotiations + CAPABILITY
  round trips bounded by a command timeout (ImapClientTimeouts.command
  is now actually wired through; was dead config) — a silent server no
  longer hangs connect() forever.
- HIGH #7: CommandQueue gained a stopped flag; add-after-stop rejects
  synchronously instead of parking forever (and can't dispatch a stale
  command against a reconnected socket); unauthenticate() got the
  missing !this.socket guard.
- HIGH #9: _logoutPromise cleared in the disconnected bridge — logout()
  after reconnect actually sends LOGOUT and tears down (was a stale
  resolved-promise no-op leaving a live authenticated connection).
- Capability epochs (I-2): connection-local registry invalidated on
  COMPRESS/UNAUTHENTICATE; new secureUpgrade event invalidates the
  client registry the instant STARTTLS succeeds.
- Also: implicit-TLS connect() re-entrancy guard; stale STARTTLS-swap
  error listener detached; boundary-injection split-write hardening
  (postBoundaryDiscard) + topology-surgery-throw guards that always
  release the queue; disconnect() awaits real socket close;
  authenticate()/logout() race maps to a typed StateError;
  decompression-bomb output cap (256 MiB); updates() iterator
  listener-leak on the CapabilityError join-reject path; replace.ts
  binary now gated on BINARY/IMAP4rev2; ALERT stray-space trust-marking
  bypass tightened; two throw-site server-text sanitizations.

Escape-hatch cleartext-credential bypass: doc-strengthened, not
functionally guarded (a real fix needs a CommandWriter-level
security-context plumb-through — architecturally significant, flagged
for follow-up). assertIn() dead-code finding DISPROVEN (it is live and
tested in state.ts). Negotiation FIN-detection: timeout bound judged
sufficient; instant-FIN reaction flagged as a larger follow-up.

Tests 2053 pass (+34 files), typecheck 0, eslint 0 errors, compliance
per-row identical (1138/6/2/451, problems []). The 22 raw compliance
vitest failures are pre-existing (8 adjudicated rows + 14 driver-env/
import-hygiene carry-forwards) — verified byte-identical with these
changes reverted.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jvj25KC7SRUFHsyTzswqsW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants