Commit Graph

18509 Commits

Author SHA1 Message Date
Jacob Overgaard
daafe3e639 Merge pull request #2064 from umbraco/v14/chore/bundle-templating-package
Bundling: Templating package
2024-07-03 08:59:10 +02:00
Niels Lyngsø
b9772e8966 lint fixes 2024-07-02 21:46:05 +02:00
Niels Lyngsø
46c14d73a6 additional no route routes 2024-07-02 19:44:26 +02:00
Niels Lyngsø
42d0d8a6da remove workspace editor redirect 2024-07-02 19:37:35 +02:00
Niels Lyngsø
58ff482ae5 Merge branch 'main' into v14/feature/router-404
# Conflicts:
#	src/packages/core/workspace/kinds/editable/editable-workspace.test.ts
2024-07-02 19:34:24 +02:00
Mads Rasmussen
876d6e7d3f Merge branch 'main' into v14/chore/bundle-templating-package 2024-07-02 16:29:13 +02:00
dependabot[bot]
73bdef82e3 Bump simple-icons from 12.2.0 to 13.0.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 12.2.0 to 13.0.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/12.2.0...13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 14:23:35 +00:00
dependabot[bot]
941f0d53b3 Bump @hey-api/openapi-ts from 0.37.3 to 0.48.1
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.37.3 to 0.48.1.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.37.3...@hey-api/openapi-ts@0.48.1)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 14:23:33 +00:00
Mads Rasmussen
f547879921 Merge pull request #2073 from umbraco/dependabot/npm_and_yarn/eslint-9.6.0
Bump eslint from 8.57.0 to 9.6.0
2024-07-02 16:22:39 +02:00
Mads Rasmussen
a694e4f002 format 2024-07-02 16:10:49 +02:00
Niels Lyngsø
d81ea05e66 Merge branch 'main' into v14/bugfix/correct-static-file-value 2024-07-02 16:09:27 +02:00
Niels Lyngsø
c35de840df import sorting 2024-07-02 16:07:37 +02:00
Niels Lyngsø
8569ef17f4 fix static files value 2024-07-02 16:07:33 +02:00
Mads Rasmussen
aa20aef740 Update package-lock.json 2024-07-02 16:03:06 +02:00
Mads Rasmussen
0d3e491891 Merge branch 'dependabot/npm_and_yarn/eslint-9.6.0' of https://github.com/umbraco/Umbraco.CMS.Backoffice into dependabot/npm_and_yarn/eslint-9.6.0 2024-07-02 15:53:17 +02:00
Jacob Overgaard
79d27f4b0b chore: test with build:for:cms instead 2024-07-02 15:00:40 +02:00
Jacob Overgaard
fd6c0b718a Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.6.0 2024-07-02 14:52:28 +02:00
Jacob Overgaard
53146f915d chore: separate the build_test into two different jobs to save time 2024-07-02 14:50:56 +02:00
Niels Lyngsø
dd82a70641 correct encodeFilePath 2024-07-02 14:43:33 +02:00
Mads Rasmussen
ee003af80c Remove redirect to first workspace view 2024-07-02 14:34:14 +02:00
Mads Rasmussen
9e5ad0d256 Ensure entity structure is reloaded after publish 2024-07-02 14:32:46 +02:00
Jacob Overgaard
a2e3493c08 update lockfile 2024-07-02 14:25:53 +02:00
Jacob Overgaard
40bf568cff fix error 2024-07-02 14:20:54 +02:00
Jacob Overgaard
bc927b86be set npm cache 2024-07-02 14:18:50 +02:00
Jacob Overgaard
dc6bbe601f lint: formatting 2024-07-02 14:14:22 +02:00
Jacob Overgaard
422a3b1fa4 Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.6.0 2024-07-02 14:13:23 +02:00
Lee Kelleher
8b0ccd4e71 Merge pull request #2077 from umbraco/v14/bugfix/table-header-sticky-background
Adds background-color to umb-table header
2024-07-02 13:12:44 +01:00
Jacob Overgaard
64ad87a4d0 lint: set groups sorting to match what it did before 2024-07-02 14:08:58 +02:00
Lone Iversen
cebd19285a show correct api error msg 2024-07-02 12:52:44 +02:00
Niels Lyngsø
5a8c4c26a4 clean up attributes 2024-07-02 12:41:52 +02:00
leekelleher
d52e66f435 Adds background-color to umb-table header
Fixes #16467
2024-07-02 11:39:08 +01:00
Jacob Overgaard
9f2a442cf7 remove unused package 2024-07-02 12:05:51 +02:00
Jacob Overgaard
0fa9f607c9 fix: add fixes for eslint errors particularly around unused vars and wrongful null-coalescing checks for Number() and Boolean() 2024-07-02 12:04:04 +02:00
Mads Rasmussen
dfb4bdee21 Merge branch 'main' into v14/chore/bundle-templating-package 2024-07-02 12:01:12 +02:00
Lee Kelleher
55083a6d08 Merge pull request #2069 from umbraco/v14/bugfix/document-media-tree-item-collection-icon
Bugfix: Render collection icon for document/media tree items
2024-07-02 10:55:59 +01:00
Jacob Overgaard
3d93946d3d ignore all external/* packages 2024-07-02 11:47:26 +02:00
Jacob Overgaard
f7101d0d71 add the generated backend-api files to eslint ignore 2024-07-02 11:46:42 +02:00
Mads Rasmussen
8e44df7ea1 Merge branch 'main' into v14/bugfix/document-media-tree-item-collection-icon 2024-07-02 11:46:38 +02:00
Jacob Overgaard
f796bb1082 update .prettierignore 2024-07-02 11:44:52 +02:00
Jacob Overgaard
26af897f1f prettier formatting 2024-07-02 11:42:55 +02:00
Jacob Overgaard
7881aa9ce6 fix prettier arguments 2024-07-02 11:42:48 +02:00
Owain Williams
792202507c [FIX] Scroll Bar / Panel Width Adjustment cursor 2024-07-02 11:40:03 +02:00
Jacob Overgaard
f5378c74c2 fix formatting errors 2024-07-02 11:38:08 +02:00
Jacob Overgaard
e7625fdbe1 migrate the config to the new format 2024-07-02 11:37:25 +02:00
Jacob Overgaard
1514f2434d fix deprecation for local rule 2024-07-02 11:36:06 +02:00
Jacob Overgaard
87f2f0581c install required packages 2024-07-02 11:35:54 +02:00
Mads Rasmussen
dad6242016 Merge branch 'main' into v14/bugfix/document-media-tree-item-collection-icon 2024-07-02 10:20:41 +02:00
Niels Lyngsø
6a60fff3af Merge pull request #2067 from umbraco/v14/bugfix/fix-array-state-sorting
Fix: array state sorting
2024-07-02 10:18:06 +02:00
Jacob Overgaard
21fc726bcd chore: add localization 2024-07-02 10:10:17 +02:00
Mads Rasmussen
8c99310619 Merge branch 'main' into v14/feature/router-404 2024-07-02 10:08:23 +02:00