Bump the all-npm group across 1 directory with 8 updates#5
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the all-npm group across 1 directory with 8 updates#5dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all-npm group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pino](https://github.com/pinojs/pino) | `9.4.0` | `9.6.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.10.0` | `9.17.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.10.3` | | [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.17.0` | | [pino-pretty](https://github.com/pinojs/pino-pretty) | `11.2.2` | `13.0.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.19.0` | Updates `pino` from 9.4.0 to 9.6.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.4.0...v9.6.0) Updates `@eslint/js` from 9.10.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js) Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 22.5.5 to 22.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.10.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.10.0...v9.17.0) Updates `pino-pretty` from 11.2.2 to 13.0.0 - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v11.2.2...v13.0.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.7.2) Updates `typescript-eslint` from 8.4.0 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-npm - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: pino-pretty dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm ... 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 all-npm group with 8 updates in the / directory:
9.4.09.6.09.10.09.17.029.5.1229.5.1422.5.522.10.39.10.09.17.011.2.213.0.05.5.45.7.28.4.08.19.0Updates
pinofrom 9.4.0 to 9.6.0Release notes
Sourced from pino's releases.
... (truncated)
Commits
4df424ctest: skippkgtest in CITGM (#2112)6bf9478Bumped v9.6.0abd6621test: use fs.execFile instead of exec (#2110)bb1f89dadd new streamWrite hook (#2105)1bff08adocs: update API reference (#2095)182002cchore(docs): add links to gcp logging formatter (#2088)d1c3b9fbuild(deps-dev): bump typescript from 5.6.3 to 5.7.2 (#2101)9434f38docs: alphabetize ecosystem lists (#2097)806ea86docs: add missing parenthesis to transport code example (#2099)4ea00c2docs: add@openobserve/openobserve-pinotransports (#2078)Updates
@eslint/jsfrom 9.10.0 to 9.17.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.... (truncated)
Commits
84c5787chore: package.json update for@eslint/jsreleasedf9bf95chore: package.json update for@eslint/jsreleaseb441beechore: package.json update for@eslint/jsrelease3087c9efeat: addmetaobject to@eslint/jsplugin (#19095)28be447chore: package.json update for@eslint/jsreleaseb0faee3feat: add types for the@eslint/jspackage (#19010)2211f0achore: package.json update for@eslint/jsrelease873ae60chore: package.json update for@eslint/jsrelease36d8095chore: package.json update for@eslint/jsreleasea10f90achore: package.json update for@eslint/jsreleaseUpdates
@types/jestfrom 29.5.12 to 29.5.14Commits
Updates
@types/nodefrom 22.5.5 to 22.10.3Commits
Updates
eslintfrom 9.10.0 to 9.17.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
90c1db99.17.0755512dBuild: changelog update for 9.17.0cc243c9chore: upgrade to@eslint/js@9.17.0(#19242)84c5787chore: package.json update for@eslint/jsreleaseeed91d1feat: add suggestions tono-unused-vars(#18352)4c4f53bchore: add missing backticks toflags.js(#19226)3c22d2adocs: updateyodatoYodainyoda.mdfor consistency (#19230)e0a2203docs: add missing backticks tono-sequences(#19233)4cc4881docs: Update README3db6fdfdocs: [no-await-in-loop] expand on benefits and inapplicability (#19211)Updates
pino-prettyfrom 11.2.2 to 13.0.0Release notes
Sourced from pino-pretty's releases.