Skip to content

build(deps): bump the npm group across 1 directory with 7 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/editor-poc/npm-40f9b6d698
Open

build(deps): bump the npm group across 1 directory with 7 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/editor-poc/npm-40f9b6d698

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on es-hangul, @iconify-json/lucide, @sveltejs/vite-plugin-svelte, @tauri-apps/cli, svelte, typescript and vite to permit the latest version.
Updates es-hangul from 2.3.8 to 2.4.0

Release notes

Sourced from es-hangul's releases.

es-hangul@2.4.0

Minor Changes

  • #387 000ed01 Thanks @​okinawaa! - feat: 중성을 추출하는 getJungseong과 종성을 추출하는 getJongseong 함수를 추가합니다. getChoseong과 동일하게 존재하는 자모만 추출하고 공백은 유지합니다. (예: getJungseong('사과')'ㅏㅘ', getJongseong('값')'ㅄ')

Patch Changes

  • #386 ea06e34 Thanks @​okinawaa! - fix(assemble): 숫자나 기호 등 한글이 아닌 문자가 섞인 경우 오류가 발생하던 문제를 수정합니다. 이제 한글로 조합할 수 없는 문자는 그대로 유지됩니다. 이로써 convertQwertyToHangul('slash123')'님노123'을 반환합니다.

  • #385 79e7ef3 Thanks @​okinawaa! - fix(standardizePronunciation): 제12항 [붙임 2]를 적용합니다. 'ㄷ'으로 발음되는 받침 'ㅅ, ㅆ, ㅊ, ㅌ'이 뒤 음절 첫소리 'ㅎ'과 결합되는 경우 [ㅌ]으로 발음합니다. (예: 숱하다수타다, 옷한벌오탄벌)

  • #382 920119b Thanks @​dohy-eon! - feat: getChoseong에 keepNonHangul 옵션을 추가합니다. true일 때 NFD 중성·종성만 제거하고 숫자·기호 등 비한글 문자를 유지합니다.

Changelog

Sourced from es-hangul's changelog.

2.4.0

Minor Changes

  • #387 000ed01 Thanks @​okinawaa! - feat: 중성을 추출하는 getJungseong과 종성을 추출하는 getJongseong 함수를 추가합니다. getChoseong과 동일하게 존재하는 자모만 추출하고 공백은 유지합니다. (예: getJungseong('사과')'ㅏㅘ', getJongseong('값')'ㅄ')

Patch Changes

  • #386 ea06e34 Thanks @​okinawaa! - fix(assemble): 숫자나 기호 등 한글이 아닌 문자가 섞인 경우 오류가 발생하던 문제를 수정합니다. 이제 한글로 조합할 수 없는 문자는 그대로 유지됩니다. 이로써 convertQwertyToHangul('slash123')'님노123'을 반환합니다.

  • #385 79e7ef3 Thanks @​okinawaa! - fix(standardizePronunciation): 제12항 [붙임 2]를 적용합니다. 'ㄷ'으로 발음되는 받침 'ㅅ, ㅆ, ㅊ, ㅌ'이 뒤 음절 첫소리 'ㅎ'과 결합되는 경우 [ㅌ]으로 발음합니다. (예: 숱하다수타다, 옷한벌오탄벌)

  • #382 920119b Thanks @​dohy-eon! - feat: getChoseong에 keepNonHangul 옵션을 추가합니다. true일 때 NFD 중성·종성만 제거하고 숫자·기호 등 비한글 문자를 유지합니다.

Commits
  • b48ebe9 chore: version packages (#389)
  • 3f02824 fix(ci): grant pull-requests write permission to release workflow (#388)
  • ea06e34 fix(assemble): 숫자·기호 등 비한글 문자가 섞인 입력에서 발생하던 오류 수정 (#386)
  • 79e7ef3 fix(standardizePronunciation): 제12항 [붙임 2] 적용 (ㅅ/ㅆ/ㅊ/ㅌ 받침 + ㅎ → ㅌ) (#385)
  • 000ed01 chore: add changeset for getJungseong, getJongseong (#387)
  • 0edb673 feat(core): getJungseong, getJongseong 중성·종성 추출 함수 추가 (#377)
  • 920119b feat(getChoseong): keepNonHangul 옵션으로 비한글 문자 유지 (#382)
  • 80f8816 docs: remove unnecessary whitespace from code blocks (#380)
  • 9bd1831 fix(number): validationNumber 불 필요한 검증 로직 제거 (#378)
  • 738c8c7 test(susa): imporved susa/seosusa/days test code (#376)
  • See full diff in compare view

Updates @iconify-json/lucide from 1.2.115 to 1.2.117

Commits

Updates @sveltejs/vite-plugin-svelte from 7.1.2 to 7.2.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​7.2.0

Minor Changes

  • feat(inspector): add a context menu with current component stack (#1370)

@​sveltejs/vite-plugin-svelte@​7.1.4

Patch Changes

  • fix: enforce ltr styles for inspector (#1324)

@​sveltejs/vite-plugin-svelte@​7.1.3

Patch Changes

  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#1355)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

7.2.0

Minor Changes

  • feat(inspector): add a context menu with current component stack (#1370)

7.1.4

Patch Changes

  • fix: enforce ltr styles for inspector (#1324)

7.1.3

Patch Changes

  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#1355)
Commits

Updates @tauri-apps/cli to 2.11.4

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.11.4

[2.11.4]

Bug Fixes

  • 67ffa192a (#15596 by @​FabianLars) Fixed an issue in the AppImage bundler that caused the /.desktop and .DirIcon files to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers like AppManager.

Dependencies

  • Upgraded to tauri-cli@2.11.4
Commits

Updates svelte from 5.56.4 to 5.56.5

Release notes

Sourced from svelte's releases.

svelte@5.56.5

Patch Changes

  • chore: drop dead code that make TSGO fail (#18496)

  • fix: don't (re)connect deriveds when read inside branch/root effects (#18527)

  • fix: skip unnecessary derived effect in earlier batch (#18525)

  • fix: avoid declaration tag warning in event handlers (#18500)

  • fix: abort deriveds own AbortSignal when it disconnects (#18400)

  • fix: ensure $state.eager() is correctly transormed for SSR output (#18530)

  • fix: correctly transform declaration tags during SSR (#18492)

  • fix: transform computed keys in keyed {#each} destructuring patterns (#18521)

  • fix: chain preprocessor sourcemaps with an empty sources[0] instead of dropping them (#18518)

  • fix: clear previous_task reference after abort in Tween to prevent memory leak on interrupted tweens (#18541)

  • fix: don't treat declaration tags as parts inside each blocks (#18507)

Changelog

Sourced from svelte's changelog.

5.56.5

Patch Changes

  • chore: drop dead code that make TSGO fail (#18496)

  • fix: don't (re)connect deriveds when read inside branch/root effects (#18527)

  • fix: skip unnecessary derived effect in earlier batch (#18525)

  • fix: avoid declaration tag warning in event handlers (#18500)

  • fix: abort deriveds own AbortSignal when it disconnects (#18400)

  • fix: ensure $state.eager() is correctly transormed for SSR output (#18530)

  • fix: correctly transform declaration tags during SSR (#18492)

  • fix: transform computed keys in keyed {#each} destructuring patterns (#18521)

  • fix: chain preprocessor sourcemaps with an empty sources[0] instead of dropping them (#18518)

  • fix: clear previous_task reference after abort in Tween to prevent memory leak on interrupted tweens (#18541)

  • fix: don't treat declaration tags as parts inside each blocks (#18507)

Commits
  • 602a873 Version Packages (#18497)
  • a4fd67e fix: $state.eager() is sometimes incorrect in SSR (#18530)
  • 199ffeb fix: clear previous_task reference after abort in Tween (#18541)
  • edeef1f chore: add some failing tests (#18528)
  • a91b068 fix: abort deriveds own AbortSignal when it disconnects (#18400)
  • b4d1583 fix: transform computed keys in keyed each block destructuring patterns (#18521)
  • 08a9e9e fix: prevent derived connection leak in untracked contexts (#18517)
  • bfbb026 fix: skip unnecessary derived effect in earlier batch (#18525)
  • 5edd8b0 fix: chain preprocessor sourcemaps with an empty sources[0] (#18518)
  • 41642b7 fix: avoid declaration tag warning in event handlers (#18500)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates vite from 8.1.0 to 8.1.4

Release notes

Sourced from vite's releases.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

Build System

8.1.3 (2026-07-02)

Bug Fixes

8.1.2 (2026-06-30)

Bug Fixes

  • deps: revert es-module-lexer to 2.1.0 (#22827) (0d3bd7c)
  • restore, "fix: resolve pnpm .modules.yaml from workspace root instead of cwd (#22757)" (#22825) (efb98cc)

... (truncated)

Commits

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

Updates the requirements on [es-hangul](https://github.com/toss/es-hangul), [@iconify-json/lucide](https://github.com/iconify/icon-sets), [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [@tauri-apps/cli](https://github.com/tauri-apps/tauri), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [typescript](https://github.com/microsoft/TypeScript) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to permit the latest version.

Updates `es-hangul` from 2.3.8 to 2.4.0
- [Release notes](https://github.com/toss/es-hangul/releases)
- [Changelog](https://github.com/toss/es-hangul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/toss/es-hangul/compare/es-hangul@2.3.8...es-hangul@2.4.0)

Updates `@iconify-json/lucide` from 1.2.115 to 1.2.117
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@sveltejs/vite-plugin-svelte` from 7.1.2 to 7.2.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.2.0/packages/vite-plugin-svelte)

Updates `@tauri-apps/cli` to 2.11.4
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.4...@tauri-apps/cli-v2.11.4)

Updates `svelte` from 5.56.4 to 5.56.5
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.5/packages/svelte)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 8.1.0 to 8.1.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.4/packages/vite)

---
updated-dependencies:
- dependency-name: es-hangul
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.117
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@tauri-apps/cli"
  dependency-version: 2.11.4
  dependency-type: direct:development
  dependency-group: npm
- dependency-name: svelte
  dependency-version: 5.56.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: vite
  dependency-version: 8.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

2 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

0 participants