Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/firestore ^7.11.1 -> ^7.11.6 age confidence
@google-cloud/opentelemetry-cloud-monitoring-exporter ^0.20.0 -> ^0.21.0 age confidence
@types/express (source) ^5.0.3 -> ^5.0.5 age confidence
@types/lodash (source) ^4.17.18 -> ^4.17.20 age confidence
eslint-config-prettier ^9.1.0 -> ^9.1.2 age confidence
eslint-plugin-prettier ^5.5.0 -> ^5.5.4 age confidence
js-yaml ^4.1.0 -> ^4.1.1 age confidence
markdown-link-check ^3.13.7 -> ^3.14.1 age confidence
pino (source) ^9.7.0 -> ^9.14.0 age confidence
prettier (source) ^3.5.3 -> ^3.6.2 age confidence
typescript (source) ^5.8.3 -> ^5.9.3 age confidence

Release Notes

googleapis/nodejs-firestore (@​google-cloud/firestore)

v7.11.6

Compare Source

Bug Fixes
  • Pool.ts: add even more logging (c508d1b)

v7.11.5

Compare Source

Bug Fixes
  • Pool.ts: add more detailed logging for client garbage collection (#​2420) (1bbca46)

v7.11.4

Compare Source

Bug Fixes
  • Improve debug logging for the internal client pool. Added client IDs to debug log statements for client management. (99918f1)

v7.11.3

Compare Source

Bug Fixes
  • Improve performance of the UTF-8 string comparison logic (#​2380) (bc6a03e)

v7.11.2

Compare Source

Bug Fixes
GoogleCloudPlatform/opentelemetry-operations-js (@​google-cloud/opentelemetry-cloud-monitoring-exporter)

v0.21.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.4

Compare Source

Patch Changes

v5.5.3

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Compare Source

Patch Changes
nodeca/js-yaml (js-yaml)

v4.1.1

Compare Source

Security
  • Fix prototype pollution issue in yaml merge (<<) operator.
tcort/markdown-link-check (markdown-link-check)

v3.14.1

Compare Source

v3.14.0

Compare Source

pinojs/pino (pino)

v9.14.0

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.13.1...v9.14.0

v9.13.1

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.13.0...v9.13.1

v9.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.12.0...v9.13.0

v9.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.11.0...v9.12.0

v9.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.10.0...v9.11.0

v9.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.9.5...v9.10.0

v9.9.5

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.9.4...v9.9.5

v9.9.4

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.9.3...v9.9.4

v9.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.9.2...v9.9.3

v9.9.2

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.9.1...v9.9.2

v9.9.1

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.9.0...v9.9.1

v9.9.0

Compare Source

What's Changed

Full Changelog: pinojs/pino@v9.8.0...v9.9.0

v9.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.7.0...v9.8.0

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot changed the title fix(deps): update dependency prettier to ^3.6.0 fix(deps): update npm-packages Jun 25, 2025
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 5 times, most recently from 5947faf to 46e404f Compare July 1, 2025 22:35
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 2 times, most recently from 8772b00 to 8d61f29 Compare July 18, 2025 19:53
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 3 times, most recently from 55c7fb2 to c0252dc Compare July 24, 2025 19:29
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 9 times, most recently from 15edb4f to 3b73f5f Compare August 14, 2025 05:36
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 10 times, most recently from 77415ff to 6899d9a Compare August 16, 2025 00:35
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 4 times, most recently from c5c61b7 to 51b9d84 Compare August 19, 2025 08:53
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 4 times, most recently from 7e7b268 to f1deef5 Compare September 9, 2025 21:12
@forking-renovate
Copy link

forking-renovate bot commented Sep 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: cloudspannerecosystem/[email protected]
npm error Found: @opentelemetry/[email protected]
npm error node_modules/@opentelemetry/sdk-metrics
npm error   @opentelemetry/sdk-metrics@"^1.30.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @opentelemetry/sdk-metrics@"^2.0.0" from @google-cloud/[email protected]
npm error node_modules/@google-cloud/opentelemetry-cloud-monitoring-exporter
npm error   @google-cloud/opentelemetry-cloud-monitoring-exporter@"^0.21.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-12T20_58_01_296Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-12T20_58_01_296Z-debug-0.log

@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 4 times, most recently from ee79c48 to d9fa67d Compare September 16, 2025 21:39
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 3 times, most recently from d592cdc to 7a7a3eb Compare September 23, 2025 00:36
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 6 times, most recently from 1a9f853 to 22350eb Compare October 2, 2025 15:09
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch from 22350eb to 38a4dd7 Compare October 3, 2025 13:12
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 2 times, most recently from d031d98 to de91ff8 Compare October 11, 2025 20:55
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 2 times, most recently from 38b3ad6 to 16eb397 Compare October 24, 2025 05:13
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch from 16eb397 to 3c7ddb1 Compare October 27, 2025 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant