Commit Graph

8750 Commits

Author SHA1 Message Date
Mads Rasmussen
2bf9bdfd82 Merge branch 'main' into improvement-user-spring-cleaning 2023-11-06 12:41:46 +01:00
Jacob Overgaard
170169a2ca rename eslint rule 2023-11-06 10:55:59 +01:00
Jacob Overgaard
d9cb5e98eb extend explanation 2023-11-06 10:55:59 +01:00
Jacob Overgaard
eb7c952074 move exceptions to .eslintrc config 2023-11-06 10:55:59 +01:00
Jacob Overgaard
d3edbdb00b remove unused property 2023-11-06 10:55:59 +01:00
Jacob Overgaard
0bf9c0faef remove import that is also made dynamically 2023-11-06 10:55:59 +01:00
Jacob Overgaard
18af6fb55f remove app-error.js import since it is dynamically imported from app.element.ts 2023-11-06 10:55:59 +01:00
Jacob Overgaard
1617ce0c44 sort imports 2023-11-06 10:55:59 +01:00
Jacob Overgaard
2a119541e3 add msw as exemption 2023-11-06 10:55:59 +01:00
Jacob Overgaard
6c7043cbe8 update imports 2023-11-06 10:55:59 +01:00
Jacob Overgaard
00821be558 sort imports 2023-11-06 10:55:59 +01:00
Jacob Overgaard
64df3e278c merge imports 2023-11-06 10:55:59 +01:00
Jacob Overgaard
838c78be5d update import paths 2023-11-06 10:55:59 +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
56eb389a7d add exemptions to rule 2023-11-06 10:55:59 +01:00
Jacob Overgaard
5521a60c29 fix import paths 2023-11-06 10:55:59 +01:00
Jacob Overgaard
a2c45e5fa4 add rule to detect erroneous external imports 2023-11-06 10:55:59 +01:00
Jacob Overgaard
f2d2387676 update support to nodejs 20 2023-11-03 10:59:04 +01:00
Jacob Overgaard
af737300e0 load msw from local to avoid storybook failures 2023-11-03 09:35:55 +01:00
Jacob Overgaard
7956479c5a merge import statements 2023-11-02 16:48:58 +01:00
Jacob Overgaard
77b9fe50bf Merge pull request #954 from umbraco/dependabot/npm_and_yarn/rollup/plugin-json-6.0.1
Bump @rollup/plugin-json from 6.0.0 to 6.0.1
2023-11-02 16:31:47 +01:00
Jacob Overgaard
f5f1385a1d do not rely on external imports 2023-11-02 16:15:06 +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
dddf16338c fix security audit 2023-11-02 16:08:31 +01:00
Jacob Overgaard
60b61391ec update storybook 2023-11-02 16:07:46 +01:00
Jacob Overgaard
2e20085b1f Merge pull request #930 from umbraco/feature/multi-url-picker-fixes
Multi URL picker Modal - small adjustments
2023-11-02 16:06:25 +01: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
Lone Iversen
cc1f3449d3 uui styling imports 2023-11-02 16:03:43 +01:00
Lone Iversen
b5924cc633 style formats 2023-11-02 16:03:43 +01:00
Lone Iversen
ea035dd911 load stylesheets 2023-11-02 16:03:43 +01:00
Lone Iversen
60f13bb7fb tinymce stylesheet config datatype 2023-11-02 16:03:43 +01:00
Mads Rasmussen
52a40cf961 simplify 2023-11-02 11:26:10 +01:00
Mads Rasmussen
397eb9b547 make collection context self providing 2023-11-02 11:24:54 +01:00
Mads Rasmussen
57d9de4d22 only return oldPassword and newPassword 2023-11-02 11:11:44 +01:00
Mads Rasmussen
207d03b89c require old password if changing password for the current user 2023-11-02 10:35:04 +01:00
Mads Rasmussen
181c5acd23 use umb state instead of behaviour subject 2023-11-02 10:26:00 +01:00
Mads Rasmussen
5e81dc90e4 add js docs to isUserCurrentUser method 2023-11-02 10:08:58 +01:00
Mads Rasmussen
71cc1894e7 suffix context token with context 2023-11-02 10:06:18 +01:00
Mads Rasmussen
8a93ab96b5 add curly brackets to if statement 2023-11-02 09:20:35 +01:00
Mads Rasmussen
83c19e2fb7 add curly brackets to if statement 2023-11-02 09:17:42 +01:00
Mads Rasmussen
1c98052050 Merge branch 'main' into improvement-user-spring-cleaning 2023-11-02 08:45:53 +01:00
Jacob Overgaard
ec100cdb91 optimize rollup plugins 2023-10-31 16:46:07 +01:00
Jacob Overgaard
b220a14578 be more holistic about when to render the preview (it threw errors when value was undefined) 2023-10-31 16:45:55 +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
6a28171952 await imports to make sure we catch the error the right place to avoid a single extension breaking the entire application 2023-10-31 16:13:47 +01:00
Lone Iversen
ecc1f4b1cb Update src/packages/settings/dashboards/telemetry/dashboard-telemetry.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2023-10-31 11:52:53 +01:00
Lone Iversen
a26e5105c7 localization for telemetry 2023-10-31 11:52:53 +01:00
Mads Rasmussen
e20e5c7e9e add controller alias 2023-10-30 20:37:43 +01:00