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 #215

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.23.2 -> ^7.23.3 age adoption passing confidence
@babel/plugin-syntax-decorators (source) ^7.22.10 -> ^7.23.3 age adoption passing confidence
@babel/plugin-syntax-typescript (source) ^7.22.5 -> ^7.23.3 age adoption passing confidence
@microsoft/api-extractor (source) ^7.38.2 -> ^7.38.3 age adoption passing confidence
@sveltejs/kit (source) ^1.27.2 -> ^1.27.5 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^2.4.6 -> ^2.5.2 age adoption passing confidence
@types/babel__core (source) ^7.20.3 -> ^7.20.4 age adoption passing confidence
@types/node (source) ^20.8.10 -> ^20.9.0 age adoption passing confidence
@types/react (source) ^18.2.34 -> ^18.2.37 age adoption passing confidence
@types/react-dom (source) ^18.2.14 -> ^18.2.15 age adoption passing confidence
@types/uuid (source) ^9.0.6 -> ^9.0.7 age adoption passing confidence
@types/webpack-env (source) ^1.18.3 -> ^1.18.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.9.1 -> ^6.10.0 age adoption passing confidence
@typescript-eslint/parser ^6.9.1 -> ^6.10.0 age adoption passing confidence
@typescript-eslint/rule-tester ^6.9.1 -> ^6.10.0 age adoption passing confidence
@typescript-eslint/utils ^6.9.1 -> ^6.10.0 age adoption passing confidence
eslint (source) ^8.52.0 -> ^8.53.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.8.2 -> ^46.9.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.34.1 -> ^2.35.0 age adoption passing confidence
svelte (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence
svelte-check ^3.5.2 -> ^3.6.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties
microsoft/rushstack (@​microsoft/api-extractor)

v7.38.3

Compare Source

sveltejs/kit (@​sveltejs/kit)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

v1.27.4

Compare Source

Patch Changes
  • fix: generate __data.json for prerendered pages when SSR is turned off (#​10988)

  • chore: cleanup (#​11002)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v2.5.2

Compare Source

Patch Changes
  • fix compileModule call for optimizing libraries (#​788)

v2.5.1

Compare Source

Patch Changes
  • feat: support Svelte 5 compiler API (#​785)

v2.5.0

Compare Source

Minor Changes
  • feat: add experimental support for Svelte 5 (#​782)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

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

typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/rule-tester

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/rule-tester

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

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

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/utils

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/utils

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

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

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

v46.9.0

Compare Source

Features
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.35.0

Compare Source

Minor Changes
sveltejs/svelte (svelte)

v4.2.3

Compare Source

Patch Changes
  • fix: improve a11y-click-events-have-key-events message (#​9358)

  • fix: more robust hydration of html tag (#​9184)

sveltejs/language-tools (svelte-check)

v3.6.0

Compare Source

  • chore: various cleanup work
  • fix: enhance numberOnlyAttributes list

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 Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Nov 4, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'rm package-lock.json' has not been added to the allowed list in allowedPostUpgradeCommands
File name: undefined
Post-upgrade command 'npm install' has not been added to the allowed list in allowedPostUpgradeCommands

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

Merging #215 (1d668a0) into main (a5e8e6b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   89.28%   89.28%           
=======================================
  Files          67       67           
  Lines        1811     1811           
  Branches      308      308           
=======================================
  Hits         1617     1617           
  Misses        134      134           
  Partials       60       60           
Flag Coverage Δ
e2e-1 57.61% <ø> (ø)
e2e-2 49.40% <ø> (ø)
e2e-4 56.70% <ø> (ø)
e2e-5 56.04% <ø> (ø)
e2e-7 52.91% <ø> (ø)
e2e-8 61.42% <ø> (ø)
unit 92.58% <ø> (ø)

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

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9dbd048 to 39996eb Compare November 9, 2023 07:31
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ed9addd to 4d5e075 Compare November 11, 2023 15:43
@fbasso fbasso merged commit 65aafc5 into main Nov 13, 2023
13 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 13, 2023 14:30
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