chore(deps): bump the npm-dependencies group with 7 updates#923
Merged
CasLubbers merged 1 commit intomainfrom Feb 17, 2026
Merged
Conversation
Bumps the npm-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [glob](https://github.com/isaacs/node-glob) | `13.0.1` | `13.0.3` | | [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.30.0` | `3.31.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.55.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.54.0` | `8.55.0` | | [dotenv](https://github.com/motdotla/dotenv) | `17.2.4` | `17.3.1` | | [nock](https://github.com/nock/nock) | `14.0.10` | `14.0.11` | | [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.12.0` | `7.13.0` | Updates `glob` from 13.0.1 to 13.0.3 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.1...v13.0.3) Updates `simple-git` from 3.30.0 to 3.31.1 - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.31.1/simple-git) Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/parser) Updates `dotenv` from 17.2.4 to 17.3.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.4...v17.3.1) Updates `nock` from 14.0.10 to 14.0.11 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.10...v14.0.11) Updates `openapi-typescript` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.13.0/packages/openapi-typescript) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: simple-git dependency-version: 3.31.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: dotenv dependency-version: 17.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: nock dependency-version: 14.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: openapi-typescript dependency-version: 7.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
CasLubbers
approved these changes
Feb 17, 2026
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 npm-dependencies group with 7 updates:
13.0.113.0.33.30.03.31.18.54.08.55.08.54.08.55.017.2.417.3.114.0.1014.0.117.12.07.13.0Updates
globfrom 13.0.1 to 13.0.3Commits
782e3a713.0.35cd322eupdate minimatch053ac96update deps2135b0c13.0.25254494ship minified by default, update deps0a603feremove unused tshy configInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
simple-gitfrom 3.30.0 to 3.31.1Release notes
Sourced from simple-git's releases.
Changelog
Sourced from simple-git's changelog.
Commits
09dfe4fVersion Packages69388deVersion Packages7fbd379Removes redundant uniqueness checks throughout thegit.statusparser, each ...56244d1perf(status): Eliminate O(n^2) append bottleneck22dc93fCustom binary plugin should support the use of~character, used by Windows...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for simple-git since your current version.
Updates
@typescript-eslint/eslint-pluginfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
fedfe86chore(release): publish 8.55.08a95834fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...4ba1e72fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...a1f8617feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)3f0ce54fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...3df0002fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
@typescript-eslint/parserfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
dotenvfrom 17.2.4 to 17.3.1Changelog
Sourced from dotenv's changelog.
Commits
7bc16a417.3.127303fdupdate README-es6379eb2update READMEb6d7339fix spelling5febe3517.3.0f61f383changelog 🪵dec94adupdate README4856950update README6351887update README23bd017update READMEUpdates
nockfrom 14.0.10 to 14.0.11Release notes
Sourced from nock's releases.
Commits
db0b280fix: upgrade semantic-release (#2943)bc78af4Add write permission for contents in CI workflow (#2942)a4cb6b8fix: restore github actions write permissions (#2941)113dcacfix: migrate to npm OIDC (#2940)025db76fix: update@mswjs/interceptorsto fix a memory leak (#2938)e7418dachore(deps): bump actions/setup-node from 4 to 6 (#2924)2d4a5ccchore(deps-dev): bump js-yaml from 3.14.1 to 3.14.24f7e385chore: upgrade interceptors5177a33chore(deps): bump serialize-javascript and mocha (#2848)93611a2chore(deps-dev): bump prettier from 3.2.5 to 3.6.2 (#2883)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nock since your current version.
Updates
openapi-typescriptfrom 7.12.0 to 7.13.0Release notes
Sourced from openapi-typescript's releases.
Changelog
Sourced from openapi-typescript's changelog.
Commits
5709d33[ci] release (#2611)a690e52feat(openapi-typescript): add readOnly/writeOnly support via markers (#2549)79a443bchore(deps): update dependency vite-node to v5 (#2602)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