strapi
strapi copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @iconify-json/simple-icons | ^1.2.26 -> ^1.2.40 |
||||
| @nuxt/devtools (source) | ^2.1.0 -> ^2.5.0 |
||||
| @nuxt/eslint-config (source) | ^1.1.0 -> ^1.4.1 |
||||
| @nuxt/fonts | ^0.10.3 -> ^0.11.4 |
||||
| @nuxt/ui-pro (source) | ^1.7.0 -> ^1.8.0 |
||||
| eslint (source) | ^9.21.0 -> ^9.29.0 |
||||
| graphql | ^16.10.0 -> ^16.11.0 |
||||
| ufo | ^1.5.4 -> ^1.6.1 |
||||
| vue-tsc (source) | ^2.2.4 -> ^2.2.10 |
Release Notes
nuxt/devtools (@nuxt/devtools)
v2.5.0
v2.4.1
Bug Fixes
- devtools-kit: explicitly type return type of useDevtoolsHostClient (#861) (161e847)
- StateEditor: add isPrimitive helper and support bigint type (#744) (#854) (f8eed63)
- ui-kit: use object syntax for NButton slots (#857) (09002d2)
Features
v2.4.0
Bug Fixes
- devtools-kit: fix
useDevtoolsClientreturn type (#845) (5ce9b47) - module setup times are multiplied by 1000 (#838) (d16aa96)
- ui-kit: add
[@unocss-include](https://redirect.github.com/unocss-include)magic string in NButton (#852) (f18de78) - watch() typeof check on array is always false (#850) (a873199)
2.3.2 (2025-03-26)
Bug Fixes
- prioritize vue-devtools plugin registation, fix #823, fix #822 (259853b)
- update
vite-plugin-vue-tracer(0c1740c)
2.3.1 (2025-03-20)
Bug Fixes
v2.3.2
Bug Fixes
- prioritize vue-devtools plugin registation, fix #823, fix #822 (259853b)
- update
vite-plugin-vue-tracer(0c1740c)
v2.3.1
Bug Fixes
v2.3.0
Features
2.2.1 (2025-03-05)
Bug Fixes
- inspector: do not register instapector events if there is already any (db01e1b)
v2.2.1
Bug Fixes
- inspector: do not register instapector events if there is already any (db01e1b)
v2.2.0
Features
- component graph node name toogle (#797) (2eb2a37)
- migrate to
vite-plugin-vue-tracer(#803) (faa08d3)
2.1.3 (2025-03-03)
2.1.2 (2025-03-03)
2.1.1 (2025-02-28)
Bug Fixes
- use shiki js engine instead of precompiled (d018045)
Features
- update deps (15dbe6d)
v2.1.3
v2.1.1
Bug Fixes
- use shiki js engine instead of precompiled (d018045)
Features
- update deps (15dbe6d)
nuxt/eslint (@nuxt/eslint-config)
v1.4.1
🐞 Bug Fixes
- Add
node:prefix to build-in modules - by @danielroe in https://github.com/nuxt/eslint/issues/579 (8180f) - Sort imports objects by from + name - by @danielroe in https://github.com/nuxt/eslint/issues/578 (766ae)
View changes on GitHub
v1.4.0
🚀 Features
- Update deps - by @antfu (afc42)
- Support type-aware rules, fix #499 - by @antfu in https://github.com/nuxt/eslint/issues/499 (70d23)
View changes on GitHub
v1.3.1
No significant changes
View changes on GitHub
v1.3.0
🚀 Features
View changes on GitHub
v1.2.0
🚀 Features
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.11.4
0.11.4 is a hotfix release to address a breaking change with variable fonts
👉 Changelog
🩹 Fixes
- deps: Revert
unifontupgrade (76a8f0d)
❤️ Contributors
- Daniel Roe (@danielroe)
v0.11.3
0.11.3 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- Respect custom
baseURLin devtools (29cdb31) - Handle duplicate preloaded fonts correctly (3c3594c)
- Register font middleware for
storybookmodule (db5fbf1) - Only preload top priority fonts (#617)
🏡 Chore
- deps-dev: Bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory (#611)
- Unpin vite version (83fe597)
- Dedupe + upgrade vite (9d78888)
❤️ Contributors
- Daniel Roe (@danielroe)
- dependabot[bot] (@dependabot[bot])
v0.11.2
👉 Changelog
🩹 Fixes
- Deduplicate default weights, styles and subsets (#604)
📖 Documentation
🏡 Chore
- Add better-sqlite3 (e52c330)
- Remove release script (2633ad8)
- Use
latestspecifier for nuxt/fonts within repo (e6d716d)
✅ Tests
- Update poppins snapshots (#605)
🤖 CI
- Run pkg.pr.new on prs too (df3636f)
❤️ Contributors
- Guillaume Chau (@Akryum)
- Daniel Roe (@danielroe)
- Ezra Ashenafi (@Eazash)
- Joe Paolicelli (@joepaolicelli)
v0.11.1
👉 Changelog
🩹 Fixes
📖 Documentation
- Updates for
processCSSVariables(#563)
🏡 Chore
- Bump
@nuxtjs/tailwindcss(30d4514) - Upgrade all deps, enable tailwind v4 tests + update snapshots (#584)
❤️ Contributors
- Daniel Roe (@danielroe)
- Felix Gabler (@felixgabler)
- Thomas Deinhamer (@thasmo)
- Tom Tang (@qwerzl)
v0.11.0
🚀 Enhancements
- devtools: Display font file size in devtools (#462)
- Process CSS variables prefixed with
--fontby default (#515)
🔥 Performance
- Drop
chalkdependency (7350140)
🩹 Fixes
- Add
consolato dependencies (afb3807)
📖 Documentation
- Clarify that local provider does not load weights and styles as available automatically (#502)
📦 Build
- ⚠️ Remove cjs outputs + use
@nuxt/module-builderalpha (#428)
🏡 Chore
- Move
useFlatConfigout ofexperimental(775a2f0) - Move
useFlatConfigout ofexperimental(27b011a) - Remove superfluous check (220ebbb)
- deps-dev: Bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group across 1 directory (#463)
- Remove legacy types file (3b50f81)
- Remove cjs output (0e417e0)
- Remove
shikias devDependency (#519)
✅ Tests
🤖 CI
- Release via pkg.pr.new (ad00403)
- Move pkg.pr.new step to release workflow (656866d)
- Force latest corepack (c1f2889)
⚠️ Breaking Changes
- ⚠️ Remove cjs outputs + use
@nuxt/module-builderalpha (#428)
❤️ Contributors
- Tom Tang (@qwerzl)
- Daniel Roe (@danielroe)
- Jonas Schade (@DerZade)
graphql/graphql-js (graphql)
v16.11.0: 16.11.0
v16.11.0 (2025-04-26)
New Feature 🚀
- #4363 Ensure we validate for using nullable variables in oneOf input fields (@JoviDeCroock)
- #4366 feat(execution): add max coercion errors option to execution context (@cristunaranjo)
Bug Fix 🐞
- #4367 fix(coerce-input-value): input object coercion rejects arrays (@cristunaranjo)
Docs 📝
11 PRs were merged
- #4310 First draft for upgrade guide to v17 (@JoviDeCroock)
- #4331 fix sidebar for documentation and
/api-v16(@dimaMachina) - #4335 Add cspell exception (@JoviDeCroock)
- #4340 Improve flow of documentation around GraphiQL (@benjie)
- #4343 typofix: removes extra parenthesis from getting started code snippet (@rabahalishah)
- #4351 fixed wrong variable name (@fto-dev)
- #4352 docs(getting-started): promises current links (@guspan-tanadi)
- #4368 Update docs for execution options (@JoviDeCroock)
- #4369 Correct some syntax (@JoviDeCroock)
- #4372 Refactor every code-first example to leverage resolve (@JoviDeCroock)
- #4373 docs: Update getting-started.mdx (@Shubhdeep12)
Polish 💅
- #4312 Increase print/visit performance (@JoviDeCroock)
Internal 🏠
4 PRs were merged
- #4327 Add redirect for /api (@JoviDeCroock)
- #4377 Chore: bump setup-node (@JoviDeCroock)
- #4378 Change to gqlConf 2025 (@JoviDeCroock)
- #4379 Add missing parenthesis (@benjie)
Committers: 8
- Benjie(@benjie)
- Cris Naranjo (@cristunaranjo)
- Dimitri POSTOLOV(@dimaMachina)
- Fatih Ozdemir(@fto-dev)
- Guspan Tanadi(@guspan-tanadi)
- Jovi De Croock(@JoviDeCroock)
- Rabah Ali Shah(@rabahalishah)
- Shubhdeep Chhabra(@Shubhdeep12)
unjs/ufo (ufo)
v1.6.1
🩹 Fixes
- query: Use
Object.create(null)(#290)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.6.0
🚀 Enhancements
- Add
filterQueryutility (#287)
🩹 Fixes
- parseQuery: Use object with null prototype (#286)
- parseFilename: Use optional chaining to access
opts.strict(#284)
📖 Documentation
🏡 Chore
- Consistent spelling in JSDoc comments & update automd syntax (#256)
- Apply automated lint fixes (aa6d406)
- Apply automated lint fixes (46d0a04)
- Update dev dependencies (9eaa57c)
- Lint (a7012eb)
✅ Tests
- query: Validate more than 2 values for key (#273)
🤖 CI
- Always update corepack (e383832)
❤️ Contributors
- Kricsleo (@kricsleo)
- Ezra Ashenafi (@Eazash)
- Pooya Parsa (@pi0)
- Bobbie Goede [email protected]
- Nano (@Konano)
- Aman Desai (@amandesai01)
- Dave Honneffer (@pearofducks)
- Johann Schopplich (@johannschopplich)
vuejs/language-tools (vue-tsc)
v2.2.10
v2.2.8
Bug Fixes
- revert "fix(language-core): validate
v-modelvariable against model type"
v2.2.6
Features
- feat(language-core): infer prop JSDoc from
defineModel's leading comments (#5211) - Thanks to @KazariEX!
Bug Fixes
- fix(language-core): map camelized prop name correctly (#5207) - Thanks to @KazariEX!
- fix(component-meta): resolve
defineModeloptions to collectdefaultvalue (#5209) - Thanks to @KazariEX! - fix(language-core): avoid duplicate generation of
defineExpose's codes - Thanks to @KazariEX! - fix(language-core): generate camelized prop name for
defineModel(#5213) - Thanks to @KazariEX! - fix(language-core): validate
v-modelvariable against model type (#5214) - Thanks to @KazariEX! - fix(language-core): use keywords instead of semicolons to separate script sections (#5217) - Thanks to @KazariEX!
Other Changes
- ci: auto close issues with
can't reproducelabel - Thanks to @KazariEX! - refactor(language-core): defer the calculation of
linkedCodeMappingsoffsets (#5220) - Thanks to @KazariEX!
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), 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.
Deploy Preview for nuxt-strapi-module canceled.
| Name | Link |
|---|---|
| Latest commit | ce2a0b609da85f2b989d019d48f045659add6057 |
| Latest deploy log | https://app.netlify.com/projects/nuxt-strapi-module/deploys/685d01ed7aeaca00085dab4d |