Skip to content

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

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

Closed

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/platform (source) ^1.15.1 -> ^1.16.0 age adoption passing confidence
@analogjs/vite-plugin-angular ^1.15.1 -> ^1.16.0 age adoption passing confidence
@analogjs/vitest-angular (source) ^1.15.1 -> ^1.16.0 age adoption passing confidence
@types/node (source) ^22.15.2 -> ^22.15.17 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence
bootstrap (source) ^5.3.5 -> ^5.3.6 age adoption passing confidence
caniuse-lite 1.0.30001715 -> 1.0.30001717 age adoption passing confidence
cypress (source) ^14.3.2 -> ^14.3.3 age adoption passing confidence
eslint (source) ^9.25.1 -> ^9.26.0 age adoption passing confidence
eslint-plugin-n ^17.17.0 -> ^17.18.0 age adoption passing confidence
release-it ^19.0.1 -> ^19.0.2 age adoption passing confidence
typescript-eslint (source) ^8.31.0 -> ^8.32.0 age adoption passing confidence
vite (source) ^6.3.3 -> ^6.3.5 age adoption passing confidence
vitest (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence
ws ^8.18.1 -> ^8.18.2 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/platform)

v1.16.0

Compare Source

Bug Fixes
  • nx-plugin: add middleware include to app templates, update docs (#​1701) (1ff4ebb)
  • platform: align logic for determining client only rendering (#​1695) (1f7f560)
  • platform: allow marked extensions to add new renderers (#​1708) (a0bfb70)
  • storybook-angular: adjust peer deps versions (0042da6)
  • storybook-angular: adjust vite peer dep (17e23d5)
  • storybook-angular: move storybook to peer deps (dc91f4b)
  • storybook-angular: only include explicit deps in package.json (#​1703) (63ef9fe)
  • vite-plugin-angular: allow the plugin to be imported with commonjs/require (#​1710) (84cb758)
  • vite-plugin-angular: check for compiler when using JiT and HMR (#​1693) (0173944)
  • vite-plugin-nitro: fix behavior when opting out of prerendering (#​1688) (aa7f02a)
  • vite-plugin-nitro: remove compressed index files for SSR-only rendering (#​1700) (06419c1)
Features
vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
twbs/bootstrap (bootstrap)

v5.3.6

Compare Source

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

Full Changelog: twbs/bootstrap@v5.3.5...v5.3.6

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001717

Compare Source

v1.0.30001716

Compare Source

cypress-io/cypress (cypress)

v14.3.3

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

eslint/eslint (eslint)

v9.26.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.18.0

Compare Source

🌟 Features
  • Allow to use tryExtensions in the rule no-unpublished-import (#​429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#​435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#​433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#​436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#​430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#​437) (6f5e81d)
🩹 Fixes
  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#​432) (bb21bd0)
release-it/release-it (release-it)

v19.0.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.0

Compare Source

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

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

v8.31.1

Compare Source

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

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

vitejs/vite (vite)

v6.3.5

Compare Source

websockets/ws (ws)

v8.18.2

Compare Source

Bug fixes

Fixed an issue that, during message decompression when the maximum size was
exceeded, led to the emission of an inaccurate error and closure of the
connection with an improper close code (#​2285).


Configuration

📅 Schedule: Branch creation - "every 3 weeks on friday" (UTC), 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label May 9, 2025
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented May 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (91e89b3) to head (f84a149).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1567   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1623      1623           
  Branches       465       465           
=========================================
  Hits          1623      1623           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 883b562 to f84a149 Compare May 9, 2025 06:41
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 10, 2025
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch May 10, 2025 18:34
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.

1 participant