gitbutler/apps/desktop/package.json

91 lines
2.8 KiB
JSON
Raw Normal View History

2023-09-06 11:46:07 +03:00
{
2024-07-27 14:29:32 +03:00
"name": "@gitbutler/desktop",
2023-09-06 11:46:07 +03:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2024-07-11 16:13:21 +03:00
"dev": "vite --clearScreen false",
2023-09-06 11:46:07 +03:00
"test": "vitest run --mode development",
"test:watch": "vitest --watch --mode development",
2024-08-02 15:17:32 +03:00
"test:e2e": "wdio run wdio.conf.ts",
"test:e2e:watch": "wdio wdio.conf.ts --watch",
2024-08-21 02:29:04 +03:00
"test:ui": "vitest --ui",
2023-09-06 11:46:07 +03:00
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "pnpm check --watch",
"tauri": "tauri",
"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",
build(deps): bump the npm-updates group with 12 updates Bumps the npm-updates group with 12 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.33.0` | `4.33.1` | | [@codemirror/lang-html](https://github.com/codemirror/lang-html) | `6.4.8` | `6.4.9` | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.4` | `6.2.5` | | [@codemirror/view](https://github.com/codemirror/view) | `6.26.1` | `6.26.3` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.109.0` | `7.110.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `7.6.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `7.6.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.36.0` | `2.37.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.120.2` | `1.121.4` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.2` | `3.2.3` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.12` | `4.2.14` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.4.5` | Updates `openai` from 4.33.0 to 4.33.1 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.33.0...v4.33.1) Updates `@codemirror/lang-html` from 6.4.8 to 6.4.9 - [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-html/compare/6.4.8...6.4.9) Updates `@codemirror/lang-markdown` from 6.2.4 to 6.2.5 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.4...6.2.5) Updates `@codemirror/view` from 6.26.1 to 6.26.3 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.26.1...6.26.3) Updates `@sentry/sveltekit` from 7.109.0 to 7.110.1 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.1) Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.6.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/v7.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.5.0 to 7.6.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/v7.6.0/packages/parser) Updates `eslint-plugin-svelte` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.36.0...v2.37.0) Updates `posthog-js` from 1.120.2 to 1.121.4 - [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.120.2...v1.121.4) Updates `prettier-plugin-svelte` from 3.2.2 to 3.2.3 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.2...v3.2.3) Updates `svelte` from 4.2.12 to 4.2.14 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.14/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.14/packages/svelte) Updates `typescript` from 5.4.4 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-html" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-markdown" 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-patch dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor 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-patch dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 18:56:46 +03:00
"@codemirror/lang-html": "^6.4.9",
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",
build(deps): bump the npm-updates group with 12 updates Bumps the npm-updates group with 12 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.33.0` | `4.33.1` | | [@codemirror/lang-html](https://github.com/codemirror/lang-html) | `6.4.8` | `6.4.9` | | [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.4` | `6.2.5` | | [@codemirror/view](https://github.com/codemirror/view) | `6.26.1` | `6.26.3` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.109.0` | `7.110.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `7.6.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `7.6.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.36.0` | `2.37.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.120.2` | `1.121.4` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.2` | `3.2.3` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.12` | `4.2.14` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.4.5` | Updates `openai` from 4.33.0 to 4.33.1 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.33.0...v4.33.1) Updates `@codemirror/lang-html` from 6.4.8 to 6.4.9 - [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-html/compare/6.4.8...6.4.9) Updates `@codemirror/lang-markdown` from 6.2.4 to 6.2.5 - [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.4...6.2.5) Updates `@codemirror/view` from 6.26.1 to 6.26.3 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.26.1...6.26.3) Updates `@sentry/sveltekit` from 7.109.0 to 7.110.1 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.1) Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.6.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/v7.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.5.0 to 7.6.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/v7.6.0/packages/parser) Updates `eslint-plugin-svelte` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.36.0...v2.37.0) Updates `posthog-js` from 1.120.2 to 1.121.4 - [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.120.2...v1.121.4) Updates `prettier-plugin-svelte` from 3.2.2 to 3.2.3 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.2...v3.2.3) Updates `svelte` from 4.2.12 to 4.2.14 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.14/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.14/packages/svelte) Updates `typescript` from 5.4.4 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-html" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/lang-markdown" 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-patch dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor 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-patch dependency-group: npm-updates - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 18:56:46 +03:00
"@codemirror/lang-markdown": "^6.2.5",
2023-09-06 11:46:07 +03:00
"@codemirror/lang-php": "^6.0.1",
Bump the npm-updates group across 1 directory with 13 updates Bumps the npm-updates group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.12` | `1.5.13` | | [openai](https://github.com/openai/openai-node) | `4.38.5` | `4.45.0` | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.5` | `6.1.6` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.112.2` | `7.114.0` | | [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.4` | `1.5.5` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.2.0` | `5.2.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.7.1` | `7.8.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.7.1` | `7.8.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.38.0` | `2.39.0` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.3` | `5.1.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.130.1` | `1.131.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.15` | `4.2.16` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.7.0` | `3.7.1` | Updates `@tauri-apps/cli` from 1.5.12 to 1.5.13 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.12...@tauri-apps/cli-v1.5.13) Updates `openai` from 4.38.5 to 4.45.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.38.5...v4.45.0) Updates `@codemirror/lang-python` from 6.1.5 to 6.1.6 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.5...6.1.6) Updates `@sentry/sveltekit` from 7.112.2 to 7.114.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.114.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.2...7.114.0) Updates `@tauri-apps/api` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.4...@tauri-apps/api-v1.5.5) Updates `@types/diff` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.8.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/v7.8.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.7.1 to 7.8.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/v7.8.0/packages/parser) Updates `eslint-plugin-svelte` from 2.38.0 to 2.39.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.38.0...v2.39.0) Updates `postcss-load-config` from 5.0.3 to 5.1.0 - [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/v5.0.3...5.1.0) Updates `posthog-js` from 1.130.1 to 1.131.4 - [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.130.1...v1.131.4) Updates `svelte` from 4.2.15 to 4.2.16 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.16/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.16/packages/svelte) Updates `svelte-check` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.0...svelte-check-3.7.1) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-python" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@tauri-apps/api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: posthog-js 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-05-13 01:11:09 +03:00
"@codemirror/lang-python": "^6.1.6",
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",
build(deps): bump the npm-updates group with 14 updates Bumps the npm-updates group with 14 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.10` | `1.5.11` | | [openai](https://github.com/openai/openai-node) | `4.28.4` | `4.29.2` | | [@codemirror/lang-xml](https://github.com/codemirror/lang-xml) | `6.0.2` | `6.1.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.24.1` | `6.26.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.104.0` | `7.108.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.110.0` | `1.116.6` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.11` | `0.5.13` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.6` | `3.6.8` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.7.0` | `3.7.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` | `4.5.3` | Updates `@tauri-apps/cli` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.10...@tauri-apps/cli-v1.5.11) Updates `openai` from 4.28.4 to 4.29.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.28.4...v4.29.2) Updates `@codemirror/lang-xml` from 6.0.2 to 6.1.0 - [Changelog](https://github.com/codemirror/lang-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-xml/compare/6.0.2...6.1.0) Updates `@codemirror/view` from 6.24.1 to 6.26.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.24.1...6.26.0) Updates `@sentry/sveltekit` from 7.104.0 to 7.108.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.104.0...7.108.0) Updates `autoprefixer` from 10.4.17 to 10.4.19 - [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.17...10.4.19) Updates `postcss` from 8.4.35 to 8.4.38 - [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.35...8.4.38) Updates `posthog-js` from 1.110.0 to 1.116.6 - [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.110.0...v1.116.6) Updates `prettier-plugin-tailwindcss` from 0.5.11 to 0.5.13 - [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.11...v0.5.13) Updates `svelte-check` from 3.6.6 to 3.6.8 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.6...svelte-check-3.6.8) Updates `svelte-outclick` from 3.7.0 to 3.7.1 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.2/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2) Updates `typescript` from 5.3.3 to 5.4.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.3) Updates `vite` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-xml" dependency-type: direct:development update-type: version-update:semver-minor 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: autoprefixer 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: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-tailwindcss 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 - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 21:02:30 +03:00
"@codemirror/lang-xml": "^6.1.0",
Bump the npm-updates group with 7 updates Bumps the npm-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.47.1` | `4.47.3` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.1` | `6.10.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.10.0` | `7.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.10.0` | `7.11.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.135.2` | `1.136.4` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.7.1` | `3.8.0` | Updates `openai` from 4.47.1 to 4.47.3 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.1...v4.47.3) Updates `@codemirror/language` from 6.10.1 to 6.10.2 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.1...6.10.2) Updates `@typescript-eslint/eslint-plugin` from 7.10.0 to 7.11.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/v7.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.10.0 to 7.11.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/v7.11.0/packages/parser) Updates `posthog-js` from 1.135.2 to 1.136.4 - [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.135.2...v1.136.4) Updates `prettier` from 3.2.5 to 3.3.0 - [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.5...3.3.0) Updates `svelte-check` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.1...svelte-check-3.8.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor 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 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 18:44:10 +03:00
"@codemirror/language": "^6.10.2",
build(deps): bump the npm-updates group with 8 updates Bumps the npm-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.31.0` | `4.33.0` | | [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) | `6.3.3` | `6.4.0` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.0.2` | `20.1.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.35.1` | `2.36.0` | | [nanoid](https://github.com/ai/nanoid) | `5.0.6` | `5.0.7` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.116.6` | `1.120.2` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.8` | `3.6.9` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` | Updates `openai` from 4.31.0 to 4.33.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.31.0...v4.33.0) Updates `@codemirror/legacy-modes` from 6.3.3 to 6.4.0 - [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/legacy-modes/compare/6.3.3...6.4.0) Updates `@octokit/rest` from 20.0.2 to 20.1.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0) Updates `eslint-plugin-svelte` from 2.35.1 to 2.36.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...v2.36.0) Updates `nanoid` from 5.0.6 to 5.0.7 - [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.6...5.0.7) Updates `posthog-js` from 1.116.6 to 1.120.2 - [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.116.6...v1.120.2) Updates `svelte-check` from 3.6.8 to 3.6.9 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.8...svelte-check-3.6.9) Updates `typescript` from 5.4.3 to 5.4.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/legacy-modes" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: nanoid 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: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 18:20:56 +03:00
"@codemirror/legacy-modes": "^6.4.0",
"@gitbutler/ui": "workspace:*",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@octokit/rest": "^20.1.1",
2023-09-06 11:46:07 +03:00
"@replit/codemirror-lang-svelte": "^6.0.0",
"@sentry/sveltekit": "^8.9.2",
"@sveltejs/adapter-static": "catalog:svelte",
"@sveltejs/kit": "catalog:svelte",
"@sveltejs/vite-plugin-svelte": "catalog:svelte",
"@tauri-apps/api": "^1.6.0",
2024-08-21 02:29:04 +03:00
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/svelte": "^5.2.1",
"@types/diff-match-patch": "^1.0.36",
2024-06-24 22:18:28 +03:00
"@types/git-url-parse": "^9.0.3",
"@types/lscache": "^1.3.4",
"@types/marked": "^5.0.2",
2024-08-08 15:51:37 +03:00
"@types/postcss-pxtorem": "^6.0.3",
2024-08-21 02:29:04 +03:00
"@vitest/ui": "^2.0.5",
"@wdio/cli": "^8.39.1",
"@wdio/globals": "^8.39.1",
"@wdio/local-runner": "^8.39.1",
"@wdio/mocha-framework": "^8.39.0",
"@wdio/spec-reporter": "^8.39.0",
"@wdio/types": "^8.39.0",
build(deps): bump the npm-updates group with 14 updates Bumps the npm-updates group with 14 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.10` | `1.5.11` | | [openai](https://github.com/openai/openai-node) | `4.28.4` | `4.29.2` | | [@codemirror/lang-xml](https://github.com/codemirror/lang-xml) | `6.0.2` | `6.1.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.24.1` | `6.26.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.104.0` | `7.108.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.110.0` | `1.116.6` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.11` | `0.5.13` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.6` | `3.6.8` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.7.0` | `3.7.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` | `4.5.3` | Updates `@tauri-apps/cli` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.10...@tauri-apps/cli-v1.5.11) Updates `openai` from 4.28.4 to 4.29.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.28.4...v4.29.2) Updates `@codemirror/lang-xml` from 6.0.2 to 6.1.0 - [Changelog](https://github.com/codemirror/lang-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-xml/compare/6.0.2...6.1.0) Updates `@codemirror/view` from 6.24.1 to 6.26.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.24.1...6.26.0) Updates `@sentry/sveltekit` from 7.104.0 to 7.108.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.104.0...7.108.0) Updates `autoprefixer` from 10.4.17 to 10.4.19 - [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.17...10.4.19) Updates `postcss` from 8.4.35 to 8.4.38 - [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.35...8.4.38) Updates `posthog-js` from 1.110.0 to 1.116.6 - [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.110.0...v1.116.6) Updates `prettier-plugin-tailwindcss` from 0.5.11 to 0.5.13 - [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.11...v0.5.13) Updates `svelte-check` from 3.6.6 to 3.6.8 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.6...svelte-check-3.6.8) Updates `svelte-outclick` from 3.7.0 to 3.7.1 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.2/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2) Updates `typescript` from 5.3.3 to 5.4.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.3) Updates `vite` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-xml" dependency-type: direct:development update-type: version-update:semver-minor 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: autoprefixer 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: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-tailwindcss 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 - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 21:02:30 +03:00
"autoprefixer": "^10.4.19",
2023-09-06 11:46:07 +03:00
"class-transformer": "^0.5.1",
"date-fns": "^2.30.0",
"diff-match-patch": "^1.0.5",
2024-08-05 17:41:12 +03:00
"fuse.js": "^7.0.0",
2024-06-24 22:18:28 +03:00
"git-url-parse": "^14.0.0",
2024-08-21 02:29:04 +03:00
"jsdom": "^24.1.1",
2023-09-06 11:46:07 +03:00
"lscache": "^1.3.2",
"marked": "^10.0.0",
"mocha": "^10.7.0",
"nanoevents": "^9.0.0",
build(deps): bump the npm-updates group with 14 updates Bumps the npm-updates group with 14 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.10` | `1.5.11` | | [openai](https://github.com/openai/openai-node) | `4.28.4` | `4.29.2` | | [@codemirror/lang-xml](https://github.com/codemirror/lang-xml) | `6.0.2` | `6.1.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.24.1` | `6.26.0` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.104.0` | `7.108.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.110.0` | `1.116.6` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.11` | `0.5.13` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.6` | `3.6.8` | | [svelte-outclick](https://github.com/babakfp/svelte-outclick) | `3.7.0` | `3.7.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` | `4.5.3` | Updates `@tauri-apps/cli` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.10...@tauri-apps/cli-v1.5.11) Updates `openai` from 4.28.4 to 4.29.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.28.4...v4.29.2) Updates `@codemirror/lang-xml` from 6.0.2 to 6.1.0 - [Changelog](https://github.com/codemirror/lang-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-xml/compare/6.0.2...6.1.0) Updates `@codemirror/view` from 6.24.1 to 6.26.0 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.24.1...6.26.0) Updates `@sentry/sveltekit` from 7.104.0 to 7.108.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.104.0...7.108.0) Updates `autoprefixer` from 10.4.17 to 10.4.19 - [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.17...10.4.19) Updates `postcss` from 8.4.35 to 8.4.38 - [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.35...8.4.38) Updates `posthog-js` from 1.110.0 to 1.116.6 - [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.110.0...v1.116.6) Updates `prettier-plugin-tailwindcss` from 0.5.11 to 0.5.13 - [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.11...v0.5.13) Updates `svelte-check` from 3.6.6 to 3.6.8 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.6...svelte-check-3.6.8) Updates `svelte-outclick` from 3.7.0 to 3.7.1 - [Commits](https://github.com/babakfp/svelte-outclick/commits) Updates `tailwindcss` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.2/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2) Updates `typescript` from 5.3.3 to 5.4.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.3) Updates `vite` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-xml" dependency-type: direct:development update-type: version-update:semver-minor 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: autoprefixer 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: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: prettier-plugin-tailwindcss 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 - dependency-name: svelte-outclick dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 21:02:30 +03:00
"postcss": "^8.4.38",
Bump the npm-updates group across 1 directory with 13 updates Bumps the npm-updates group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.12` | `1.5.13` | | [openai](https://github.com/openai/openai-node) | `4.38.5` | `4.45.0` | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.5` | `6.1.6` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.112.2` | `7.114.0` | | [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.4` | `1.5.5` | | [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `5.2.0` | `5.2.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.7.1` | `7.8.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.7.1` | `7.8.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.38.0` | `2.39.0` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.3` | `5.1.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.130.1` | `1.131.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.15` | `4.2.16` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.7.0` | `3.7.1` | Updates `@tauri-apps/cli` from 1.5.12 to 1.5.13 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.12...@tauri-apps/cli-v1.5.13) Updates `openai` from 4.38.5 to 4.45.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.38.5...v4.45.0) Updates `@codemirror/lang-python` from 6.1.5 to 6.1.6 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.5...6.1.6) Updates `@sentry/sveltekit` from 7.112.2 to 7.114.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.114.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.2...7.114.0) Updates `@tauri-apps/api` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.4...@tauri-apps/api-v1.5.5) Updates `@types/diff` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff) Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.8.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/v7.8.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.7.1 to 7.8.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/v7.8.0/packages/parser) Updates `eslint-plugin-svelte` from 2.38.0 to 2.39.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.38.0...v2.39.0) Updates `postcss-load-config` from 5.0.3 to 5.1.0 - [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/v5.0.3...5.1.0) Updates `posthog-js` from 1.130.1 to 1.131.4 - [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.130.1...v1.131.4) Updates `svelte` from 4.2.15 to 4.2.16 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.16/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.16/packages/svelte) Updates `svelte-check` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.0...svelte-check-3.7.1) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-python" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@tauri-apps/api" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@types/diff" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: posthog-js 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-05-13 01:11:09 +03:00
"postcss-load-config": "^5.1.0",
2024-07-09 15:06:09 +03:00
"postcss-nesting": "^12.1.5",
"postcss-pxtorem": "^6.1.0",
Bump the npm-updates group with 7 updates Bumps the npm-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.47.1` | `4.47.3` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.1` | `6.10.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.10.0` | `7.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.10.0` | `7.11.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.135.2` | `1.136.4` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.7.1` | `3.8.0` | Updates `openai` from 4.47.1 to 4.47.3 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.1...v4.47.3) Updates `@codemirror/language` from 6.10.1 to 6.10.2 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.1...6.10.2) Updates `@typescript-eslint/eslint-plugin` from 7.10.0 to 7.11.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/v7.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.10.0 to 7.11.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/v7.11.0/packages/parser) Updates `posthog-js` from 1.135.2 to 1.136.4 - [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.135.2...v1.136.4) Updates `prettier` from 3.2.5 to 3.3.0 - [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.5...3.3.0) Updates `svelte-check` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.1...svelte-check-3.8.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor 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 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 18:44:10 +03:00
"posthog-js": "1.136.4",
build(deps): bump the npm-updates group with 6 updates Bumps the npm-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.29.2` | `4.31.0` | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.4` | `6.1.5` | | [@codemirror/view](https://github.com/codemirror/view) | `6.26.0` | `6.26.1` | | [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `7.108.0` | `7.109.0` | | [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.2.1` | `0.2.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.2` | `3.4.3` | Updates `openai` from 4.29.2 to 4.31.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.29.2...v4.31.0) Updates `@codemirror/lang-python` from 6.1.4 to 6.1.5 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-python/compare/6.1.4...6.1.5) Updates `@codemirror/view` from 6.26.0 to 6.26.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.26.0...6.26.1) Updates `@sentry/sveltekit` from 7.108.0 to 7.109.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.108.0...7.109.0) Updates `reflect-metadata` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/rbuckton/reflect-metadata/releases) - [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json) - [Commits](https://github.com/rbuckton/reflect-metadata/commits) Updates `tailwindcss` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/lang-python" 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-patch dependency-group: npm-updates - dependency-name: "@sentry/sveltekit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: reflect-metadata dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 18:25:51 +03:00
"reflect-metadata": "^0.2.2",
"svelte": "catalog:svelte",
"svelte-check": "catalog:svelte",
2023-09-06 11:46:07 +03:00
"svelte-french-toast": "^1.2.0",
2024-09-10 17:38:12 +03:00
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
2023-09-07 14:48:04 +03:00
"tinykeys": "^2.1.0",
"ts-node": "^10.9.2",
"vite": "catalog:",
2024-08-23 13:56:24 +03:00
"vitest": "^2.0.5",
"@types/node": "^22.3.0"
},
"dependencies": {
Bump the npm-updates group with 7 updates Bumps the npm-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.47.1` | `4.47.3` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.1` | `6.10.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.10.0` | `7.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.10.0` | `7.11.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.135.2` | `1.136.4` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.7.1` | `3.8.0` | Updates `openai` from 4.47.1 to 4.47.3 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.1...v4.47.3) Updates `@codemirror/language` from 6.10.1 to 6.10.2 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.10.1...6.10.2) Updates `@typescript-eslint/eslint-plugin` from 7.10.0 to 7.11.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/v7.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.10.0 to 7.11.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/v7.11.0/packages/parser) Updates `posthog-js` from 1.135.2 to 1.136.4 - [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.135.2...v1.136.4) Updates `prettier` from 3.2.5 to 3.3.0 - [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.5...3.3.0) Updates `svelte-check` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.1...svelte-check-3.8.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@codemirror/language" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor 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 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 18:44:10 +03:00
"openai": "^4.47.3"
2024-05-06 14:01:22 +03:00
}
2023-09-06 11:46:07 +03:00
}