Skip to content

Update all non-major dependencies#455

Merged
bendera merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 27, 2025
Merged

Update all non-major dependencies#455
bendera merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@awmottaz/prettier-plugin-void-html 1.8.0 -> 1.9.0 age adoption passing confidence
@types/node (source) 22.15.32 -> 22.15.33 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.35.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.35.0 age adoption passing confidence
concurrently 9.1.2 -> 9.2.0 age adoption passing confidence
dotenv 16.5.0 -> 16.6.0 age adoption passing confidence
mocha (source) 11.7.0 -> 11.7.1 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence
rollup (source) 4.43.0 -> 4.44.1 age adoption passing confidence

Release Notes

awmottaz/prettier-plugin-void-html (@​awmottaz/prettier-plugin-void-html)

v1.9.0

Compare Source

Full Changelog: awmottaz/prettier-plugin-void-html@v1.8.0...v1.9.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.35.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

open-cli-tools/concurrently (concurrently)

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

motdotla/dotenv (dotenv)

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
mochajs/mocha (mocha)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores
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

rollup/rollup (rollup)

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests

v4.44.0

Compare Source

2025-06-19

Features
  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#​5986)
Bug Fixes
  • Provide better source mappings when coarse intermediate maps are used (#​5985)
Pull Requests

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 renovate Bot force-pushed the renovate/all-minor-patch branch from 89f95e5 to 99bb910 Compare June 22, 2025 09:30
@renovate renovate Bot changed the title Update dependency rollup to v4.44.0 Update all non-major dependencies Jun 22, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 99bb910 to 2e85aaa Compare June 27, 2025 02:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2e85aaa to e6dc177 Compare June 27, 2025 08:48
@bendera bendera merged commit 3ac9fec into main Jun 27, 2025
1 check passed
@bendera bendera deleted the renovate/all-minor-patch branch June 27, 2025 19:48
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