Skip to content

chore(deps): update dependencies

Dependæbot requested to merge chore/dependencies into master

This MR contains the following updates:

Package Type Update Change
@codemirror/autocomplete dependencies patch 6.16.0 -> 6.16.2
@codemirror/commands devDependencies minor 6.5.0 -> 6.6.0
@codemirror/language dependencies patch 6.10.1 -> 6.10.2
@codemirror/lint devDependencies minor 6.7.0 -> 6.8.0
@codemirror/view devDependencies minor 6.26.3 -> 6.28.0
@playwright/test (source) devDependencies patch 1.44.0 -> 1.44.1
@sveltejs/vite-plugin-svelte (source) devDependencies patch 3.1.0 -> 3.1.1
@tabler/icons-svelte (source) dependencies minor 3.3.0 -> 3.5.0
@types/lodash (source) dependencies patch 4.17.1 -> 4.17.5
@types/lodash (source) devDependencies patch 4.17.1 -> 4.17.5
@types/node (source) devDependencies minor 20.12.12 -> 20.14.2
axios (source) dependencies minor 1.6.8 -> 1.7.2
debug dependencies patch 4.3.4 -> 4.3.5
eslint (source) devDependencies minor 9.2.0 -> 9.4.0
mcr.microsoft.com/playwright image patch v1.44.0-jammy -> v1.44.1-jammy
node image minor 20.13.1 -> 20.14.0
npm-run-all2 devDependencies major ^5.0.0 -> ^6.0.0
openapi-typescript (source) devDependencies patch 6.7.5 -> 6.7.6
prettier (source) devDependencies minor 3.2.5 -> 3.3.2
svelte (source) devDependencies patch 4.2.17 -> 4.2.18
vite (source) devDependencies patch 5.2.11 -> 5.2.13
yaml (source) dependencies patch 2.4.2 -> 2.4.5

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.16.2

Compare Source

Bug fixes

Allow backslash-escaped closing braces inside snippet field names/content.

v6.16.1

Compare Source

Bug fixes

Fix a bug where multiple backslashes before a brace in a snippet were all removed.

codemirror/commands (@​codemirror/commands)

v6.6.0

Compare Source

New features

The new toggleTabFocusMode and temporarilySetTabFocusMode commands provide control over the view's tab-focus mode.

The default keymap now binds Ctrl-m (Shift-Alt-m on macOS) to toggleTabFocusMode.

codemirror/language (@​codemirror/language)

v6.10.2

Compare Source

Bug fixes

Fix an infinite loop that could occur when enabling bidiIsolates in documents with both bidirectional text and very long lines.

codemirror/lint (@​codemirror/lint)

v6.8.0

Compare Source

New features

The new autoPanel option can be used to make the panel automatically appear when diagnostics are added and close when no diagnostics are left.

v6.7.1

Compare Source

Bug fixes

Don't perform an additional superfluous timed lint run after forceLinting has been called.

codemirror/view (@​codemirror/view)

v6.28.0

Compare Source

Bug fixes

Fix an issue where long lines broken up by block widgets were sometimes only partially rendered.

New features

The editor will now, when available (which is only on Chrome for the foreseeable future) use the EditContext API to capture text input.

v6.27.0

Compare Source

New features

The new setTabFocusMode method can be used to control whether the editor disables key bindings for Tab and Shift-Tab.

v6.26.4

Compare Source

Bug fixes

Fix an issue where commands with an optional second argument would get the keyboard event in that argument when called from a keymap.

Fix an issue that could cause the cursor to be rendered on the wrong side of a zero-length block widget.

Fix an issue where drawSelection got confused by block widgets in line-wrapped editors in some situations.

Don't hide the native selection in widgets that have focus.

Make sure that clicking an unfocusable editor still remove focus from any other focused elements.

Fix a crash when loading the package in a non-browser environment.

Stop mouse selection when the user types.

microsoft/playwright (@​playwright/test)

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work https://github.com/microsoft/playwright/issues/30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work https://github.com/microsoft/playwright/issues/30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.1

Compare Source

Patch Changes
  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#​917)

  • fix: disable hmr when vite config server.hmr is false (#​917)

tabler/tabler-icons (@​tabler/icons-svelte)

v3.5.0: Release 3.5.0

Compare Source

18 new icons:
  • filled/circle-plus
  • outline/automation
  • outline/chart-bar-popular
  • outline/chart-cohort
  • outline/chart-funnel
  • outline/device-unknown
  • outline/file-excel
  • outline/file-word
  • outline/object-scan
  • outline/tax-euro
  • outline/tax-pound
  • outline/tax
  • outline/timezone
  • outline/tip-jar-euro
  • outline/tip-jar-pound
  • outline/tip-jar
  • outline/viewport-short
  • outline/viewport-tall

Fixed icons: outline/battery-automotive, outline/chart-bar, outline/viewport-narrow, outline/viewport-wide

v3.4.0: Release 3.4.0

Compare Source

18 new icons:
  • outline/ai
  • outline/cash-register
  • outline/percentage-0
  • outline/percentage-10
  • outline/percentage-100
  • outline/percentage-20
  • outline/percentage-25
  • outline/percentage-30
  • outline/percentage-33
  • outline/percentage-40
  • outline/percentage-50
  • outline/percentage-60
  • outline/percentage-66
  • outline/percentage-70
  • outline/percentage-75
  • outline/percentage-80
  • outline/percentage-90
  • outline/picnic-table
axios/axios (axios)

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
debug-js/debug (debug)

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

eslint/eslint (eslint)

v9.4.0

Compare Source

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#​17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#​18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#​18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#​18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#​18473) (Milos Djermanovic)

Documentation

Chores

v9.3.0

Compare Source

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#​18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#​18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#​18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#​18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#​18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#​18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#​18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#​18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#​18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#​18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#​18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#​18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#​18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#​18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#​18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#​18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#​18419) (Mike McCready)

Chores

nodejs/node (node)

v20.14.0: 2024-05-28, Version 20.14.0 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131

v6.1.2

Compare Source

Merged
  • feat: move to read-package-json-fast #130
  • Upgrade: Bump c8 from 8.0.1 to 9.0.0 #127
  • Upgrade: Bump github/codeql-action from 2 to 3 #126
  • Upgrade: Bump actions/setup-node from 3 to 4 #123
Commits
  • Publish the whole project 3dde20c
  • Utilize CJS require for 'read-package-json-fast' 605ca15
  • Update FUNDING.yml c838ee9

v6.1.1

Compare Source

Commits

v6.1.0

Compare Source

Merged
  • Upgrade: Bump actions/checkout from 3 to 4 #119
Commits

v6.0.6

Compare Source

Merged
  • Update all esm only packages #114
  • Upgrade: Bump c8 from 7.14.0 to 8.0.0 #111
  • Delete .nycrc #109
  • Update CodeQL workflow #110
Commits

v6.0.5

Compare Source

Merged
  • Upgrade: Bump bcomnes/npm-bump from 2.1.0 to 2.2.1 #104
  • Upgrade: Bump minimatch from 6.2.0 to 7.0.0 #103
  • Upgrade: Bump minimatch from 5.1.4 to 6.0.4 #102
  • Upgrade: Bump fs-extra from 10.1.0 to 11.1.0 #98
Commits
  • Merge pull request #​105 from bcomnes/dependabot/npm_and_yarn/minimatch-8.0.2 cbf78c8
  • Upgrade: Bump minimatch from 7.4.4 to 8.0.2 c90d02b
  • Merge pull request #​101 from bcomnes/dependabot/npm_and_yarn/rimraf-4.0.4 d0d46a2

v6.0.4

Compare Source

Merged
  • When running through npx, use the npm that should be next to it. #96

v6.0.3

Compare Source

Merged
  • Upgrade: Bump jsdoc from 3.6.11 to 4.0.0 #95
  • Upgrade: Bump bcomnes/npm-bump from 2.0.2 to 2.1.0 #92
  • docs: update minimum supported Node version #90
Commits
  • Merge pull request #​94 from MarmadileManteater/runjs-being-called-instead-of-npm-run da913f9
  • Use NPM_CLI_JS over npm_execpath 0224167
  • Add a proper check for yarn bb41ef6

v6.0.2

Compare Source

Merged
  • Update package shell quote #89

v6.0.1

Compare Source

Commits
  • Lower bound node engine to ^14.18.0 || >=16.0.0 fc2957f

v6.0.0

Compare Source

Merged
  • Move support to node 16 and npm 8 #85
  • Upgrade: Bump pidtree from 0.5.0 to 0.6.0 #84
  • Upgrade: Bump mocha from 9.2.2 to 10.0.0 #83
  • Upgrade: Bump github/codeql-action from 1 to 2 #82
  • Upgrade: Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1 #78
  • Upgrade: Bump codecov/codecov-action from 2 to 3 #77
  • Upgrade: Bump actions/setup-node from 2 to 3 #75
  • Upgrade: Bump actions/checkout from 2 to 3 #76
  • Upgrade: Bump minimatch from 4.2.1 to 5.0.0 #74
  • Upgrade: Bump minimatch from 3.1.1 to 4.1.1 #73
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 #72
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 #71
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 #70
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 #69
  • Simplify npm scripts #64
  • Update CI config #62
  • Add CodeQL workflow #65
  • Switch to c8 for coverage #66
  • tests: switch to assert's strict mode #67
  • Enforce LF in the repo. #61
  • Upgrade: Bump actions/setup-node from 2.4.0 to 2.4.1 #59
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 #58
  • Upgrade: Bump codecov/codecov-action from 2.0.2 to 2.1.0 #57
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 #54
  • Upgrade: Bump actions/setup-node from 2.3.2 to 2.4.0 #53
  • Upgrade: Bump actions/setup-node from 2.3.1 to 2.3.2 #52
  • Upgrade: Bump actions/setup-node from 2.3.0 to 2.3.1 #51
  • Upgrade: Bump codecov/codecov-action from 2.0.1 to 2.0.2 #50
  • Upgrade: Bump actions/setup-node from 2.2.0 to 2.3.0 #49
  • Upgrade: Bump codecov/codecov-action from 1.5.2 to 2.0.1 #48
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 #47
  • Upgrade: Bump actions/setup-node from 2.1.5 to 2.2.0 #46
  • Upgrade: Bump codecov/codecov-action from 1.5.0 to 1.5.2 #44
  • Upgrade: Bump mocha from 8.4.0 to 9.0.0 #43
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 #42
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 #41
  • Upgrade: Bump gh-release from 5.0.2 to 6.0.0 #40
  • Upgrade: Bump codecov/codecov-action from 1 to 1.5.0 #39
  • Upgrade: Bump fs-extra from 9.1.0 to 10.0.0 #38
  • Upgrade: Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 #33
  • Upgrade: Bump fastify/github-action-merge-dependabot #32
  • Upgrade: Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 #31
  • Upgrade: Bump actions/setup-node from v2.1.4 to v2.1.5 #30
  • Upgrade: Bump gh-release from 4.0.4 to 5.0.0 #29
  • Upgrade: Bump actions/setup-node from v2.1.3 to v2.1.4 #28
  • Upgrade: Bump actions/setup-node from v2.1.2 to v2.1.3 #27
Fixed
  • Disable override tests on > npm 7 #79
Commits
  • Breaking change: Bump engines to node 16 and npm 8 7d19dd4
  • Add auto merge e598066
  • Update test.yml 96260d6
drwpow/openapi-typescript (openapi-typescript)

v6.7.6

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

sveltejs/svelte (svelte)

v4.2.18

Compare Source

Patch Changes
vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source

eemeli/yaml (yaml)

v2.4.5

Compare Source

v2.4.4

Compare Source

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#​547)
  • Allow tab as indent for line comments before nodes (#​548)
  • Do not allow tab before block collection (#​549)
  • In flow collections, allow []{} immediately after : with plain key (#​550)
  • Require indentation for ? explicit-key contents (#​551)
  • Require indentation from block scalar header & flow collections in mapping values (#​553)

v2.4.3

Compare Source

  • Improve error when parsing a non-string value (#​459)
  • Do not parse -.NaN or +.nan as NaN (#​546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#​541)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Dependæbot

Merge request reports