teleport/package.json

92 lines
3.7 KiB
JSON
Raw Normal View History

{
"name": "teleport-ui",
"version": "1.0.0",
"scripts": {
"build-ui": "pnpm build-ui-oss && pnpm build-ui-e",
"build-ui-oss": "pnpm --filter=@gravitational/teleport build",
"build-ui-e": "pnpm --filter=@gravitational/teleport.e build",
"build-wasm": "pnpm --filter=@gravitational/teleport build-wasm",
"start-teleport": "pnpm --filter=@gravitational/teleport start",
"start-teleport-e": "pnpm --filter=@gravitational/teleport.e start",
"build-term": "pnpm --filter=@gravitational/teleterm build",
"start-term": "pnpm --filter=@gravitational/teleterm start",
"package-term": "pnpm --filter=@gravitational/teleterm package",
"storybook": "if test -f web/certs/server.crt; then storybook dev -p 9002 -c web/.storybook --https --ssl-cert=web/certs/server.crt --ssl-key=web/certs/server.key; else echo \"Could not find SSL certificates. Please follow web/README.md to generate certificates.\" && false; fi",
2024-07-23 18:11:31 +00:00
"storybook-smoke-test": "storybook dev -p 9002 -c web/.storybook --ci --smoke-test",
"test": "jest",
"test-coverage": "jest --coverage && web/scripts/print-coverage-link.sh",
"test-update-snapshot": "pnpm run test --updateSnapshot",
"tdd": "jest --watch",
"lint": "pnpm prettier-check && pnpm eslint",
"lint-fix": "pnpm prettier-write && pnpm eslint --fix",
Move Teleport Connect over to Vite (#36921) * Move Teleport connect over to Vite * Clean up the Electron Vite config * Add mts to prettier/eslint * Add license headers * Dedupe @babel scope * Remove console.log from mainProcess * Set suggestedReviewers on CreateAccessRequestRequest * Remove unneeded code added from strict null checks * Move out dir to build/app On masted it's build/app/dist. We don't want to use build directly, as the app is being packaged in build/release. * Move Node-only deps to dependencies https://electron-vite.org/guide/dev#dependencies-vs-devdependencies cross-env has been removed since it's not needed at all. * Remove eval warning suppression * Fix default path of tsh * Rename dev-term to start-term-skip-native-deps * Use correct `oneofKind` value for `ptyEventOneOfIsStartError` * Undo strict null check changes * Correctly construct env vars struct for shell Based on https://stackoverflow.com/a/66989401 * Allow reloading renderer app * Move JSDoc for TshdEventContextBridgeService to correct position * Remove outdated comment about type casting in tshdEvents/index.ts * Drop type cast for error.cause['message'] * Ignore teleterm's build dir in .eslintignore **/dist/** has been removed from ignorePatterns because it's no longer necessary, neither Web UI nor Connect build in a dir matching this pattern. * Define NODE_ENV for main and renderer * Define only NODE_ENV, not whole process.env Otherwise process.env in the main process is always replaced with an object containing just NODE_ENV. We need process.env to be properly populated since it's then used when spawning tsh daemon and other processes. Using define like this guarantees that only callsites using process.env.NODE_ENV directly will be affected. * Add support for the cluster preferences backend mismatch from the gRPC UserPreferences object * Return resourceIds from preferences, convert preferences before updating * Future proof all of the clusterPreferences object getting converted correctly * Fix cluster preferences for leaf clusters * Use correct `AssistViewMode` enum, remove the old one and unused interface * Lint fix * Add back in JS protobuf stuff, it can be removed in a later PR * Remove `List` from property * Add license header * Remove console.logs --------- Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-01-26 15:47:33 +00:00
"eslint": "eslint --quiet '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"type-check": "NODE_OPTIONS='--max-old-space-size=4096' tsc",
"prettier-check": "prettier --check '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"prettier-write": "prettier --write --log-level silent '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"process-icons": "node web/packages/design/src/Icon/script/script.js & pnpm prettier --loglevel silent --write 'web/packages/design/src/Icon/Icons/*.tsx'",
"nop": "exit 0"
},
"private": true,
"devDependencies": {
2024-07-23 18:11:31 +00:00
"@gravitational/build": "workspace:*",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"@storybook/components": "^8.2.7",
2024-07-23 18:11:31 +00:00
"@storybook/addon-toolbars": "^8.2.5",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
2024-07-23 18:11:31 +00:00
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight": "^0.12.8",
"@types/react-router-dom": "^5.1.1",
"@types/react-transition-group": "^4.4.10",
"@types/wicg-file-system-access": "^2023.10.5",
"jest": "^29.7.0",
"jsdom-testing-mocks": "^1.13.0",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"msw": "^2.3.4",
2024-07-23 18:11:31 +00:00
"msw-storybook-addon": "^2.0.3",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"prettier": "^3.3.3",
"storybook": "^8.2.7",
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"dependencies": {
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/lang-sql": "^6.7.0",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"@codemirror/view": "^6.29.1",
"@grpc/grpc-js": "1.11.1",
"@lezer/highlight": "^1.2.0",
"@nivo/bar": "^0.87.0",
"@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"@uiw/codemirror-themes": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"d3-scale": "^4.0.2",
"d3-time-format": "^4.1.0",
"date-fns": "^2.28.0",
"history": "^4.9.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-highlight": "^0.15.0",
"react-is": "^18.3.1",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-select": "^3.0.8",
"react-transition-group": "^4.4.5",
Bump the ui group with 27 updates (#44925) * Bump the ui group with 27 updates Bumps the ui group with 27 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.9.1` | `6.17.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.19.0` | `6.29.1` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.10` | `1.11.1` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.22.2` | `4.23.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.1.1` | `5.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.1.1` | `5.3.4` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.2.5` | `8.2.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.5` | `8.2.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.5` | `8.2.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.5` | `8.2.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.25.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` | | [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) | `1.2.2` | `1.3.0` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.35.2` | `1.35.4` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [electron](https://github.com/electron/electron) | `31.1.0` | `31.3.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.0.1` | `25.0.3` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.23.2` | Updates `@codemirror/autocomplete` from 6.9.1 to 6.17.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.9.1...6.17.0) Updates `@codemirror/view` from 6.19.0 to 6.29.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.19.0...6.29.1) Updates `@grpc/grpc-js` from 1.10.10 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.11.1) Updates `@uiw/codemirror-themes` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `@uiw/react-codemirror` from 4.22.2 to 4.23.0 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.0) Updates `react-router` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router) Updates `react-router-dom` from 5.1.1 to 5.3.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) Updates `@storybook/components` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/deprecated/components) Updates `@storybook/react` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/renderers/react) Updates `@storybook/react-vite` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8) Updates `msw` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.4) Updates `prettier` from 3.3.2 to 3.3.3 - [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.3.2...3.3.3) Updates `storybook` from 8.2.5 to 8.2.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.7/code/lib/cli) Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4) Updates `vite` from 5.3.2 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) Updates `@babel/core` from 7.24.7 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.4 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.7.0...v1.7.4) Updates `eslint-plugin-react` from 7.34.3 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.35.0) Updates `@emotion/is-prop-valid` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/is-prop-valid@1.2.2...@emotion/is-prop-valid@1.3.0) Updates `ace-builds` from 1.35.2 to 1.35.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.35.2...v1.35.4) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) Updates `electron` from 31.1.0 to 31.3.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.3.1) Updates `electron-builder` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.3/packages/electron-builder) Updates `zod-to-json-schema` from 3.23.1 to 3.23.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/codemirror-themes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@uiw/react-codemirror" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/components" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@storybook/react-vite" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: "@emotion/is-prop-valid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: zod-to-json-schema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] <support@github.com> * Update mockServiceWorker.js * Update snapshots * Update `after-install.tpl` to match the one from `electron-builder` * Run `pnpm install` after resoling conflicts * Run `pnpm dedupe` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
2024-08-02 15:13:11 +00:00
"styled-components": "^6.1.12",
"tslib": "^2.6.3",
"whatwg-fetch": "^3.6.20"
},
2024-07-23 18:11:31 +00:00
"packageManager": "pnpm@9.5.0",
"msw": {
"workerDirectory": [
"web/.storybook/public"
]
}
}