Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 - #124

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/decode-uri-component-0.2.2
Closed

Bump decode-uri-component from 0.2.0 to 0.2.2#124
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/decode-uri-component-0.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 6, 2022

Copy link
Copy Markdown

Bumps decode-uri-component from 0.2.0 to 0.2.2.

Release notes

Sourced from decode-uri-component's releases.

v0.2.2

  • Prevent overwriting previously decoded tokens 980e0bf

SamVerschueren/decode-uri-component@v0.2.1...v0.2.2

v0.2.1

  • Switch to GitHub workflows 76abc93
  • Fix issue where decode throws - fixes #6 746ca5d
  • Update license (#1) 486d7e2
  • Tidelift tasks a650457
  • Meta tweaks 66e1c28

SamVerschueren/decode-uri-component@v0.2.0...v0.2.1

Commits

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@olsonanl

Copy link
Copy Markdown
Contributor

Superseded by the dependency security refresh in #192 and #193 (and #191 on alpha).

master now resolves decode-uri-component 0.2.2, which meets or exceeds what this PR proposed. Verified against master's lockfile directly, not inferred.

This PR's lockfile dates from 2022–2023 and no longer applies cleanly, so closing rather than merging. Full analysis, the do-not-bump list, and the re-run procedure are documented in CLAUDE.md on alpha.

@olsonanl olsonanl closed this Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/decode-uri-component-0.2.2 branch August 17, 2026 21:24
olsonanl added a commit to olsonanl/p3_api that referenced this pull request Aug 17, 2026
Lockfile-only in-range updates (npm audit fix --package-lock-only) plus three
manifest bumps. No first-party code changes; offline test results are identical
to pristine alpha (247 passing / 2 pre-existing failures).

Manifest bumps, all majors, each verified against actual usage:

- ejs ^2.7.4 -> ^3.1.10   The 2->3 break is removal of old-style
                          "<% include x %>". views/ has zero includes; all 5
                          templates compile clean on 3.1.10.
- nodemailer ^6.10.1 -> ^9.0.5
                          lib/mailer.js uses only createTransport (sendmail,
                          SMTP, auth, tls) and callback-style sendMail. All
                          verified on 9.0.5. Clears a critical (command
                          injection < 6.4.16) in a dep added days ago.
- nconf ^0.10.0 -> ^0.13.0
                          config.js:234 is the sole consumer; verified the
                          chained argv().env().file().defaults() resolves
                          identically.

Deliberately NOT bumped (breaking, need their own change): redis 2->4 removes
the callback API used in rpc/proteinFamily.js and routes/dataRouter.js;
forever/pm2 are ops tooling imported by no app code; request-promise has no
fix and needs porting to axios; mocha 7->11 is dev-only.

Most of the remaining 57 are unreachable from here: 6 criticals are nested
copies inside the p3-user git dep (being fixed upstream), 11 are pm2/forever
trees, 3 are vendored inside npm itself. Direct axios is already latest and
clean; its alert is @pm2/js-api's pinned 0.21.4.

CLAUDE.md documents the analysis, the do-not-bump list with reasons, the
re-run procedure, and the two pre-existing test failures.

The 9 open dependabot PRs (BV-BRC#117 BV-BRC#118 BV-BRC#123 BV-BRC#124 BV-BRC#125 BV-BRC#126 BV-BRC#128 BV-BRC#129 BV-BRC#133) are
obsolete: 2022-2023 vintage, all target master, all conflicting, every package
already patched or superseded here.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

1 participant