Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the npm-development group with 5 updates:

Package From To
@octokit/types 14.0.0 14.1.0
@types/node 22.15.19 22.15.21
eslint-import-resolver-typescript 4.3.5 4.4.1
globals 16.1.0 16.2.0
rollup 4.41.0 4.41.1

Updates @octokit/types from 14.0.0 to 14.1.0

Release notes

Sourced from @​octokit/types's releases.

v14.1.0

14.1.0 (2025-05-25)

Features

  • new GET /users/{username}/settings/billing/usage, POST /credentials/revoke endpoints, endpoint type updates, type performance fixes (#675) (a7ec830), closes #667 #666
Commits
  • a7ec830 feat: new GET /users/{username}/settings/billing/usage, `POST /credentials/...
  • 10745ee chore(deps): update dependency typedoc to ^0.28.0 (#661)
  • d8fde41 chore(deps): update dependency npm-run-all2 to v8 (#674)
  • bb316aa chore(deps): update dependency github-openapi-graphql-query to v5 (#673)
  • See full diff in compare view

Updates @types/node from 22.15.19 to 22.15.21

Commits

Updates eslint-import-resolver-typescript from 4.3.5 to 4.4.1

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.1

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.4.0...v4.4.1

v4.4.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.5...v4.4.0

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.1

Patch Changes

4.4.0

Minor Changes

Commits
  • c7d0125 chore: release eslint-import-resolver-typescript (#458)
  • d9f3e68 fix(deps): bump eslint-import-context to v0.1.5 (#457)
  • 93aabc2 chore: release eslint-import-resolver-typescript (#455)
  • 7d87517 feat: integrate eslint-import-context to get correct context.cwd (#453)
  • See full diff in compare view

Updates globals from 16.1.0 to 16.2.0

Release notes

Sourced from globals's releases.

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

Commits

Updates rollup from 4.41.0 to 4.41.1

Release notes

Sourced from rollup's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Commits
  • 7c469dc 4.41.1
  • 9f4abf1 Avoid recursively calling a plugin's resolveId hook with same id and importer...
  • 605ec27 fix(deps): update swc monorepo (major) (#5963)
  • b88492b fix(deps): lock file maintenance minor/patch updates (#5964)
  • See full diff 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

Bumps the npm-development group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts) | `14.0.0` | `14.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.19` | `22.15.21` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.5` | `4.4.1` |
| [globals](https://github.com/sindresorhus/globals) | `16.1.0` | `16.2.0` |
| [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.41.1` |


Updates `@octokit/types` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v14.0.0...v14.1.0)

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

Updates `eslint-import-resolver-typescript` from 4.3.5 to 4.4.1
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.3.5...v4.4.1)

Updates `globals` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.1.0...v16.2.0)

Updates `rollup` from 4.41.0 to 4.41.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.41.1)

---
updated-dependencies:
- dependency-name: "@octokit/types"
  dependency-version: 14.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: rollup
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
@dependabot dependabot bot requested a review from ncalteen as a code owner May 26, 2025 05:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
@github-actions
Copy link

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ JSON jsonlint 8 0 0 0.33s
✅ JSON npm-package-json-lint yes no no 0.68s
✅ JSON prettier 8 0 0 1.17s
✅ MARKDOWN markdownlint 1 0 0 0.82s
✅ REPOSITORY checkov yes no no 25.65s
✅ REPOSITORY gitleaks yes no no 0.26s
✅ REPOSITORY git_diff yes no no 0.03s
❌ REPOSITORY grype yes 1 no 40.11s
✅ REPOSITORY syft yes no no 7.81s
✅ REPOSITORY trivy yes no no 15.14s
✅ REPOSITORY trivy-sbom yes no no 1.52s
✅ REPOSITORY trufflehog yes no no 27.45s
✅ TYPESCRIPT prettier 22 0 0 1.44s
✅ YAML prettier 8 0 0 0.49s
✅ YAML yamllint 8 0 0 0.44s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-8b43ed15ab branch June 2, 2025 05:46
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