Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.29.0 -> 9.31.0 age confidence
@hey-api/openapi-ts (source) 0.77.0 -> 0.78.3 age confidence
@hono/node-server 1.14.4 -> 1.16.0 age confidence
@inlang/paraglide-js (source) 2.1.0 -> 2.2.0 age confidence
@playwright/test (source) 1.53.2 -> 1.54.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.35.1 -> 8.37.0 age confidence
@typescript-eslint/parser (source) 8.35.1 -> 8.37.0 age confidence
dotenv 16.5.0 -> 16.6.1 age confidence
eslint (source) 9.29.0 -> 9.31.0 age confidence
globals 16.2.0 -> 16.3.0 age confidence
playwright (source) 1.53.2 -> 1.54.1 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.78.3

Compare Source

Patch Changes

v0.78.2

Compare Source

Patch Changes

v0.78.1

Compare Source

Patch Changes

v0.78.0

Compare Source

Minor Changes
Added parser options
Previously, `@hey-api/typescript` would generate correct types, but the validator plugins would have to re-implement the same logic or generate schemas that didn't match the generated types.

Since neither option was ideal, this release adds a dedicated place for `parser` options. Parser is responsible for preparing the input so plugins can generate more accurate output with less effort.

You can learn more about configuring parser on the [Parser](https://heyapi.dev/openapi-ts/configuration/parser) page.
Moved input options
The following options were moved to the new `parser` group.

-   `input.filters` moved to `parser.filters`
-   `input.pagination` moved to `parser.pagination`
-   `input.patch` moved to `parser.patch`
-   `input.validate_EXPERIMENTAL` moved to `parser.validate_EXPERIMENTAL`
Updated typescript options
The following options were renamed.

-   `enumsCase` moved to `enums.case`
-   `enumsConstantsIgnoreNull` moved to `enums.constantsIgnoreNull`
Moved typescript options
The following options were moved to the new `parser` group.

-   `exportInlineEnums` moved to `parser.transforms.enums`
-   `readOnlyWriteOnlyBehavior` moved to `parser.transforms.readWrite.enabled`
-   `readableNameBuilder` moved to `parser.transforms.readWrite.responses.name`
-   `writableNameBuilder` moved to `parser.transforms.readWrite.requests.name`
Updated readWrite.responses name
Additionally, the naming pattern for response schemas has changed from `{name}Readable` to `{name}`. This is to prevent your code from breaking by default when using a schema that gets updated with a write-only field.
Patch Changes
honojs/node-server (@​hono/node-server)

v1.16.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.14.4...v1.15.0

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

Compare Source

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

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

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

v8.37.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.

v8.36.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.

motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

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

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

sindresorhus/globals (globals)

v16.3.0

Compare Source



Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 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 added the dependencies Pull requests that update a dependency file label Aug 20, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from def14ea to 2f7c054 Compare August 22, 2024 08:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2f7c054 to d91d1f5 Compare August 27, 2024 19:53
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.16.1 chore(deps): update devdependencies (non-major) (minor) Aug 27, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 39fa477 to 8cce8c4 Compare September 1, 2024 12:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 32dbf68 to 3c9a2dd Compare September 9, 2024 20:03
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 80b525a to 470f847 Compare September 19, 2024 04:26
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from bf12653 to 0fcb4c1 Compare September 27, 2024 19:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from ca0889b to fcc8fad Compare October 2, 2024 16:18
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 1583cad to a4b9939 Compare June 26, 2025 12:46
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (minor) chore(deps): update devdependencies (non-major) (minor) - autoclosed Jun 26, 2025
@renovate renovate bot closed this Jun 26, 2025
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch June 26, 2025 13:18
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (minor) - autoclosed chore(deps): update devdependencies (non-major) (minor) Jul 1, 2025
@renovate renovate bot reopened this Jul 1, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 0d9b58e to 01f9aa4 Compare July 7, 2025 18:39
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 971025d to a72a4b3 Compare July 14, 2025 17:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from a72a4b3 to 4447edd Compare July 17, 2025 06:17
@sonarqubecloud
Copy link

@spaenleh spaenleh merged commit bfcf1c6 into main Jul 17, 2025
5 checks passed
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 v2.0.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants