Commit Graph

754 Commits

Author SHA1 Message Date
dependabot[bot]
fe33cd5c03 Bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.36.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.34.0 to 5.36.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.36.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 18:46:51 +00:00
Jacob Overgaard
bd56659688 Merge pull request #128 from umbraco/feature/manifest-schema
Feature/manifest schema
2022-08-29 10:24:37 +02:00
Jacob Overgaard
fdc777f84f recommended extensions 2022-08-26 14:13:30 +02:00
Jacob Overgaard
f14f9672f8 remove unused loader functions 2022-08-26 13:39:40 +02:00
Jacob Overgaard
0391b10566 catch more errors 2022-08-26 13:39:09 +02:00
Jacob Overgaard
c262f537de add vscode launch configuration 2022-08-26 09:59:47 +02:00
Jacob Overgaard
a74f9886f8 import types 2022-08-25 15:58:27 +02:00
Jacob Overgaard
b0d99c7c00 ensure that we load server-side manifests dynamically and our mocks are not included in the production build 2022-08-25 15:46:38 +02:00
Jacob Overgaard
d9552ce04a check that returned js might potentially be a new element 2022-08-25 15:13:00 +02:00
Jacob Overgaard
b5ca93d0a2 rename ManifestCore to ManifestTypes 2022-08-25 15:12:48 +02:00
Jacob Overgaard
9c1dd23d2d include custom types in schema 2022-08-25 15:12:13 +02:00
Jacob Overgaard
bada418bb9 eslint fix types 2022-08-25 14:08:36 +02:00
Jacob Overgaard
2c9ba6f81c add custom eslint rule to check for correct type imports 2022-08-25 12:42:15 +02:00
Jacob Overgaard
9a7e9bf861 fix stories with double imports 2022-08-25 12:41:49 +02:00
Jacob Overgaard
ab402b5ad5 load custom extensions 2022-08-25 09:57:38 +02:00
Jacob Overgaard
a3bced0c79 update all models to match new api 2022-08-25 09:57:20 +02:00
Jacob Overgaard
a808bf8cab mark elementName as optional 2022-08-25 09:41:26 +02:00
Jacob Overgaard
3311af3d7f make js and label props optional 2022-08-25 09:39:34 +02:00
Jacob Overgaard
47de2e25d3 add schema for manifests 2022-08-25 09:34:54 +02:00
Jacob Overgaard
d1b3f9464e add schema for manifests 2022-08-24 16:03:35 +02:00
Jacob Overgaard
a185c1a885 import as types 2022-08-24 15:56:29 +02:00
Jacob Overgaard
036df9ef27 Merge pull request #126 from umbraco/feature/database-validation
add call to validate database endpoint if database requires it
2022-08-24 12:45:18 +02:00
Jacob Overgaard
cc4b4ca88b Merge branch 'main' into feature/database-validation 2022-08-24 11:22:17 +02:00
Jacob Overgaard
ea24bb0ca9 Merge pull request #125 from umbraco/dependabot/npm_and_yarn/playwright/test-1.25.1
Bump @playwright/test from 1.25.0 to 1.25.1
2022-08-24 11:17:24 +02:00
Jacob Overgaard
d6b34bf1e3 fix a11y warnings 2022-08-24 11:08:12 +02:00
Jacob Overgaard
0db991ccb8 add call to validate database endpoint if database requires it 2022-08-24 11:00:23 +02:00
dependabot[bot]
99b5e51ede Bump @playwright/test from 1.25.0 to 1.25.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.0 to 1.25.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.25.0...v1.25.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 19:36:24 +00:00
Jacob Overgaard
bdf4b31df6 Merge pull request #124 from umbraco/dependabot/npm_and_yarn/temp-schema-generator/validator-13.7.0
Bump validator from 13.6.0 to 13.7.0 in /temp-schema-generator
2022-08-23 13:29:58 +02:00
Jacob Overgaard
60a8778417 Merge pull request #123 from umbraco/dependabot/npm_and_yarn/temp-schema-generator/ansi-regex-3.0.1
Bump ansi-regex from 3.0.0 to 3.0.1 in /temp-schema-generator
2022-08-23 13:29:48 +02:00
dependabot[bot]
15eca45c45 Bump validator from 13.6.0 to 13.7.0 in /temp-schema-generator
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/compare/13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 11:29:18 +00:00
dependabot[bot]
a97a42dae1 Bump ansi-regex from 3.0.0 to 3.0.1 in /temp-schema-generator
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 11:29:17 +00:00
Jacob Overgaard
65f014cc5b bump eslint-plugin 2022-08-23 13:28:47 +02:00
Jacob Overgaard
926f08c53e bump @umbraco-ui/uui to 1.0.0 2022-08-23 13:26:50 +02:00
Jacob Overgaard
077d958e1f add lockfile 2022-08-23 13:26:42 +02:00
Jacob Overgaard
5ead902d34 Merge pull request #120 from umbraco/dependabot/npm_and_yarn/eslint-import-resolver-typescript-3.5.0
Bump eslint-import-resolver-typescript from 3.4.2 to 3.5.0
2022-08-23 13:23:43 +02:00
Jacob Overgaard
41c147d63c Merge pull request #119 from umbraco/dependabot/npm_and_yarn/typescript-eslint/parser-5.34.0
Bump @typescript-eslint/parser from 5.33.1 to 5.34.0
2022-08-23 13:23:13 +02:00
Jacob Overgaard
3693b8f768 Merge pull request #118 from umbraco/dependabot/npm_and_yarn/babel/core-7.18.13
Bump @babel/core from 7.18.10 to 7.18.13
2022-08-23 13:22:52 +02:00
dependabot[bot]
cea7cce8c0 Bump eslint-import-resolver-typescript from 3.4.2 to 3.5.0
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.4.2...v3.5.0)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 18:45:47 +00:00
dependabot[bot]
b93a308854 Bump @typescript-eslint/parser from 5.33.1 to 5.34.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.1 to 5.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 18:45:23 +00:00
dependabot[bot]
dfc2db8f0c Bump @babel/core from 7.18.10 to 7.18.13
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13.
- [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.18.13/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 18:44:48 +00:00
Jacob Overgaard
5900c7322d update msw 2022-08-22 11:53:41 +02:00
Jacob Overgaard
746aa1667c Merge pull request #116 from umbraco/dependabot/npm_and_yarn/msw-0.45.0
Bump msw from 0.44.2 to 0.45.0
2022-08-22 11:37:32 +02:00
dependabot[bot]
fde17369e9 Bump msw from 0.44.2 to 0.45.0
Bumps [msw](https://github.com/mswjs/msw) from 0.44.2 to 0.45.0.
- [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/v0.44.2...v0.45.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:31:47 +00:00
Jacob Overgaard
42f06af35f Merge pull request #112 from umbraco/dependabot/npm_and_yarn/element-internals-polyfill-1.1.9
Bump element-internals-polyfill from 1.1.6 to 1.1.9
2022-08-22 11:30:37 +02:00
Jacob Overgaard
6b54e18525 Merge pull request #117 from umbraco/dependabot/npm_and_yarn/vite-3.0.9
Bump vite from 3.0.8 to 3.0.9
2022-08-22 11:30:26 +02:00
dependabot[bot]
c7acc065e1 Bump element-internals-polyfill from 1.1.6 to 1.1.9
Bumps [element-internals-polyfill](https://github.com/calebdwilliams/element-internals-polyfill) from 1.1.6 to 1.1.9.
- [Release notes](https://github.com/calebdwilliams/element-internals-polyfill/releases)
- [Changelog](https://github.com/calebdwilliams/element-internals-polyfill/blob/main/CHANGELOG.md)
- [Commits](https://github.com/calebdwilliams/element-internals-polyfill/compare/v1.1.6...v1.1.9)

---
updated-dependencies:
- dependency-name: element-internals-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:23:50 +00:00
dependabot[bot]
786bb1b4f0 Bump vite from 3.0.8 to 3.0.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.8 to 3.0.9.
- [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/v3.0.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:23:28 +00:00
Jacob Overgaard
0ed8392d47 Merge pull request #113 from umbraco/dependabot/npm_and_yarn/eslint-import-resolver-typescript-3.4.2
Bump eslint-import-resolver-typescript from 3.4.1 to 3.4.2
2022-08-22 11:22:45 +02:00
Jacob Overgaard
935047acdb Merge pull request #115 from umbraco/dependabot/npm_and_yarn/lit-2.3.1
Bump lit from 2.3.0 to 2.3.1
2022-08-22 11:22:30 +02:00
Jacob Overgaard
192534ec58 Merge pull request #114 from umbraco/dependabot/npm_and_yarn/lit-html-2.3.1
Bump lit-html from 2.3.0 to 2.3.1
2022-08-22 11:22:15 +02:00