Skip to content

chore(deps): update all non-major dependencies #91

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@faker-js/faker (source) 9.7.0 -> 9.9.0 age adoption passing confidence devDependencies minor
@types/lodash (source) 4.17.16 -> 4.17.20 age adoption passing confidence devDependencies patch
@types/node (source) 20.17.31 -> 20.19.4 age adoption passing confidence devDependencies minor
eslint-plugin-jsonc (source) 2.20.0 -> 2.20.1 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.2.6 -> 5.5.1 age adoption passing confidence devDependencies minor
node (source) 20.19.1 -> 20.19.3 age adoption passing confidence patch
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence devDependencies minor
prettier-eslint 16.4.1 -> 16.4.2 age adoption passing confidence devDependencies patch
ts-jest (source) 29.3.2 -> 29.4.0 age adoption passing confidence devDependencies minor

Release Notes

faker-js/faker (@​faker-js/faker)

v9.9.0

Compare Source

New Locales
Features

v9.8.0

Compare Source

New Locales
Changed Locales
Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.20.1

Compare Source

Patch Changes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

v5.4.0

Compare Source

Minor Changes

v5.3.1

Compare Source

Patch Changes

v5.3.0

Compare Source

Minor Changes
nodejs/node (node)

v20.19.3

Compare Source

v20.19.2

Compare Source

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

prettier/prettier-eslint (prettier-eslint)

v16.4.2

Compare Source

Patch Changes
kulshekhar/ts-jest (ts-jest)

v29.4.0

Compare Source

Features

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

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 is behind base branch, 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 renovate bot changed the title chore(deps): update dependency @types/node to v20.17.32 chore(deps): update all non-major dependencies May 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8219626 to e9718b1 Compare May 8, 2025 16:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 2eafea1 to fb8fd49 Compare May 21, 2025 03:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 39b8a0e to 98bc6f9 Compare May 30, 2025 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e928455 to 96853e0 Compare June 6, 2025 19:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7b21d71 to 32644cc Compare June 17, 2025 10:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e933630 to d1341d9 Compare June 23, 2025 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a211a68 to dd7f319 Compare July 1, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd7f319 to 445fa6d Compare July 3, 2025 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 445fa6d to 2dd6084 Compare July 3, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants