Skip to content
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

Update all non-major dependencies #4758

Merged
merged 3 commits into from
Mar 18, 2025
Merged

Update all non-major dependencies #4758

merged 3 commits into from
Mar 18, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier 10.0.1 -> 10.1.1 age adoption passing confidence
eslint-import-resolver-typescript 3.8.1 -> 3.9.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.3 -> 50.6.6 age adoption passing confidence
eslint-plugin-matrix-org 2.1.0 -> 2.2.1 age adoption passing confidence
knip (source) 5.44.1 -> 5.46.0 age adoption passing confidence
lint-staged 15.4.3 -> 15.5.0 age adoption passing confidence
oidc-client-ts 3.1.0 -> 3.2.0 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.3 age adoption passing confidence
uuid 11.0.5 -> 11.1.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.9.0

Compare Source

Minor Changes

v3.8.7

Compare Source

Patch Changes

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.6

Compare Source

Bug Fixes
  • empty-tags: allow for JSDoc-block final asterisks; fixes #​670 (23b4bfa)

v50.6.5

Compare Source

Bug Fixes
  • text-escaping: always allow content in example tags; fixes #​1360 (6baad05)

v50.6.4

Compare Source

Bug Fixes
matrix-org/eslint-config-matrix-org (eslint-plugin-matrix-org)

v2.2.1: Release 2.2.1

Compare Source

2.2.1 Release

v2.2.0: Release 2.2.0

Compare Source

2.2.0 Release

webpro-nl/knip (knip)

v5.46.0

Compare Source

v5.45.0

Compare Source

  • What are we without badges? (8175043)
  • feat(plugin-eslint): support eslint.config.ts files (#​956) (474dca3) - thanks @​cylewaitforit!
  • Improve cross-workspace config file handling (4717edf)
  • Fix up playwright(-ct) args/bin (b49b753)
  • Improve cross-workspace config & binary handling (7ea7c34)
  • Add tests for cross-workspace inputs coverage (100129a)
  • Add note re. config cascade eslint v8 (resolves #​957) (ee2c94d)
  • Add support for eslint v9 config files + settings (f55dc1b)

v5.44.5

Compare Source

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
authts/oidc-client-ts (oidc-client-ts)

v3.2.0

Compare Source

oidc-client-ts v3.2.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #​1702: cannot set Authorization via extraHeaders
    • #​1738: allow empty string for client_secret in TokenClient
    • #​1803: metadataSeed.authorization_endpoint not prioritized over remote metadata
  • Features:
    • #​1691: add removeState as an option to processSigninResponse
    • #​1817: add raiseEvent parameter to getUser
    • #​1818 : add url_state to SignoutRequest

thanks to @​ZephireNZ, @​ntamotsu, @​jgarplind, @​waldemarennsaed and @​richjyoung

prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

uuidjs/uuid (uuid)

v11.1.0

Compare Source

Features
  • update TS types to allowUint8Array subtypes for buffer option (#​865) (a5231e7)

Configuration

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

🚦 Automerge: Enabled.

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 Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Mar 18, 2025
Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Contributor Author

renovate bot commented Mar 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy marked this pull request as ready for review March 18, 2025 13:53
@t3chguy t3chguy requested a review from a team as a code owner March 18, 2025 13:53
@t3chguy t3chguy requested a review from dbkr March 18, 2025 13:53
@t3chguy t3chguy enabled auto-merge March 18, 2025 13:53
@t3chguy t3chguy added this pull request to the merge queue Mar 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Mar 18, 2025
@t3chguy t3chguy added this pull request to the merge queue Mar 18, 2025
Merged via the queue into develop with commit c233334 Mar 18, 2025
30 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch March 18, 2025 14:35
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 T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant