Commit Graph

645 Commits

Author SHA1 Message Date
Jacob Overgaard
8c40e9d217 Merge pull request #932 from bjarnef/bug/tinymce-configuration-icons
Fix missing toolbar icons shown in configuration of richtext editor
2023-11-08 12:11:41 +01:00
Jacob Overgaard
4361b83212 bump ui library to 1.6.0-rc.0 2023-11-08 12:08:44 +01:00
Jacob Overgaard
3fc490105e add rollup/commonjs plugin to web-test-runner to treat externals the same as we do on the production build (this helps with tinymce) 2023-11-08 12:03:50 +01:00
Mads Rasmussen
22e4aee080 Merge branch 'main' into dependabot/npm_and_yarn/plop-4.0.0 2023-11-07 11:07:12 +01:00
Jacob Overgaard
3a02c8f950 do not lint e2e files 2023-11-06 10:55:59 +01:00
Jacob Overgaard
8d0e60e5b1 do not lint temp "auth" app 2023-11-06 10:55:59 +01:00
Jacob Overgaard
f2d2387676 update support to nodejs 20 2023-11-03 10:59:04 +01:00
dependabot[bot]
d4510afd01 Bump @rollup/plugin-json from 6.0.0 to 6.0.1
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/json)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 15:09:27 +00:00
Jacob Overgaard
60b61391ec update storybook 2023-11-02 16:07:46 +01:00
dependabot[bot]
ce06667378 Bump plop from 3.1.2 to 4.0.0
Bumps [plop](https://github.com/plopjs/plop/tree/HEAD/packages/plop) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/plopjs/plop/releases)
- [Changelog](https://github.com/plopjs/plop/blob/main/packages/plop/CHANGELOG.md)
- [Commits](https://github.com/plopjs/plop/commits/plop@4.0.0/packages/plop)

---
updated-dependencies:
- dependency-name: plop
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 15:06:41 +00:00
dependabot[bot]
78b3859b62 Bump prettier from 3.0.1 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.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.0.1...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:04:17 +01:00
dependabot[bot]
3d37867daa Bump eslint-plugin-lit from 1.8.3 to 1.10.1
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.3 to 1.10.1.
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.3...v1.10.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:04:05 +01:00
Jacob Overgaard
b1d059c1b7 replace 'sanitize-html' with 'dompurify' due to it working better as esmodule and being the recommendation of 'marked' 2023-10-31 16:45:26 +01:00
Jacob Overgaard
f8515f9b81 build(deps): bump @umbraco-ui/uui from 1.5.0-rc.3 to 1.5.0 2023-10-30 15:02:25 +01:00
dependabot[bot]
52bff552d9 Bump tinymce from 6.7.0 to 6.7.1
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.7.0 to 6.7.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.7.1/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 14:38:05 +02:00
Jacob Overgaard
4376f634e8 bump @umbraco-ui/uui to 1.5.0-rc.3 2023-10-18 10:22:25 +02:00
Jacob Overgaard
85df292b97 build(deps): bump @umbraco-ui/uui to 1.5.0-rc.2 2023-10-18 09:54:43 +02:00
Jacob Overgaard
c225b07919 build(deps-dev): bump @umbraco-ui/uui from 1.5.0-rc.0 to 1.5.0-rc.1 2023-10-18 08:49:33 +02:00
Jacob Overgaard
4def21315b Merge branch 'main' into chore/uui-1.5.0-rc.0 2023-10-18 08:47:33 +02:00
Niels Lyngsø
f4ca4e1a4c Merge pull request #903 from umbraco/feature-entity-user-permissions 2023-10-17 15:14:52 +02:00
Lone Iversen
1894469586 change sanitize from dompurify to sanitizehtml 2023-10-11 12:15:58 +02:00
Lone Iversen
3afe0a0edb markdown editor preview 2023-10-11 11:08:38 +02:00
Mads Rasmussen
c9be0e38e6 Merge branch 'feature/modal-events' into feature-entity-user-permissions 2023-10-10 20:43:19 +02:00
Mads Rasmussen
566918bace fix user group paths 2023-10-10 09:27:44 +02:00
Mads Rasmussen
b64cb732f4 Merge branch 'main' into feature/various-clean-up-and-corrections 2023-10-09 19:04:31 +02:00
Mads Rasmussen
3e77328479 Merge branch 'main' into improvement/move-event-files 2023-10-09 13:43:27 +02:00
Mads Rasmussen
e506795888 Update package.json 2023-10-06 12:03:12 +02:00
Niels Lyngsø
74f3a05760 Merge remote-tracking branch 'origin/main' into feature/various-clean-up-and-corrections
# Conflicts:
#	src/packages/user/user-group/workspace/components/user-group-default-permission-list.element.ts
2023-10-05 20:08:30 +02:00
Jacob Overgaard
35879c372b add publishConfig to package.json 2023-10-05 14:05:57 +02:00
Jacob Overgaard
73ee95cac2 build(deps): bump @umbraco-ui/uui from 1.4.0-rc.2 to 1.5.0-rc.0 2023-10-05 08:49:11 +02:00
Niels Lyngsø
4e7c03be49 Update package.json
Co-authored-by: Mads Rasmussen <madsr@hey.com>
2023-10-04 13:45:54 +02:00
Mads Rasmussen
738175f3a5 Merge branch 'feature/modal-events' into feature-entity-user-permissions 2023-10-02 14:56:54 +02:00
Niels Lyngsø
6bd0cd42cd rename users to user 2023-10-02 14:22:24 +02:00
Mads Rasmussen
1a974a4919 expose user-permission module 2023-10-02 13:48:16 +02:00
Lone Iversen
7cf57ab691 storybook version 7.4.5 2023-10-02 11:36:08 +02:00
Jacob Overgaard
fcca6655be bump version 2023-10-02 09:54:55 +02:00
dependabot[bot]
d41681662a Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.3 to 25.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.4/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:43:23 +02:00
dependabot[bot]
2d76615842 Bump rollup-plugin-import-css from 3.3.1 to 3.3.4
Bumps [rollup-plugin-import-css](https://github.com/jleeson/rollup-plugin-import-css) from 3.3.1 to 3.3.4.
- [Commits](https://github.com/jleeson/rollup-plugin-import-css/commits)

---
updated-dependencies:
- dependency-name: rollup-plugin-import-css
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:43:11 +02:00
dependabot[bot]
ea0d76096f Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.1.0 to 15.2.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.1/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:43:01 +02:00
dependabot[bot]
053613e758 Bump tinymce from 6.6.1 to 6.7.0
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.6.1 to 6.7.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.7.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:34:11 +02:00
Mads Rasmussen
793ccfd2d3 Update package.json 2023-09-21 10:52:55 +02:00
Niels Lyngsø
20818ffe84 copy over router-slot code 2023-09-15 09:42:55 +02:00
Mads Rasmussen
dfb951f875 add module to package.json 2023-09-12 09:23:12 +02:00
Mads Rasmussen
dd01f21987 Merge branch 'main' into feature-move-app-context-into-app 2023-09-11 15:00:42 +02:00
Mads Rasmussen
e16bc543fa update module in package.json 2023-09-11 14:58:46 +02:00
dependabot[bot]
0e8cf574cd Bump @babel/core from 7.22.11 to 7.22.17
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.17.
- [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.22.17/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>
2023-09-11 14:10:19 +02:00
dependabot[bot]
e0cff0b959 Bump @babel/core from 7.22.10 to 7.22.11
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.10 to 7.22.11.
- [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.22.11/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>
2023-09-11 13:59:38 +02:00
dependabot[bot]
61ac64f33c Bump eslint-import-resolver-typescript from 3.5.5 to 3.6.0
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.5 to 3.6.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.5.5...v3.6.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>
2023-09-11 13:59:25 +02:00
dependabot[bot]
b3d1e67dea Bump @typescript-eslint/parser from 6.3.0 to 6.5.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.3.0 to 6.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.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>
2023-09-11 13:59:14 +02:00
dependabot[bot]
72829c65da Bump @playwright/test from 1.36.2 to 1.37.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.2 to 1.37.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.36.2...v1.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 13:58:58 +02:00