Skip to content

Bump typescript from 4.6.4 to 4.8.4#2

Closed
dependabot[bot] wants to merge 25 commits intomasterfrom
dependabot/npm_and_yarn/typescript-4.8.4
Closed

Bump typescript from 4.6.4 to 4.8.4#2
dependabot[bot] wants to merge 25 commits intomasterfrom
dependabot/npm_and_yarn/typescript-4.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 20, 2022

Bumps typescript from 4.6.4 to 4.8.4.

Release notes

Sourced from typescript's releases.

TypeScript 4.8.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.8.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.8

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.8 RC

For release notes, check out the release announcement.

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2022
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-4.8.4 branch from ae9bcc0 to 21c09ca Compare October 30, 2022 20:50
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-4.8.4 branch from 21c09ca to 427b60d Compare October 30, 2022 20:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-4.8.4 branch from 427b60d to a37d07f Compare November 3, 2022 17:55
Pelle Wessman and others added 2 commits November 4, 2022 17:37
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.4...v4.8.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 7, 2022

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/typescript-4.8.4 branch November 7, 2022 14:39
John-David Dalton (jdalton) added a commit that referenced this pull request Apr 27, 2026
…Bugbot)

Two issues from Cursor Bugbot's review:

1. token-guard sed redaction regex couldn't cross delimiter boundary
   (high). The pattern /\bsed\b[^|]*s[/|#][^/|#]*=[^/|#]*<?redact/i
   used [^/|#]* which stops at the / between sed pattern and
   replacement, so 'sed s/=.*/=<redacted>/' (the canonical fix the
   error message suggests) never matched. Replaced with [\s\S]*? to
   reach across the delimiter.

2. pre-push.mts .env detection only matched root-level .env / .env.local
   (high). commit-msg.mts and pre-commit.mts both use basename() with
   a broader pattern. pre-push is the mandatory enforcement layer for
   --no-verify bypasses; weaker detection there meant a nested
   packages/cli/.env.local would slip through. Aligned to basename-
   based matching with the same allowlist (.env.example/.env.test/
   .env.precommit).

Note on Bugbot finding #2 (rmSync in scripts/bootstrap-from-registry.mts):
deliberate. The bootstrap script runs BEFORE pnpm install — that's
its whole purpose — so @socketsecurity/lib's safeDelete isn't
available yet. Discard.
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant