gitbutler/gitbutler-ui/package.json

97 lines
3.0 KiB
JSON
Raw Normal View History

2023-09-06 11:46:07 +03:00
{
"name": "@gitbutler/ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"test": "vitest run --mode development",
"build:development": "vite build --mode development",
"build:nightly": "vite build --mode nightly",
2023-09-06 11:46:07 +03:00
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "pnpm check --watch",
"lint": "prettier --no-editorconfig --check . && eslint .",
"format": "prettier --no-editorconfig --write .",
2024-01-29 11:42:14 +03:00
"fix": "eslint --fix .",
2023-09-06 11:46:07 +03:00
"tauri": "tauri",
2023-11-01 13:23:39 +03:00
"prepare": "svelte-kit sync"
2023-09-06 11:46:07 +03:00
},
"devDependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.2.1",
Bump the npm-patch-updates group with 4 updates Bumps the npm-patch-updates group with 4 updates: [@codemirror/lang-html](https://github.com/codemirror/lang-html), [@codemirror/view](https://github.com/codemirror/view), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@codemirror/lang-html` from 6.4.7 to 6.4.8 - [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-html/compare/6.4.7...6.4.8) Updates `@codemirror/view` from 6.23.0 to 6.23.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.0...6.23.1) Updates `@typescript-eslint/eslint-plugin` from 6.19.0 to 6.19.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.19.0 to 6.19.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/parser) --- updated-dependencies: - dependency-name: "@codemirror/lang-html" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 18:16:27 +03:00
"@codemirror/lang-html": "^6.4.8",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-java": "^6.0.1",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"@codemirror/lang-javascript": "^6.2.2",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-json": "^6.0.1",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"@codemirror/lang-markdown": "^6.2.4",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-php": "^6.0.1",
Bump the npm-patch-updates group with 6 updates Bumps the npm-patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.3` | `6.1.4` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.0` | `6.10.1` | | [nanoid](https://github.com/ai/nanoid) | `5.0.4` | `5.0.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.34` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.9` | `4.2.10` | Updates `@codemirror/lang-python` from 6.1.3 to 6.1.4 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.3...6.1.4) Updates `@codemirror/language` from 6.10.0 to 6.10.1 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.0...6.10.1) Updates `nanoid` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.4...5.0.5) Updates `postcss` from 8.4.33 to 8.4.34 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) Updates `svelte` from 4.2.9 to 4.2.10 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.10/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.10/packages/svelte) --- updated-dependencies: - dependency-name: "@codemirror/lang-python" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 01:27:01 +03:00
"@codemirror/lang-python": "^6.1.4",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-rust": "^6.0.1",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/lang-wast": "^6.0.2",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-xml": "^6.0.2",
Bump the npm-patch-updates group with 6 updates Bumps the npm-patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.3` | `6.1.4` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.0` | `6.10.1` | | [nanoid](https://github.com/ai/nanoid) | `5.0.4` | `5.0.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.34` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.9` | `4.2.10` | Updates `@codemirror/lang-python` from 6.1.3 to 6.1.4 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.3...6.1.4) Updates `@codemirror/language` from 6.10.0 to 6.10.1 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.0...6.10.1) Updates `nanoid` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.4...5.0.5) Updates `postcss` from 8.4.33 to 8.4.34 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) Updates `svelte` from 4.2.9 to 4.2.10 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.10/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.10/packages/svelte) --- updated-dependencies: - dependency-name: "@codemirror/lang-python" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 01:27:01 +03:00
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.3.3",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.24.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@octokit/rest": "^20.0.2",
2023-09-06 11:46:07 +03:00
"@replit/codemirror-lang-svelte": "^6.0.0",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"@sentry/sveltekit": "^7.104.0",
2023-09-06 11:46:07 +03:00
"@sveltejs/adapter-static": "^2.0.3",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"@sveltejs/kit": "^1.30.4",
"@tauri-apps/api": "^1.5.3",
"@types/crypto-js": "^4.2.2",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"@types/diff": "^5.0.9",
"@types/diff-match-patch": "^1.0.36",
"@types/lscache": "^1.3.4",
"@types/marked": "^5.0.2",
Bump the npm-minor-updates group with 4 updates Bumps the npm-minor-updates group with 4 updates: [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [posthog-js](https://github.com/PostHog/posthog-js). Updates `@sentry/sveltekit` from 7.98.0 to 7.100.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.98.0...7.100.0) Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.19.1 to 6.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser) Updates `posthog-js` from 1.103.1 to 1.105.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.103.1...v1.105.0) --- updated-dependencies: - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 01:19:05 +03:00
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"autoprefixer": "^10.4.17",
2023-09-06 11:46:07 +03:00
"class-transformer": "^0.5.1",
"crypto-js": "^4.2.0",
2023-09-06 11:46:07 +03:00
"date-fns": "^2.30.0",
"diff-match-patch": "^1.0.5",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"eslint-plugin-import": "^2.29.1",
2023-09-06 11:46:07 +03:00
"eslint-plugin-square-svelte-store": "^1.0.0",
"eslint-plugin-svelte": "^2.35.1",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"inter-ui": "^4.0.2",
2023-09-06 11:46:07 +03:00
"leven": "^4.0.0",
"lscache": "^1.3.2",
"marked": "^10.0.0",
2023-09-06 11:46:07 +03:00
"mm-jsr": "^3.0.2",
"nanoevents": "^9.0.0",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"nanoid": "^5.0.6",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"posthog-js": "1.110.0",
Bump the npm-patch-updates group with 6 updates Bumps the npm-patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.3` | `6.1.4` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.0` | `6.10.1` | | [nanoid](https://github.com/ai/nanoid) | `5.0.4` | `5.0.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.34` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.9` | `4.2.10` | Updates `@codemirror/lang-python` from 6.1.3 to 6.1.4 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.3...6.1.4) Updates `@codemirror/language` from 6.10.0 to 6.10.1 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.0...6.10.1) Updates `nanoid` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.4...5.0.5) Updates `postcss` from 8.4.33 to 8.4.34 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) Updates `svelte` from 4.2.9 to 4.2.10 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.10/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.10/packages/svelte) --- updated-dependencies: - dependency-name: "@codemirror/lang-python" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 01:27:01 +03:00
"prettier": "^3.2.5",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"prettier-plugin-svelte": "^3.2.2",
chore(deps-dev): bump the npm-patch-updates group with 10 updates Bumps the npm-patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.3` | `6.2.4` | | [@codemirror/lang-vue](https://github.com/codemirror/lang-vue) | `0.1.2` | `0.1.3` | | [@codemirror/lang-wast](https://github.com/codemirror/lang-wast) | `6.0.1` | `6.0.2` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.0.3` | `5.0.9` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.9` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.2` | `3.6.3` | Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4) Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3 - [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3) Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2) Updates `@types/diff` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `autoprefixer` from 10.4.16 to 10.4.17 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `postcss` from 8.4.31 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33) Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11) Updates `svelte` from 4.2.2 to 4.2.9 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte) Updates `svelte-check` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) --- updated-dependencies: - dependency-name: "@codemirror/lang-markdown" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@codemirror/lang-wast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:57:02 +03:00
"prettier-plugin-tailwindcss": "^0.5.11",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
Bump the npm-updates group with 15 updates Bumps the npm-updates group with 15 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.9` | `1.5.10` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` | | [@codemirror/state](https://github.com/codemirror/state) | `6.4.0` | `6.4.1` | | [@codemirror/view](https://github.com/codemirror/view) | `6.23.1` | `6.24.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.100.1` | `7.104.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.30.3` | `1.30.4` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [inter-ui](https://github.com/philipbelesky/inter-ui) | `4.0.1` | `4.0.2` | | [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.2` | `5.0.3` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.105.1` | `1.110.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.2` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.10` | `4.2.12` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.3` | `3.6.6` | Updates `@tauri-apps/cli` from 1.5.9 to 1.5.10 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.9...@tauri-apps/cli-v1.5.10) Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-javascript/compare/6.2.1...6.2.2) Updates `@codemirror/state` from 6.4.0 to 6.4.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.0...6.4.1) Updates `@codemirror/view` from 6.23.1 to 6.24.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.23.1...6.24.1) Updates `@sentry/sveltekit` from 7.100.1 to 7.104.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.104.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.104.0) Updates `@sveltejs/kit` from 1.30.3 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `inter-ui` from 4.0.1 to 4.0.2 - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) Updates `nanoid` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.5...5.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `postcss-load-config` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3) Updates `posthog-js` from 1.105.1 to 1.110.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/v1.110.0) Updates `prettier-plugin-svelte` from 3.1.2 to 3.2.2 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.2) Updates `svelte` from 4.2.10 to 4.2.12 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte) Updates `svelte-check` from 3.6.3 to 3.6.6 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.6) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/state" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: inter-ui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 19:15:11 +03:00
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-floating-ui": "^1.5.8",
2023-09-06 11:46:07 +03:00
"svelte-french-toast": "^1.2.0",
"svelte-loadable-store": "^2.0.1",
chore(deps-dev): bump the minor group with 10 updates Bumps the minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/view](https://github.com/codemirror/view) | `6.22.0` | `6.23.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.73.0` | `7.94.1` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.5` | `1.30.3` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.19.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.96.1` | `1.100.0` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.6.2` | `3.7.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.1` | | [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu) | `0.5.0` | `0.7.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` | Updates `@codemirror/view` from 6.22.0 to 6.23.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.22.0...6.23.0) Updates `@sentry/sveltekit` from 7.73.0 to 7.94.1 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.94.1) Updates `@sveltejs/kit` from 1.27.5 to 1.30.3 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.3/packages/kit) Updates `@typescript-eslint/parser` from 6.16.0 to 6.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser) Updates `posthog-js` from 1.96.1 to 1.100.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.96.1...v1.100.0) Updates `prettier` from 3.1.1 to 3.2.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.4) Updates `svelte-outclick` from 3.6.2 to 3.7.0 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.4.1) Updates `tauri-plugin-context-menu` from 0.5.0 to 0.7.0 - [Commits](https://github.com/c2r0b/tauri-plugin-context-menu/commits) Updates `typescript` from 5.2.2 to 5.3.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tauri-plugin-context-menu dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:35:08 +03:00
"svelte-outclick": "^3.7.0",
2023-09-06 11:46:07 +03:00
"svelte-resize-observer": "^2.0.0",
chore(deps-dev): bump the minor group with 10 updates Bumps the minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/view](https://github.com/codemirror/view) | `6.22.0` | `6.23.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.73.0` | `7.94.1` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.5` | `1.30.3` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.19.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.96.1` | `1.100.0` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.6.2` | `3.7.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.1` | | [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu) | `0.5.0` | `0.7.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` | Updates `@codemirror/view` from 6.22.0 to 6.23.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.22.0...6.23.0) Updates `@sentry/sveltekit` from 7.73.0 to 7.94.1 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.94.1) Updates `@sveltejs/kit` from 1.27.5 to 1.30.3 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.3/packages/kit) Updates `@typescript-eslint/parser` from 6.16.0 to 6.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser) Updates `posthog-js` from 1.96.1 to 1.100.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.96.1...v1.100.0) Updates `prettier` from 3.1.1 to 3.2.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.4) Updates `svelte-outclick` from 3.6.2 to 3.7.0 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.4.1) Updates `tauri-plugin-context-menu` from 0.5.0 to 0.7.0 - [Commits](https://github.com/c2r0b/tauri-plugin-context-menu/commits) Updates `typescript` from 5.2.2 to 5.3.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tauri-plugin-context-menu dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:35:08 +03:00
"tailwindcss": "^3.4.1",
"tauri-plugin-context-menu": "^0.7.0",
2024-02-29 21:28:45 +03:00
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
2023-09-07 14:48:04 +03:00
"tinykeys": "^2.1.0",
2023-09-06 11:46:07 +03:00
"tslib": "^2.6.2",
chore(deps-dev): bump the minor group with 10 updates Bumps the minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/view](https://github.com/codemirror/view) | `6.22.0` | `6.23.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.73.0` | `7.94.1` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.5` | `1.30.3` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.19.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.96.1` | `1.100.0` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.6.2` | `3.7.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.1` | | [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu) | `0.5.0` | `0.7.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` | Updates `@codemirror/view` from 6.22.0 to 6.23.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.22.0...6.23.0) Updates `@sentry/sveltekit` from 7.73.0 to 7.94.1 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.94.1) Updates `@sveltejs/kit` from 1.27.5 to 1.30.3 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.3/packages/kit) Updates `@typescript-eslint/parser` from 6.16.0 to 6.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser) Updates `posthog-js` from 1.96.1 to 1.100.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.96.1...v1.100.0) Updates `prettier` from 3.1.1 to 3.2.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.4) Updates `svelte-outclick` from 3.6.2 to 3.7.0 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.4.1) Updates `tauri-plugin-context-menu` from 0.5.0 to 0.7.0 - [Commits](https://github.com/c2r0b/tauri-plugin-context-menu/commits) Updates `typescript` from 5.2.2 to 5.3.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: tauri-plugin-context-menu dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:35:08 +03:00
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vitest": "^0.34.6"
2023-09-06 11:46:07 +03:00
}
}