-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V15: npm updates 2024-11-15 #17545
Open
iOvergaard
wants to merge
27
commits into
v15/dev
Choose a base branch
from
v15/feature/npm-november-2024
base: v15/dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V15: npm updates 2024-11-15 #17545
+16,033
−4,191
Conversation
This file contains 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
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
iOvergaard
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
release/15.1.0
labels
Nov 15, 2024
…'s web workers since they are esmodules anyway
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
release/15.2.0
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.json
of theUmbraco.Web.UI.Client
andUmbraco.Web.UI.Login
projects. The updates include removing some unused dependencies and upgrading others to ensure compatibility and security.Key Changes for
Umbraco.Web.UI.Client
:Removed Scripts:
"generate:server-api-local"
script.Updated Dependencies:
@types/diff
from^5.2.1
to^6.0.0
.diff
from^5.2.0
to^7.0.0
.dompurify
from^3.1.6
to^3.2.0
.element-internals-polyfill
from^1.3.11
to^1.3.12
.lit
from^3.2.0
to^3.2.1
.marked
from^14.1.0
to^15.0.0
.monaco-editor
from^0.50.0
to^0.52.0
.tinymce-i18n
from^24.7.15
to^24.11.11
.uuid
from^10.0.0
to^11.0.3
.Updated Dev Dependencies:
@babel/core
from^7.24.9
to^7.26.0
.@eslint/js
from^9.9.1
to^9.14.0
.@hey-api/openapi-ts
from^0.52.11
to^0.55.3
.@rollup/plugin-commonjs
from^26.0.1
to^26.0.3
.@rollup/plugin-node-resolve
from^15.2.3
to^15.3.0
.@rollup/plugin-replace
from^5.0.7
to^6.0.1
.@storybook/addon-a11y
from^8.3.5
to^8.4.4
.@storybook/addon-actions
from^8.3.5
to^8.4.4
.@storybook/addon-essentials
from^8.3.5
to^8.4.4
.@storybook/addon-links
from^8.3.5
to^8.4.4
.@storybook/web-components
from^8.3.5
to^8.4.4
.@storybook/web-components-vite
from^8.3.5
to^8.4.4
.@types/chai
from^5.0.0
to^5.0.1
.@types/mocha
from^10.0.7
to^10.0.9
.@web/dev-server-esbuild
from^1.0.2
to^1.0.3
.@web/test-runner
from^0.18.3
to^0.19.0
.eslint
from^9.7.0
to^9.14.0
.eslint-plugin-import
from^2.29.1
to^2.31.0
.eslint-plugin-jsdoc
from^48.11.0
to^50.5.0
.eslint-plugin-lit
from^1.14.0
to^1.15.0
.eslint-plugin-prettier
from^5.1.3
to^5.2.1
.eslint-plugin-wc
from^2.1.1
to^2.2.0
.globals
from^15.8.0
to^15.12.0
.lucide-static
from^0.446.0
to^0.459.0
.react
from^18.2.0
to^18.3.1
.react-dom
from^18.2.0
to^18.3.1
.rollup
from^4.22.4
to^4.27.0
.rollup-plugin-import-css
from^3.5.0
to^3.5.6
.rollup-plugin-web-worker-loader
.simple-icons
from^13.1.0
to^13.16.0
.storybook
from^8.3.5
to^8.4.4
.typedoc
from^0.26.5
to^0.26.11
.typescript
from^5.5.3
to^5.6.3
.typescript-eslint
from^8.0.1
to^8.14.0
.vite
from^5.4.6
to^5.4.11
.vite-plugin-static-copy
from^1.0.6
to^2.1.0
.vite-tsconfig-paths
from^4.3.2
to^5.1.2
.Key Changes for
Umbraco.Web.UI.Login
Bumped 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.