chore(deps-dev): bump the types group across 1 directory with 2 updates - #49
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Deploying extforge with
|
| Latest commit: |
db007a3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://37f3625d.extforge.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-type-8ahq.extforge.pages.dev |
Bumps the types group with 2 updates in the / directory: [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/chrome` from 0.0.290 to 0.1.43 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) Updates `@types/node` from 22.19.17 to 22.19.21 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-version: 0.1.42 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types - dependency-name: "@types/node" dependency-version: 22.19.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types-7e76975073
branch
from
June 14, 2026 19:01
d7e1b78 to
db007a3
Compare
15 tasks
arshad-shah
added a commit
that referenced
this pull request
Sep 1, 2026
Closes the remaining pre-v1 gates from #35. Adds a major changeset — there are no breaking changes from 0.6.x; what v1 adds is the promise that the documented surface stays put. API freeze - New reference/stability page assigns every export, command, flag, config field and runtime global to a tier: Stable, Experimental, or Internal. - createBuildContext, classifyChange, generateHMRClientCode, writeManifest and PluginRunner carry @internal tags naming what to use instead. - extforge/testing ships experimental; the Chrome fakes track a surface MV3 keeps extending. __EXTFORGE_HMR_QUIET__ is stable, __EXTFORGE_HMR__ internal. extforge/plugins is stable — its apiVersion: 1 discriminator lets a future incompatible API ship as apiVersion: 2 alongside it. - Node policy written down: >=22.12, supported through Active and Maintenance LTS; dropping an EOL major is a minor release. ESLint + Prettier -> Biome - One tool for lint and format. Every suppression ported with its rationale; the no-console whitelist survives as per-file overrides. - Real findings fixed rather than silenced: storage's private useChrome() renamed (not a hook), memoization via assignment-in-expression removed, forEach callbacks no longer return values, and the deliberately-excluded React dep note became a real suppression — ESLint never had the react-hooks plugin installed, so it was never enforced. Dependencies - Everything on latest across the root package, docs-site, tests-e2e and the examples, plus all SHA-pinned actions. Supersedes #49-#54, #62-#64, #69-#76. - TypeScript stays on 6.0.3: TS 7 typechecks but breaks the .d.ts bundle, since tsup's rollup-plugin-dts binds to a compiler API TS 7 does not expose. - Peer ranges untouched — they are consumer compatibility floors. - New pnpm overrides pin postcss, nanoid, js-yaml and svgo, which Astro and Starlight pull in vulnerable and would fail the audit gate. Cross-browser gate - pnpm check:cross-browser builds every example for Chrome, Firefox, Edge and Safari and asserts each manifest carries that browser's shape. Runs in CI. Live-browser e2e remains Chromium-only. Also removes the stale [Unreleased] changelog section, whose contents shipped in 0.3.0 and 0.4.0, and hardens the plugin doc generator's markdown escaping against a CodeQL-flagged ordering bug.
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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 the types group with 2 updates in the / directory: @types/chrome and @types/node.
Updates
@types/chromefrom 0.0.290 to 0.1.43Commits
Updates
@types/nodefrom 22.19.17 to 22.19.21Commits