Merged
Conversation
regenerated all models and migrated the config
regenerate icons: - renamed `box-select` to `square-dashed`
…are now an inherent part of the package
…@types/uuid module
…for extension manifests
…'s web workers since they are esmodules anyway
generated new services
leekelleher
approved these changes
Nov 25, 2024
Member
leekelleher
left a comment
There was a problem hiding this comment.
Tested out the various aspects that the dependencies touch on, all working as currently expected. 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates various dependencies and devDependencies in the
package.jsonof theUmbraco.Web.UI.ClientandUmbraco.Web.UI.Loginprojects. The updates include removing some unused dependencies and upgrading others to ensure compatibility and security.Here's an updated pull request description based on the changes in the
package.jsonfile:Key Changes for
Umbraco.Web.UI.Client:Removed Scripts:
"generate:server-api-local"script.Dependencies:
@tiptap/corefrom^2.9.1to^2.10.2@tiptap/extension-imagefrom^2.9.1to^2.10.2@tiptap/extension-linkfrom^2.9.1to^2.10.2@tiptap/extension-placeholderfrom^2.9.1to^2.10.2@tiptap/extension-subscriptfrom^2.9.1to^2.10.2@tiptap/extension-superscriptfrom^2.9.1to^2.10.2@tiptap/extension-tablefrom^2.9.1to^2.10.2@tiptap/extension-table-cellfrom^2.9.1to^2.10.2@tiptap/extension-table-headerfrom^2.9.1to^2.10.2@tiptap/extension-table-rowfrom^2.9.1to^2.10.2@tiptap/extension-text-alignfrom^2.9.1to^2.10.2@tiptap/extension-underlinefrom^2.9.1to^2.10.2@tiptap/pmfrom^2.9.1to^2.10.2@tiptap/starter-kitfrom^2.9.1to^2.10.2@types/difffrom^5.2.1to^6.0.0difffrom^5.2.0to^7.0.0dompurifyfrom^3.1.6to^3.2.1element-internals-polyfillfrom^1.3.11to^1.3.12litfrom^3.2.0to^3.2.1markedfrom^14.1.0to^15.0.2monaco-editorfrom^0.50.0to^0.52.0tinymce-i18nfrom^24.7.15to^24.11.25uuidfrom^10.0.0to^11.0.3@babel/corefrom^7.24.9to^7.26.0@eslint/jsfrom^9.9.1to^9.15.0@hey-api/openapi-tsfrom^0.52.11to^0.57.1@playwright/testfrom^1.48.2to^1.49.0@rollup/plugin-commonjsfrom^26.0.1to^26.0.3@rollup/plugin-node-resolvefrom^15.2.3to^15.3.0@rollup/plugin-replacefrom^5.0.7to^6.0.1@storybook/addon-a11yfrom^8.3.5to^8.4.5@storybook/addon-actionsfrom^8.3.5to^8.4.5@storybook/addon-essentialsfrom^8.3.5to^8.4.5@storybook/addon-linksfrom^8.3.5to^8.4.5@storybook/web-componentsfrom^8.3.5to^8.4.5@storybook/web-components-vitefrom^8.3.5to^8.4.5@types/chaifrom^5.0.0to^5.0.1@types/mochafrom^10.0.7to^10.0.10@web/dev-server-esbuildfrom^1.0.2to^1.0.3@web/test-runnerfrom^0.18.3to^0.19.0eslintfrom^9.7.0to^9.15.0eslint-plugin-importfrom^2.29.1to^2.31.0eslint-plugin-jsdocfrom^48.11.0to^50.5.0eslint-plugin-litfrom^1.14.0to^1.15.0eslint-plugin-prettierfrom^5.1.3to^5.2.1eslint-plugin-wcfrom^2.1.1to^2.2.0globalsfrom^15.8.0to^15.12.0lucide-staticfrom^0.446.0to^0.460.0reactfrom^18.2.0to^18.3.1react-domfrom^18.2.0to^18.3.1rollupfrom^4.22.4to^4.27.4rollup-plugin-import-cssfrom^3.5.0to^3.5.7simple-iconsfrom^13.1.0to^13.18.0storybookfrom^8.3.5to^8.4.5typedocfrom^0.26.5to^0.26.11typescriptfrom^5.5.3to^5.7.2typescript-eslintfrom^8.0.1to^8.15.0vitefrom^5.4.6to^5.4.11vite-plugin-static-copyfrom^1.0.6to^2.1.0vite-tsconfig-pathsfrom^4.3.2to^5.1.3Key Changes for
Umbraco.Web.UI.LoginBumped all dependencies to their latest, which required no code changes.
For more details, please review the complete list of changes in the pull request files.