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

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

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 28, 2024

This PR contains the following updates:

Package Type Update Change
@eslint/js (source) devDependencies patch ^9.11.0 -> ^9.11.1
@lmdb/lmdb-win32-x64 optionalDependencies patch 3.1.2 -> 3.1.3
@rollup/rollup-darwin-arm64 (source) optionalDependencies minor 4.22.4 -> 4.23.0
@rollup/rollup-darwin-x64 (source) optionalDependencies minor 4.22.4 -> 4.23.0
@rollup/rollup-win32-x64-msvc (source) optionalDependencies minor 4.22.4 -> 4.23.0
@sveltejs/kit (source) devDependencies minor ^2.5.28 -> ^2.6.1
@types/node (source) devDependencies patch ^20.16.5 -> ^20.16.10
@types/react (source) devDependencies patch ^18.3.8 -> ^18.3.10
@typescript-eslint/rule-tester (source) devDependencies minor ^8.6.0 -> ^8.8.0
@typescript-eslint/utils (source) dependencies minor ^8.6.0 -> ^8.8.0
@vitejs/plugin-react (source) devDependencies patch ^4.3.1 -> ^4.3.2
eslint (source) devDependencies patch ^9.11.0 -> ^9.11.1
eslint-plugin-jsdoc devDependencies minor ^50.2.4 -> ^50.3.0
eslint-plugin-react devDependencies minor ^7.36.1 -> ^7.37.0
eslint-plugin-svelte (source) devDependencies patch ^2.44.0 -> ^2.44.1
prettier-plugin-svelte devDependencies patch ^3.2.6 -> ^3.2.7
sass devDependencies patch ^1.79.3 -> ^1.79.4
shiki (source) devDependencies minor ^1.18.0 -> ^1.21.0
svelte-check devDependencies patch ^4.0.2 -> ^4.0.4
tailwindcss (source) devDependencies patch ^3.4.12 -> ^3.4.13
typedoc-plugin-mdn-links devDependencies patch ^3.3.1 -> ^3.3.2
typescript-eslint (source) devDependencies minor ^8.6.0 -> ^8.8.0
vite (source) devDependencies patch ^5.4.7 -> ^5.4.8
vite (source) peerDependencies patch ^5.4.7 -> ^5.4.8

Release Notes

eslint/eslint (@​eslint/js)

v9.11.1

Compare Source

Bug Fixes
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)
Documentation
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)
Chores
kriszyp/lmdb-js (@​lmdb/lmdb-win32-x64)

v3.1.3

Compare Source

rollup/rollup (@​rollup/rollup-darwin-arm64)

v4.23.0

Compare Source

2024-10-01

Features
  • Collect all emitted names and originalFileNames for assets (#​5686)
Pull Requests

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests
sveltejs/kit (@​sveltejs/kit)

v2.6.1

Compare Source

Patch Changes
  • fix: better error message when calling push/replaceState before router is initialized (#​11968)

v2.6.0

Compare Source

Minor Changes
  • feat: support typed arrays in load functions (#​12716)
Patch Changes
  • fix: open a new tab for <form target="_blank"> and ` submissions (#​11936)
typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v8.8.0

Compare Source

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

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

v8.7.0

Compare Source

This was a version bump only for rule-tester 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/utils)

v8.8.0

Compare Source

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • utils: update missing type information message

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types
🩹 Fixes
  • utils: add missing entries to the RuleListener selectors list
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.2

Compare Source

Ignore directive sourcemap error #​369

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

v50.3.0

Compare Source

Features
  • require-param: add ignoreWhenAllParamsMissing option; fixes #​1317 (3b18435)

v50.2.5

Compare Source

Bug Fixes
  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #​1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.0

Compare Source

Added
Changed
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.44.1

Compare Source

Patch Changes
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.7

Compare Source

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
sass/dart-sass (sass)

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy
    colors would fail.
shikijs/shiki (shiki)

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.19.0

Compare Source

   🚀 Features
    View changes on GitHub
sveltejs/language-tools (svelte-check)

v4.0.4

Compare Source

  • fix: relax component constructor type (#​2524)

v4.0.3

Compare Source

  • breaking(svelte5): only generate function component shape in runes mode (#​2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#​2508)
  • fix: include files indirectly belonging to a project into correct project (#​2488)
  • fix: check project files update more aggressively before assigning service (#​2518)
  • chore: upgrade to chokidar 4 (#​2502)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v3.3.2

Compare Source

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

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

vitejs/vite (vite)

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "every weekend" (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 has been generated by Renovate Bot.

@github-actions github-actions bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from dd8460a to 3ec55a6 Compare October 1, 2024 07:14
@github-actions github-actions bot force-pushed the renovate/all-minor-patch branch from 3ec55a6 to 22cc1a0 Compare October 1, 2024 08:30
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.67%. Comparing base (40d0f5b) to head (22cc1a0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #937      +/-   ##
==========================================
+ Coverage   92.54%   92.67%   +0.12%     
==========================================
  Files          89       90       +1     
  Lines        2442     2483      +41     
  Branches      399      411      +12     
==========================================
+ Hits         2260     2301      +41     
  Misses        119      119              
  Partials       63       63              
Flag Coverage Δ
e2e 83.71% <ø> (ø)
unit 84.25% <ø> (+0.46%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@quentinderoubaix quentinderoubaix merged commit a96adc2 into main Oct 1, 2024
18 checks passed
@quentinderoubaix quentinderoubaix deleted the renovate/all-minor-patch branch October 1, 2024 08:59
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