Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^19.5.0 -> ^19.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.5.0 -> ^19.7.1 age adoption passing confidence devDependencies minor
@eslint/js (source) ^9.13.0 -> ^9.21.0 age adoption passing confidence devDependencies minor
@iconify-json/lucide ^1.2.10 -> ^1.2.26 age adoption passing confidence devDependencies patch
@ngneat/falso ^7.2.0 -> ^7.3.0 age adoption passing confidence devDependencies minor
@playwright/test (source) ^1.48.1 -> ^1.50.1 age adoption passing confidence devDependencies minor
@sveltejs/adapter-node (source) ^5.2.8 -> ^5.2.12 age adoption passing confidence devDependencies patch
@sveltejs/kit (source) ^2.7.2 -> ^2.17.2 age adoption passing confidence devDependencies minor
@types/better-sqlite3 (source) ^7.6.11 -> ^7.6.12 age adoption passing confidence devDependencies patch
@types/node (source) ^20.16.13 -> ^20.17.19 age adoption passing confidence devDependencies minor
@vite-pwa/sveltekit ^0.6.6 -> ^0.6.7 age adoption passing confidence devDependencies patch
better-sqlite3 ^11.4.0 -> ^11.8.1 age adoption passing confidence dependencies minor
daisyui (source) ^4.12.13 -> ^4.12.23 age adoption passing confidence devDependencies patch
eslint (source) ^9.13.0 -> ^9.21.0 age adoption passing confidence devDependencies minor
eslint-plugin-svelte (source) ^2.46.0 -> ^2.46.1 age adoption passing confidence devDependencies patch
globals ^15.11.0 -> ^15.15.0 age adoption passing confidence devDependencies minor
kysely ^0.27.4 -> ^0.27.5 age adoption passing confidence dependencies patch
nodejs 20 -> 20.18.3 age adoption passing confidence minor
pnpm (source) 9.12.2 -> 9.15.5 age adoption passing confidence packageManager minor
postcss (source) ^8.4.47 -> ^8.5.3 age adoption passing confidence devDependencies minor
prettier (source) ^3.3.3 -> ^3.5.2 age adoption passing confidence devDependencies minor
prettier-plugin-svelte ^3.2.7 -> ^3.3.3 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.11 age adoption passing confidence devDependencies patch
svelte-check ^4.0.5 -> ^4.1.4 age adoption passing confidence devDependencies minor
svelte-dnd-action ^0.9.52 -> ^0.9.57 age adoption passing confidence devDependencies patch
sveltekit-adapter-deno ^0.14.0 -> ^0.16.1 age adoption passing confidence devDependencies minor
tailwindcss (source) ^3.4.14 -> ^3.4.17 age adoption passing confidence devDependencies patch
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence devDependencies patch
typescript (source) ^5.6.3 -> ^5.7.3 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.11.0 -> ^8.24.1 age adoption passing confidence devDependencies minor
unplugin-icons ^0.19.3 -> ^0.22.0 age adoption passing confidence devDependencies minor
vite (source) ^5.4.9 -> ^5.4.14 age adoption passing confidence devDependencies patch
vite-node (source) ^2.1.3 -> ^2.1.9 age adoption passing confidence dependencies patch
vite-plugin-pwa ^0.20.5 -> ^0.21.1 age adoption passing confidence devDependencies minor
vitest (source) ^2.1.3 -> ^2.1.9 age adoption passing confidence devDependencies patch
zod (source) ^3.23.8 -> ^3.24.2 age adoption passing confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

eslint/eslint (@​eslint/js)

v9.21.0

Compare Source

v9.20.0

Compare Source

v9.19.0

Compare Source

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#​19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#​19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#​19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#​19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#​19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#​19185) (folortin)

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

ngneat/falso (@​ngneat/falso)

v7.3.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Compare Source

v1.48.2

Compare Source

sveltejs/kit (@​sveltejs/adapter-node)

v5.2.12

Compare Source

Patch Changes

v5.2.11

Compare Source

Patch Changes

v5.2.10

Compare Source

Patch Changes

v5.2.9

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.17.2

Compare Source

Patch Changes
  • fix: add promise return type to the enhance action callback (#​13420)

  • fix: change server-side route resolution endpoint (#​13461)

v2.17.1

Compare Source

Patch Changes
  • fix: make route resolution imports root-relative if paths.relative option is false (#​13412)

v2.17.0

Compare Source

Minor Changes
  • feat: validate values for cache-control and content-type headers in dev mode (#​13114)

  • feat: support server-side route resolution (#​13379)

Patch Changes
  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#​13397)

  • fix: skip hooks for server fetch to prerendered routes (#​13377)

  • fix: ignore non-entry-point CSS files during inlining (#​13395)

  • fix: default server fetch to use prerendered paths (#​13377)

v2.16.1

Compare Source

Patch Changes
  • fix: avoid overwriting headers for sub-requests made while loading the error page (#​13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#​13354)

  • fix: correctly handle relative anchors when using the hash router (#​13356)

v2.16.0

Compare Source

Minor Changes
  • feat: add ability to invalidate a custom identifier on goto() (#​13256)

  • feat: remove the postinstall script to support pnpm 10 (#​13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#​13308)

Patch Changes
  • perf: shorten chunk file names (#​13003)

  • fix: strip internal data before passing URL to reroute ([#​13


Configuration

📅 Schedule: Branch creation - "after 5:00pm on Monday" in timezone America/New_York, 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 force-pushed the renovate/all-minor-patch branch 14 times, most recently from 490fb65 to d5fbc26 Compare October 31, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f7e5960 to 38b36bf Compare November 8, 2024 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d551aeb to 11703c0 Compare November 11, 2024 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 109da3d to 1309d56 Compare February 2, 2025 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4ed3cd7 to c7cf3d8 Compare February 9, 2025 14:11
Copy link
Contributor Author

renovate bot commented Feb 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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: devbox.lock
Command failed: devbox install
Downloading the Nix installer... done.
 INFO nix-installer v0.36.4
�[2m�[33m`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...�[39m�[0m
Error: 
   0: Executing `nix-installer` as `root` via `sudo`
   1: ENOENT: No such file or directory

Location:
   src/cli/mod.rs:253

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

Consider reporting this error using this URL: https://github.com/DeterminateSystems/nix-installer/issues/new?title=%3Cautogenerated-issue%3E&body=%23%23+Error%0A%60%60%60%0AError%3A+%0A+++0%3A+Executing+%60nix-installer%60+as+%60root%60+via+%60sudo%60%0A+++1%3A+ENOENT%3A+No+such+file+or+directory%0A%60%60%60%0A%0A%23%23+Metadata%0A%7Ckey%7Cvalue%7C%0A%7C--%7C--%7C%0A%7C**version**%7C0.36.4%7C%0A%7C**os**%7Clinux%7C%0A%7C**arch**%7Cx86_64%7C%0A
Error: run installer: exit status 1


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from bdc0f10 to 062776d Compare February 17, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6689096 to 66a6783 Compare February 21, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66a6783 to eee5b42 Compare February 22, 2025 06:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants