Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the npm-development group across 1 directory with 5 updates #188

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the npm-development group with 4 updates in the / directory: @octokit/types, @types/node, @vitest/coverage-v8 and textlint.

Updates @octokit/types from 13.8.0 to 13.10.0

Release notes

Sourced from @​octokit/types's releases.

v13.10.0

13.10.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, description updates (#669) (302087f)

v13.9.0

13.9.0 (2025-03-18)

Features

  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#668) (3ee44b3)

v13.8.1

13.8.1 (2025-03-18)

Bug Fixes

  • deps: update dependency @​octokit/openapi-types to v24 (#664) (94a68f9)
Commits
  • 302087f feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • 3ee44b3 feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...
  • 94a68f9 fix(deps): update dependency @​octokit/openapi-types to v24 (#664)
  • 45945de chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • See full diff in compare view

Updates @types/node from 22.13.10 to 22.13.11

Commits

Updates @vitest/coverage-v8 from 3.0.8 to 3.0.9

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.0.9

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates textlint from 14.4.2 to 14.5.0

Commits
  • 42711e5 chore(release): v14.5.0 (#1465)
  • 5e724d6 feat(@​textlint/ast-node-types): add missing LinkReference, ImageReference...
  • f9b7aad docs: replace --dryRun with --dry-run (#1461)
  • a66c105 chore(deps): update dependency lerna to ^8.2.1 (#1464)
  • 8cce918 chore(deps): update dependency lerna to ^8.2.0 (#1457)
  • c0166cd fix(deps): update babel monorepo to ^7.26.9 (#1455)
  • 39aaded fix(deps): update babel monorepo to ^7.26.8 (#1452)
  • 3ab9197 fix(deps): update babel monorepo to ^7.26.7 (#1451)
  • See full diff in compare view

Updates vitest from 3.0.8 to 3.0.9

Release notes

Sourced from vitest's releases.

v3.0.9

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 8ea9e14 chore: release v3.0.9
  • 422ba66 fix(coverage): browser mode + coverage.all (#7597)
  • 3fdee3d chore: fix various typos (#7663)
  • 4b0451d chore(deps): update dependency @​antfu/eslint-config to v4 (#7407)
  • fcf3cf5 refactor: coverage types to avoid mixing node and runtime types (#7627)
  • 3fb3fbf fix: fix getState().testPath during collection with no isolation (#7640)
  • 7155aef chore: use pnpm catalog (#7590)
  • c0cf65f chore: use unplugin-isolated-decl with oxc-transform for dts build (#7609)
  • 5eb4cd1 fix(browser): fail playwright timeouts earlier than a test timeout (#7565)
  • b7f5526 fix: race condition in RPC filesystem cache. (#7531)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
@dependabot dependabot bot requested a review from virgofx as a code owner March 24, 2025 00:23
…th 5 updates

Bumps the npm-development group with 4 updates in the / directory: [@octokit/types](https://github.com/octokit/types.ts), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [textlint](https://github.com/textlint/textlint).


Updates `@octokit/types` from 13.8.0 to 13.10.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.8.0...v13.10.0)

Updates `@types/node` from 22.13.10 to 22.13.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 3.0.8 to 3.0.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.9/packages/coverage-v8)

Updates `textlint` from 14.4.2 to 14.5.0
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v14.4.2...v14.5.0)

Updates `vitest` from 3.0.8 to 3.0.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.9/packages/vitest)

---
updated-dependencies:
- dependency-name: "@octokit/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: textlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-development-41e2e0e7f6 branch from 82a5633 to a2e0f20 Compare March 26, 2025 07:35
Copy link

Release Plan

No terraform modules updated in this pull request.

✅ Wiki Check ℹ️

Note: The following Terraform modules no longer exist in source; however, corresponding tags/releases exist. Automation tag/release deletion is disabledno subsequent action will take place.

v1.5.0, v1.4.2, v1.4.1, v1.4.0, v1.3.1, v1.3.0, v1.2.0, v1.1.1, v1.1.0, v1.0.1, v1.0.0, v1

Powered by techpivot/terraform-module-releaser

@virgofx virgofx merged commit 3645bb1 into main Mar 26, 2025
26 checks passed
@virgofx virgofx deleted the dependabot/npm_and_yarn/npm-development-41e2e0e7f6 branch March 26, 2025 15:09
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