Skip to content

fix(deps): update npm dependencies updates (major)#125

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-npm-dependencies-updates
Open

fix(deps): update npm dependencies updates (major)#125
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-npm-dependencies-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 27, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
create-strapi-app (source) 4.6.*5.46.* age confidence
release-it 19.0.*20.0.* age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

strapi/strapi (create-strapi-app)

v5.46.0

Compare Source

5.46.0 (2026-05-13)

🚀 New feature
  • close button for the trial banner (3fd5f9fd56)
  • adding collapse button (901465b1e2)
  • updating design after Claude comments (d1cb08f76e)
  • getting that button to stick while the banner doesn't (f04fe97a75)
  • add preview support to images and videos (#​25216)
  • content-manager: add possibility to customize blocks (#​22063)
  • email: replace sendmail package with nodemailer in provider (#​25893)
🔥 Bug fix
  • making button float better (c5396f1c18)
  • using isValid & adding translations (59498861f7)
  • auto-expand and scroll to newly added dynamic zone components (#​26044)
  • keep draft link on x-to-one relations non-dp to dp (#​26179)
  • long component names overflow in dynamic zone picker (#​26010)
  • remove await from several telemetry calls to prevent blocking (#​24743)
  • admin: resolve prism is not defined (#​25660)
  • admin: handle 204 no-content response in fetch client (#​25416)
  • content-manager: local-storage was not updated if filters were removed (#​26240)
  • content-manager: skip draft/modified count queries for non-D&P content types (#​26049)
  • core/admin: admin and content api tokens retro-compatibility (#​26313)
  • core/core: validation uses injected strapi instance (#​26211)
  • database: morph typeField wins over same-name fields in populate (#​26120)
  • database: append primary key to ORDER BY for paginated selects (#​26032)
  • db: deterministic schema hash by sorting tables before hashing (#​26202)
  • graphql: isolate root query args per root field (#​26178)
  • test: check button attribute differently (#​26212)
  • utils: throw ValidationError for all invalid query params (not just sort) (#​25894)
⚙️ Chore
  • adding translations for the banner (e696d94627)
  • turkish translations for cloud (#​26223)
  • .github: bump CI runners to node 24 (#​26231)
  • ai: ignore .agents/local-skills and .agents/local-state for local only harness (#​26276)
  • deps: bump eslint-plugin-react (#​26227)
  • deps: migrate msw 1.x → 2.13.4 across admin test suites (#​26065)
  • deps: upgrade typedoc to 0.28.19 and related plugins (#​26082)
  • security: mark Strapi v4 as End of Life (#​26162)
  • upload: add concurrentUploadSize config (#​26053)
❤️ Thank You

v5.45.1

Compare Source

5.45.1 (2026-05-11)

🔥 Bug fix
❤️ Thank You

v5.45.0

Compare Source

5.45.0 (2026-05-06)

🚀 New feature
  • extended ctb api for plugins (ad7cb5d5d7)
  • sort based on publish status (#​25689)
  • admin: api token supports admin permissions and admin user ownership (#​25657)
  • content-manager: add Zod 4 foundation utilities (#​25574)
🔥 Bug fix
  • issue with plugin content type uid (f768670d38)
  • style issues (2f42e5fe44)
  • opt out of the ct backup strategy for plugin content types (5936814932)
  • build errors (520ecfc6d5)
  • enforce minimum length (f2b6c2bcd0)
  • prevent trailing ? in URL when params is empty object (#​25724, #​25900)
  • dynamically update rate limit prefix key based on route (#​24818)
  • admin: clean up lazy component registration warnings (#​25015)
  • admin: type addMenuLink with optional Component for menu-only links (#​26198)
  • content-manager: prevent crash on detached DZ component (#​26148)
  • content-type-builder: preserve plugin CT identity in AI chat transform (0be48848fa)
  • database: run cleanOrderColumns updates sequentially (#​26134)
  • database: run cleanOrderColumns updates sequentially (#​26134)
  • review-workflows: implement incremental loading in assignee dropdown (#​25967)
  • upload: sharp concurrency and cache leads to OOM (#​26046)
❤️ Thank You

v5.44.0

Compare Source

5.44.0 (2026-04-29)

🚀 New feature
  • deploy to cloud homepage widget (#​25774)
🔥 Bug fix
  • add responseType to getFetchClient for non-JSON responses (#​25974)
  • prevent browser defaults for Ctrl+I and other modifier shortcuts in Firefox (#​26050)
  • contain absolute descendants in OverflowingItem (#​26133)
  • content-manager: prevent duplicate React key in homepage recent-documents widget (#​26084)
  • content-manager: optimize document layout hooks (#​26005)
  • database: make 5.0.0-02-created-document-id migration idempotent (#​26045)
  • document-service: support delete selection params (#​25097)
  • document-service: preserve self-referential relations during publish and discard (#​25890)
  • document-service: discard-draft 500 on self-referential manyToMany relations (#​26152)
  • i18n: preserve non-localized media when creating a locale (#​26031)
  • openapi: documentation plugin generates OpenAPI with incorrect ID parameter (#​26067)
  • review-workflows: pass locale params to useDocument in StageSelect and AssigneeSelect (#​26104)
  • types: align Service.Generic index signature with Controller.Generic (#​25475)
📚 Documentation Changes
  • add AGENTS.md universal agent guide (#​26018)
⚙️ Chore
  • release v5.43.0 update develop (#​26100)
  • upgrade contributor docs dependencies (#​26073)
  • deps: bump multiple dependencies (#​26103)
  • deps: bump @​xmldom/xmldom from 0.8.12 to 0.8.13 (#​26098)
  • deps: bump and dedupe pinned subdeps (#​26139)
  • examples: migration performance benchmark harness + mariadb/sqlite + anti-pattern schemas (#​26036)
  • scripts/release: fix experimental peer dependencies install (#​26083)
💅 Enhancement
  • add ESM syntax support for Vite .mts config file (#​25238)
  • i18n: improve Russian translations of tours section in admin package (#​25221)
  • translations: update czech translations (#​25824)
❤️ Thank You

v5.43.0

Compare Source

5.43.0 (2026-04-22)

🚀 New feature
  • core/*: introduce strapi.ai namespace (#​25886)
  • i18n: complete Dutch (nl) translations for admin panel (#​25932)
🔥 Bug fix
  • date picker sends date-only format to avoid deprecation warning (1508d5d8f3)
  • bulk publish validation on required components in dz (#​25687)
  • use admin basename for 401 redirect path (#​25458)
  • auth providers generate unique username on conflict (#​23853)
  • webpack public path was missing a slash at the end (#​22654)
  • handle potential null userPermissions in Protect component (#​24444)
  • admin: add cursor pointer and fix click behavior on sortable table headers (#​25418)
  • admin: eliminate several browser race conditions (#​26020)
  • content-manager: blocks editor errors when image has formats: null (#​26015)
  • content-manager: use RBAC-aware populate in countDraftRelations (#​25977)
  • content-manager: don't allow locale to overwrite list view settings (#​25437)
  • content-manager: render ID column without number grouping (#​25996)
  • content-manager: apply i18n translations to dynamic zone component names (#​25417)
  • data-transfer: fix large transfer crashes; show transfer progress (#​23479)
  • upload: content-api does not return signed urls (#​26034)
  • upload-aws-s3: support root-level credentials and update AWS SDK (#​25914)
⚙️ Chore
  • update main README content (#​25618)
  • data-transfer: isIgnoredContentType helper for filtering (#​26004)
  • deps: bump undici from 6.24.1 to 6.25.0 (#​26022)
  • deps: bump follow-redirects from 1.15.11 to 1.16.0 (#​26025)
💅 Enhancement
  • strapi dev continue watching on build error (#​25514)
  • add list & delete admin user cli commands (#​23022)
  • data-transfer: improve progress UX (#​25921)
🚨 Security
❤️ Thank You

v5.42.1

Compare Source

5.42.1 (2026-04-15)

🔥 Bug fix
  • typo in Russian translation for upload button (#​25946)
  • fixed 9 typos, spelling errors, and duplicate words. (#​25936)
  • skip form onChange when markdown updates come from setValue (#​25955)
  • adjust typo in test (#​25960)
  • update snapshot (9b2501ceeb)
  • increase test timeout (f50134dbae)
  • preserve relations in fill from another locale (#​25703)
  • enable save button when re-ordering components or dynamic zones (#​25959)
  • made changes to resolve Firefox timepicker issue (#​25129, #​25438)
  • admin: batch content manager permission checks and reuse session ability (#​25911)
  • core: add firstPublishedAt field to draft (#​25947)
  • document-service: preserve relations during publish (#​25909)
  • tests: type errors cause build to fail which cause tests to fail (072ad0d801)
  • upload: cache busting for cross-origin images in crop (#​25950)
  • upload-aws-s3: trust S3 response Location URL for compatible providers (#​25939)
⚙️ Chore
  • fix typos in comments and docs (12dfbe97c9)
  • adding finnish translation to Strapi Admin (#​25620)
  • fix typos in comments and docs (91407798c4)
  • update Polish language translations (#​23762)
  • deps: bump lodash from 4.17.23 to 4.18.1 (#​25919)
  • deps: bump lodash-es from 4.17.23 to 4.18.1 (#​25906)
  • deps: bump nodemailer from 8.0.4 to 8.0.5 (#​25963)
  • deps: bump axios from 1.13.5 to 1.15.0 (#​25980)
  • deps: bump path-to-regexp from 8.4.1 to 8.4.2 (#​25901)
  • examples: delete config.server.url to restore port override capability (#​26011)
❤️ Thank You

v5.42.0

Compare Source

5.42.0 (2026-04-08)

🚀 New feature
  • removing A/B testing from the prompt Currently A/B testing opt-in isn't used, so removing it from the CLI (8d5b04ece4)
  • changing sonar variable (0d822ade04)
  • data-transfer: add directory export/import format (#​25867)
🔥 Bug fix
  • change return to continue in deleteRelations when using foreign keys (#​25857)
  • hide legacy options (da9cdfc640)
  • contains filter no longer returns empty data (#​25810)
  • typos in documentation plugin README (4ff54bff36)
  • admin: p is not function error (#​25663)
  • content-manager: pass component schemas when rebuilding list view headers (#​25872)
  • content-manager: wrap single type displayName with formatMessage (#​25880)
  • core: relation handling preserves order during unpublish/republish cycles (#​25764)
  • create-strapi-app: generate .yarnrc.yml for Yarn projects (#​25869)
  • documentation: use dist extensions path in production (#​25863)
📚 Documentation Changes
  • fix typos in documentation plugin README (8e11e41247)
⚙️ Chore
❤️ Thank You

v5.41.1

Compare Source

5.41.1 (2026-04-01)

🔥 Bug fix
❤️ Thank You
  • Ben Irvin

v5.41.0

Compare Source

5.41.0 (2026-04-01)

🔥 Bug fix
  • use strapi.fetch for remote uploads (#​25661)
  • Content types with attributes named filters, sort, fields, or populate no longer cause 400 validation errors on populate queries and countDraftRelations (#​21338, #​25762)
  • check devDependencies when resolving required admin deps (#​22130)
  • use max batch sizes per dialect (#​25390)
  • content-type-builder: default draftAndPublish to true in AI CTB (#​25781)
  • document-service: re-insert cascade-deleted bidirectional relations (#​25725)
  • graphql: expose status and hasPublishedVersion on non–D&P root queries for nested relations (#​25763)
  • homepage: render widgets progressively and batch permission checks (#​25846)
  • upload: allow removal of file type filter in media library (#​25399)
  • upload: row duplicate-key warning (#​25670)
  • upload: allow upload of files with empty MIME type (#​25844)
⚙️ Chore
  • deps: bump undici from 6.23.0 to 6.24.0 (#​25731)
  • deps: bump effect from 3.19.19 to 3.21.0 (#​25796)
  • scripts/check-package-versions: support Yarn catalog (#​25625)
💅 Enhancement
  • add customField parameter to extendFields (#​22521)
  • content-manager: add documentid in listview and editview (#​25759)
🚨 Security
  • package upgrades to remove deprecated versions of boolean, tar, and glob (#​25776)
❤️ Thank You

v5.40.0

Compare Source

5.40.0 (2026-03-18)

🚀 New feature
  • add package manager dropdown before version in bug report template (#​25679)
🔥 Bug fix
  • add maxwidth to documentactions menu (#​25664)
  • formatErrorMessages array values formatting (#​24196)
  • admin: alias singleton frontend deps in vite (#​25682)
  • content-manager: reduce excessive rerendering in components and dynamic zones (#​25631)
  • content-manager: skip non-draftAndPublish relations in countDraftRelations (#​25453)
  • i18n: show locale key in disabled select when editing locale (#​25124)
📚 Documentation Changes
⚙️ Chore
  • use https instead of git url in package.repository.url (#​25698)
  • content-manager: optimize relations handling in EditView component (#​25683)
  • core: parallelize and cache dynamic zone populate (#​25685)
💅 Enhancement
  • resolved filter editability on clicking filter tag (#​24057)
  • core: remove beta on Document API, enforce deprecation on EntityService API (#​25744)
❤️ Thank You

v5.39.0

Compare Source

5.39.0 (2026-03-11)

🚀 New feature
  • expand accordion by default when inserting a new component in a document (#​24230)
  • content-manager: filter list view by publication status (#​25510)
🔥 Bug fix
  • added shift+tab to blocks editors (#​24122)
  • single type publish permission error (#​24754)
  • es translations (#​25655)
  • typo 'compatability' to 'compatibility' in error messages (#​25535)
  • content-manager: export ContentManagerPlugin type for plugin dev… (#​24149)
  • content-manager: reduce excessive rerendering in relation fields (#​25623)
  • content-manager: reduce rerenders for conditional fields (#​25617)
  • content-releases: publish in right order to preserve relations (#​25551)
  • guided-tour: no overlay in dark mode (#​25485)
  • openapi: correctly merge plugin router prefix with route paths (#​25616)
  • types: fix document findOne params (#​25613)
  • upload: add crossOrigin attribute to image preview (#​24946)
⚙️ Chore
  • upgrade to glob 13 (#​25610)
  • upgrade better-sqlite3 to 12.6.2 (#​25611)
  • remove eslint-plugin-rxjs (#​25612)
  • upgrade koa to 20.8.4 and minimatch to 10.2.4 (#​25624)
  • eslintignore coverage (#​25649)
  • stop adding issues to GitHub projects in issues_handleLabel workflow (#​25677)
  • update package metadata (#​25599)
  • *: register vitest dependency in Yarn catalog (#​25400)
  • core/permissions: ensure engine properly merges conditions (#​25569)
  • deps: bump js-yaml from 3.14.1 to 3.14.2 (#​24858)
  • deps: bump qs from 6.14.2 to 6.15.0 (#​25555)
  • deps: bump jws from 3.2.2 to 3.2.3 (#​24981)
  • deps: bump elliptic from 6.5.7 to 6.6.1 (#​24803)
  • deps: bump serialize-javascript from 6.0.1 to 6.0.2 (#​24841)
  • deps: bump mdast-util-to-hast from 13.2.0 to 13.2.1 (#​24950)
  • deps: bump jws from 3.2.2 to 3.2.3 (#​25652)
  • deps: bump tar from 7.5.9 to 7.5.10 (#​25642)
  • deps: bump serialize-javascript from 6.0.1 to 6.0.2 (#​25653)
🚨 Security
  • upload: improve mimetype detection for uploads (#​25177)
❤️ Thank You

v5.38.1

Compare Source

5.38.1 (2026-03-11)

Superseded on March 11, 2026 by v5.39.0 due to versioning mistake.
Please use v5.39.0.

v5.38.0

Compare Source

5.38.0 (2026-03-04)

🚀 New feature
  • content-manager: add relationOpenMode setting (modal/page/newTab) (#​25433)
  • email-nodemailer: upgrade to Nodemailer v8 with advanced email features and Admin UI capabilities (#​25392)
  • i18n: add missing french translations (#​23093)
🔥 Bug fix
  • typo 'recieved' to 'received' across codebase (#​25541)
  • markdown editor number list is created with wrong numbers (#​24631)
  • add i18n for boolean cell values (#​22314)
  • folder subtitles for folders without assets or subfolders (#​22694)
  • vite and webpack config when linking ds locally (#​25530)
  • types: add missing typing for proxy.koa config (#​25575)
⚙️ Chore
❤️ Thank You

v5.37.1

Compare Source

5.37.1 (2026-02-26)

🔥 Bug fix
  • core: preserve component clone integrity in discard-drafts migration
❤️ Thank You

v5.37.0

Compare Source

5.37.0 (2026-02-26)

🔥 Bug fix
  • improve subnav on mobile so it works with banner (#​25450)
  • layout page broken (#​25501)
  • add design-system to config (#​25435)
  • radix ui dialog dependency version (#​25549)
📚 Documentation Changes
  • fix typos in content-releases frontend intro (#​25471)
⚙️ Chore
  • add bot and contributor detection to community-label workflow (#​25497)
    (#​25494))
  • docs: revise README for AWS S3 provider updates (#​25449)
💅 Enhancement
🚨 Security
  • feature: add strictParam, addQueryParams, addInputParams (#​25528)
  • deps: upgrade to tar 7.5.9 (#​25504)
  • deps: upgrade multiple dependencies (#​25506)
  • deps: bump bn.js from 4.12.0 to 4.12.3 (#​25521)
  • deps: bump minimatch from 9.0.3 to 10.2.1 ([#​25494]
❤️ Thank You

v5.36.1

Compare Source

5.36.1 (2026-02-18)

🔥 Bug fix
  • handle undefined tours property (#​25290)
  • core: handle negative and zero min/max validation for number fields (#​25409)
  • history: improve error handling and batch deletion in cron jobs (#​25425)
  • migrations: speed up discard-drafts with bulk batches (#​25293)
  • ts: ignore generated .strapi folder (#​25086)
  • utils: bump preferred-pm to fix npm workspace detection (#​25406)
⚙️ Chore
  • add --no-build-admin option to 'strapi develop' command (#​25415)
  • */vitest: introduce Vitest and vitest-config package (#​25286)
  • ci: redirect question issues to GitHub Discussions (#​25441)
  • deps: bump @​casl/ability from 6.5.0 to 6.7.5 (#​25430)
  • deps: bump qs from 6.14.1 to 6.14.2 (#​25444)
🚨 Security
❤️ Thank You

v5.36.0

Compare Source

5.36.0 (2026-02-11)

🚀 New feature
  • persistent list view settings (#​24246)
  • strapi/create: type strapi configs (#​21859)
  • upload-aws-s3: add extended configuration for S3-compatible providers (#​25263)
🔥 Bug fix
  • responsive drawer for content history (#​25344)
  • scrolling in sidenav also scroll content (#​25379)
  • match database package version (#​25389)
  • content-manager: preserve origin id when cloning, to fetch relations so they are corrected re-populated (#​25307)
  • preview-config: allow and await for async handler (#​25396)
  • upload-aws-s3: use baseUrl even if upload location lacks protocol (#​23400)
💅 Enhancement
  • improve mobile design for edit view forms (#​25320)
  • create-strapi-app: add --non-interactive mode for CI and scripts (#​25373)
🚨 Security
❤️ Thank You

v5.35.0

Compare Source

5.35.0 (2026-02-04)

🚀 New feature
  • upload: add focal point picker for images (#​25267)
🔥 Bug fix
  • prevent bulk publish modal from closing during API refetch (#​24632)
  • update ko.json (#​23501)
  • mobile actions drawer in content manager edit view (#​25243)
  • upload: prevent asset deletion when clicking cancel on EditAssetDialog (#​25318)
⚙️ Chore
💅 Enhancement
  • improve mobile design for content history forms (#​25338)
🚨 Security
  • update multiple subdependencies (#​25337)
❤️ Thank You

v5.34.0

Compare Source

5.34.0 (2026-01-28)

🚀 New feature
  • update german translations for various components (#​24143)
  • upload: add retroactive ai metadata generation (#​25066)
🔥 Bug fix
  • add missing labels to IT locale (#​25217)
  • form elements mobile adjustments (#​25202)
  • responsive cm header (#​25203)
  • run orphan removal for the 'related_type' column (#​24833)
  • adjust padding for cm subnav (#​25253)
  • admin: format input error message with values (#​23932)
  • i18n: ai translation losing unsupported fields (#​25247)
  • menu: render external links as anchors (#​25269)
📚 Documentation Changes
  • clarify strapi installation instructions in README (#​25016)
  • CONTRIBUTING: set link to latest version of .commitlintrc.ts (#​25224)
⚙️ Chore
💅 Enhancement
  • responsiveness consistency for subnav (#​25107)
🚨 Security
  • update pinned mdast-utils (#​25227)
  • update pinned js-yaml, node-forge, tmp, and more (#​25228)
❤️ Thank You

v5.33.4

Compare Source

5.33.4 (2026-01-21)

🔥 Bug fix
  • await the async map inside v5 release actions migration (#​25125)
  • paste multi line code in blocks editor (#​25184)
  • reorder components and dz on mobile (#​25197)
  • missing property breaking build (#​25205)
  • added multiple prop for medialibrarydialog (#​25069)
  • handle component structure properly for conditional fields (#​25219)
⚙️ Chore

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "before 8am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 3 times, most recently from 552df15 to 631b146 Compare November 5, 2025 19:38
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from 4e1aa45 to c9da5af Compare November 18, 2025 22:53
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from 1d13147 to e3b2bd3 Compare November 20, 2025 14:08
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from e3b2bd3 to c87fe97 Compare December 3, 2025 17:37
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from 05acf37 to aba4860 Compare December 17, 2025 20:55
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from aba4860 to 1c50fe0 Compare December 29, 2025 12:04
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from a4a36d6 to 740ae4c Compare January 14, 2026 13:12
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 3 times, most recently from 3157106 to 917ab47 Compare January 23, 2026 18:36
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from 917ab47 to c929600 Compare January 28, 2026 17:58
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from 3082488 to c872031 Compare February 11, 2026 18:00
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from c872031 to 75a273a Compare February 18, 2026 18:51
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 3 times, most recently from 84b5bb7 to 20d2e0c Compare March 4, 2026 16:47
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from e4b459c to fe7c266 Compare March 11, 2026 13:21
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from fe7c266 to 9b59465 Compare March 18, 2026 17:27
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from a43adcc to 3290226 Compare April 1, 2026 14:06
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from 3290226 to add3f3e Compare April 8, 2026 15:00
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from add3f3e to 2d1053a Compare April 15, 2026 17:18
@renovate renovate Bot changed the title fix(deps): update dependency create-strapi-app to v5 fix(deps): update npm dependencies updates (major) Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 3 times, most recently from 7e29c1c to bb8ccbc Compare April 29, 2026 13:53
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch 2 times, most recently from 25ae388 to 134e675 Compare May 11, 2026 13:58
@renovate renovate Bot force-pushed the renovate/major-npm-dependencies-updates branch from 134e675 to c6a5663 Compare May 13, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants