Skip to content

build(deps): bump the npm group with 7 updates#36

Merged
polyipseity merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-ade1b0a715
Mar 8, 2026
Merged

build(deps): bump the npm group with 7 updates#36
polyipseity merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-ade1b0a715

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 7 updates:

Package From To
@codemirror/view 6.39.15 6.39.16
@polyipseity/obsidian-plugin-library 1.35.0 1.36.1
i18next 25.8.13 25.8.14
@changesets/cli 2.29.8 2.30.0
@commitlint/cli 20.4.2 20.4.3
@commitlint/config-conventional 20.4.2 20.4.3
happy-dom 20.7.0 20.8.3

Updates @codemirror/view from 6.39.15 to 6.39.16

Changelog

Sourced from @​codemirror/view's changelog.

6.39.16 (2026-03-02)

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

Commits
  • 038f0ae Mark version 6.39.16
  • d5c19bb Be more careful about recognizing selection replacements in DOM changes
  • 780ad2c Fix a type declaration
  • c8f98d0 Prevent the DOM updater from prematurely reusing the composition node
  • f3bec86 Also stabilize parent elements' scroll position
  • See full diff in compare view

Updates @polyipseity/obsidian-plugin-library from 1.35.0 to 1.36.1

Release notes

Sourced from @​polyipseity/obsidian-plugin-library's releases.

rolling

A rolling release that contains the build artifacts for the latest commit. See readme § installation for more information.

Changelog

Sourced from @​polyipseity/obsidian-plugin-library's changelog.

1.36.1

Patch Changes

  • 5a44bf9: Simplified typings for the find component by removing unnecessary readonly modifiers and fixing the exported component declaration. This aligns the TypeScript definitions with actual runtime behaviour.

1.36.0

Minor Changes

  • 8016629: Add svelteState helper and corresponding unit tests for reading and writing values via the global $state store.
  • 130c3eb: The FindComponent exports were simplified and enriched with explicit types, constants, and a corresponding declaration file. Unit tests for exports have also been added.
Commits
  • 184df69 chore(release): v1.36.1
  • 1048c61 chore(changelog): update
  • 5a44bf9 refactor: simplify find component typings
  • ed8db6c docs: prefer signed tags in bump-version prompt
  • d118944 chore(release): v1.36.0
  • 9f1ab88 chore(changelog): update
  • 9bd3e42 feat(svelte): split Internal class into read/write helpers
  • cc7a117 fix(find): use proper i18n type for translation functions
  • 6bd5aed refactor(find): clarify i18n prop and switch to i18next import
  • 97886ff fix(build): support .svelte.js/.svelte.ts files and conditional sourcemap
  • Additional commits viewable in compare view

Updates i18next from 25.8.13 to 25.8.14

Release notes

Sourced from i18next's releases.

v25.8.14

  • fix: getCleanedCode now replaces all underscores
Changelog

Sourced from i18next's changelog.

25.8.14

  • fix: getCleanedCode now replaces all underscores
Commits

Updates @changesets/cli from 2.29.8 to 2.30.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.30.0

Minor Changes

  • #1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

  • #1849 9dc3230 Thanks @​Andarist! - Compute the terminal's size lazily to avoid spurious stderr output in non-interactive mode

  • #1857 2a73025 Thanks @​mixelburg! - Fix confusing prompt labels when entering changeset summary after external editor fallback

  • #1842 6df3a5e Thanks @​RodrigoHamuy! - Allow private packages to depend on skipped packages without requiring them to also be skipped. Private packages are not published to npm, so it is safe for them to have dependencies on ignored or unversioned packages.

  • #1776 503fcaa Thanks @​bluwy! - Support absolute paths in changeset status --output <path>

  • Updated dependencies [667fe5a, 1772598, b6f4c74, 6df3a5e, 6df3a5e, 27fd8f4]:

    • @​changesets/apply-release-plan@​7.1.0
    • @​changesets/config@​3.1.3
    • @​changesets/get-release-plan@​4.0.15
    • @​changesets/read@​0.6.7
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​changesets/cli since your current version.


Updates @commitlint/cli from 20.4.2 to 20.4.3

Release notes

Sourced from @​commitlint/cli's releases.

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

Chore etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.2...v20.4.3

Changelog

Sourced from @​commitlint/cli's changelog.

20.4.3 (2026-03-03)

Bug Fixes

Commits

Updates @commitlint/config-conventional from 20.4.2 to 20.4.3

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

Chore etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.2...v20.4.3

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.4.3 (2026-03-03)

Bug Fixes

Commits

Updates happy-dom from 20.7.0 to 20.8.3

Release notes

Sourced from happy-dom's releases.

v20.8.3

👷‍♂️ Patch fixes

  • Throw error if event is not of type Event in EventTarget.dispatchEvent() - By @​capricorn86 in task #2054

v20.8.2

👷‍♂️ Patch fixes

  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @​capricorn86 in task #2090

v20.8.1

👷‍♂️ Patch fixes

v20.8.0

🎨 Features

  • Adds support for setPointerCapture, hasPointerCapture, and releasePointerCapture to Element - By @​coffeeandwork in task #1733

v20.7.2

👷‍♂️ Patch fixes

  • Properly decode CSS escape sequences in attribute selector values - By @​silverwind

v20.7.1

👷‍♂️ Patch fixes

  • Fixes issue related to parsing direct descendants (>) and universal (*) query selectors - By @​Cherry in task #2078
Commits
  • 5998eea fix: #2054 Throw error if event is not of type Event in dispatchEvent (#2092)
  • 7a11238 fix: #2090 Resets cancelBubble and defaultPrevented when calling initEvent ...
  • 7d27984 fix: #1422 Make inert attribute block focus interactions (#2083)
  • 53e4ec9 feat: #1733 Adds support for setPointerCapture, hasPointerCapture, and rele...
  • 1c73c3f fix: Properly decode CSS escape sequences in attribute selector values (#2080)
  • 7fa06b3 fix: #2078 Fixes direct descendants > and universal * query selectors (#2079)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.39.15` | `6.39.16` |
| [@polyipseity/obsidian-plugin-library](https://github.com/polyipseity/obsidian-plugin-library) | `1.35.0` | `1.36.1` |
| [i18next](https://github.com/i18next/i18next) | `25.8.13` | `25.8.14` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.8` | `2.30.0` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.4.2` | `20.4.3` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.4.2` | `20.4.3` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.7.0` | `20.8.3` |


Updates `@codemirror/view` from 6.39.15 to 6.39.16
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.39.15...6.39.16)

Updates `@polyipseity/obsidian-plugin-library` from 1.35.0 to 1.36.1
- [Release notes](https://github.com/polyipseity/obsidian-plugin-library/releases)
- [Changelog](https://github.com/polyipseity/obsidian-plugin-library/blob/main/CHANGELOG.md)
- [Commits](polyipseity/obsidian-plugin-library@v1.35.0...v1.36.1)

Updates `i18next` from 25.8.13 to 25.8.14
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.8.13...v25.8.14)

Updates `@changesets/cli` from 2.29.8 to 2.30.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@2.30.0)

Updates `@commitlint/cli` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/config-conventional)

Updates `happy-dom` from 20.7.0 to 20.8.3
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.7.0...v20.8.3)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@polyipseity/obsidian-plugin-library"
  dependency-version: 1.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: i18next
  dependency-version: 25.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@changesets/cli"
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@commitlint/cli"
  dependency-version: 20.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: happy-dom
  dependency-version: 20.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 6, 2026
@polyipseity
polyipseity merged commit 529d7a5 into main Mar 8, 2026
7 checks passed
@polyipseity
polyipseity deleted the dependabot/npm_and_yarn/npm-ade1b0a715 branch March 8, 2026 16:24
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant