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

fix(deps): update all non-major dependencies #204

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.24.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.24.0 -> 8.24.1 age adoption passing confidence devDependencies patch
JamesIves/github-pages-deploy-action v4.7.2 -> v4.7.3 age adoption passing confidence action patch
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence devDependencies patch
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence devDependencies patch
solid-js (source) 1.9.4 -> 1.9.5 age adoption passing confidence dependencies patch
vite (source) 6.1.0 -> 6.1.1 age adoption passing confidence overrides patch
vite (source) 6.1.0 -> 6.1.1 age adoption passing confidence devDependencies patch
vite-plugin-solid 2.11.1 -> 2.11.2 age adoption passing confidence devDependencies patch
vitest (source) 3.0.5 -> 3.0.6 age adoption passing confidence devDependencies patch

Release Notes

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

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

v8.24.1

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.

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.3

Compare Source

What's Changed

Build 🔧
Other Changes

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.3

postcss/postcss (postcss)

v8.5.3

Compare Source

prettier/prettier (prettier)

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.

solidjs/solid (solid-js)

v1.9.5

Compare Source

vitejs/vite (vite)

v6.1.1

Compare Source

solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.2

Compare Source

Patch Changes
  • 5003976: handle empty query string
  • 3da707e: Support query string in tsx/jsx files
vitest-dev/vitest (vitest)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@renovate renovate bot enabled auto-merge (squash) February 24, 2025 03:01
@renovate renovate bot merged commit fb99618 into main Feb 24, 2025
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 24, 2025 03:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants