[dependency update]: bump the dev-dependencies group with 6 updates - #68
Open
dependabot[bot] wants to merge 1 commit into
Open
[dependency update]: bump the dev-dependencies group with 6 updates#68dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@mad-c/file-system-helpers](https://github.com/madcampos/mad-file-system-helpers) | `1.1.0` | `2.0.0` | | [@mad-c/config](https://github.com/madcampos/mad-config) | `2.2.0` | `2.3.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.72.0` | `1.74.0` | | [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.24.0` | `0.25.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.107.0` | `4.112.0` | Updates `@mad-c/file-system-helpers` from 1.1.0 to 2.0.0 - [Changelog](https://github.com/madcampos/mad-file-system-helpers/blob/main/CHANGELOG.md) - [Commits](https://github.com/madcampos/mad-file-system-helpers/commits/file-system-helpers@2.0.0) Updates `@mad-c/config` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/madcampos/mad-config/releases) - [Changelog](https://github.com/madcampos/mad-config/blob/main/docs/changelog.md) - [Commits](madcampos/mad-config@v2.2.0...v2.3.0) Updates `oxlint` from 1.72.0 to 1.74.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.74.0/npm/oxlint) Updates `oxlint-tsgolint` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](oxc-project/tsgolint@v0.24.0...v0.25.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `wrangler` from 4.107.0 to 4.112.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.112.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@mad-c/file-system-helpers" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@mad-c/config" dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: oxlint dependency-version: 1.74.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: oxlint-tsgolint dependency-version: 0.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: wrangler dependency-version: 4.112.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 dev-dependencies group with 6 updates:
1.1.02.0.02.2.02.3.01.72.01.74.00.24.00.25.06.0.37.0.24.107.04.112.0Updates
@mad-c/file-system-helpersfrom 1.1.0 to 2.0.0Changelog
Sourced from @mad-c/file-system-helpers's changelog.
Commits
Updates
@mad-c/configfrom 2.2.0 to 2.3.0Release notes
Sourced from @mad-c/config's releases.
Commits
93cea1dchore: update package version2ddebd9feat: refactor changelog script to be in plain js instead of typescript0f3a1a1chore: update changelogUpdates
oxlintfrom 1.72.0 to 1.74.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
2d4e8d2release(apps): oxlint v1.74.0 && oxfmt v0.59.0 (#24454)7f80cacperf(linter/vue/prop-name-casing): precompileignorePropsregex pattern (#2...6272051perf(linter/typescript/no-require-imports): compile allow patterns once (#24417)33805b9perf(linter/jsdoc/require-param): compile checkTypesPattern regex once (#24420)0433a83feat(linter/eslint/no-inner-declarations): addnamespacesoption (#24044)8337835fix(linter): error onignorePatternsthat cannot match files aoutside the c...2ce5a33fix(linter): resolveignorePatternsrelative to the config dir (#24339)39677barelease(apps): oxlint v1.73.0 && oxfmt v0.58.0 (#24219)a2c97f3feat(linter/unicorn): implementexplicit-timer-delayrule (#23612)bdb51c7fix(linter/jest/prefer-ending-with-an-expect): validate config patterns (#24122)Updates
oxlint-tsgolintfrom 0.24.0 to 0.25.0Release notes
Sourced from oxlint-tsgolint's releases.
Commits
1abf9a5docs: update sponsor section6ee7c11fix(no-unnecessary-type-assertion): preserve generic write casts (#1089)e23cc83fix(no-unnecessary-type-assertions): generic array false positive (#1045)c3269c0fix(no-unnecessary-type-assertion): avoid recursive unknown checks (#1086)c214d5cchore: update Node.js to 26.5.0 (#1087)002b818refactor: drop dead isFunction guards built on a bitwise ast.Kind mask (#1078)d6a1cb2refactor: remove dead code from rules (#1079)7823d59refactor: miscellaneous code cleanup (#1077)fcf43ffperf(no-unnecessary-type-arguments): skip signature resolution when node has ...6875914chore(deps): update gomod (#1081)Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
wranglerfrom 4.107.0 to 4.112.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
82918adVersion Packages (#14699)24731b5[wrangler] Wait for workerd cleanup in port conflict E2E (#14730)028ce1f[wrangler] Wait for workers.dev propagation in E2Es (#14728)c79504ffix(wrangler): support containers in test harness (#14725)4c1309e[wrangler] Use default readiness timeout in local dev E2Es (#14729)b38f494chore: consolidate most packages on zod 4.4.3 in pnpm catalog (#14707)cb6c3f9feat(wrangler): access do storage with test harness (#14706)c7dbe1afix(wrangler): type the public startWorker input as WranglerStartDevWorkerInp...9f04a7efeat: surface uncaught Worker exceptions as a typed runtimeError event in loc...3de70df[wrangler] Add top-leveladdressesconfig field for Email Routing (#14470)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions