Open renovate[bot] opened 10 months ago
Name | Link |
---|---|
Latest commit | f7b7c56f5fee1217778313c60e6c7dd113db49ca |
Latest deploy log | https://app.netlify.com/sites/static-cms-gatsby/deploys/662c0a307d157b000810583c |
Deploy Preview | https://deploy-preview-40--static-cms-gatsby.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
4.0.0
->4.3.0
Release Notes
StaticJsCMS/static-cms (@staticcms/app)
### [`v4.3.0`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.3.0) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.2.0...v4.3.0) #### What's Changed - feat: make non default locales optional ([#1109](https://togithub.com/StaticJsCMS/static-cms/issues/1109)) - feat: date fns locales ([#1108](https://togithub.com/StaticJsCMS/static-cms/issues/1108)) #### Bug Fixes - fix: card height with date field ([#1106](https://togithub.com/StaticJsCMS/static-cms/issues/1106)) - fix: discard on mobile ([#1107](https://togithub.com/StaticJsCMS/static-cms/issues/1107)) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.2.0) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.1.4...v4.2.0) #### What's Changed - feat: allow custom fields inside git commit message ([#1105](https://togithub.com/StaticJsCMS/static-cms/issues/1105)) #### New Contributors - [@fkakuschkeORS](https://togithub.com/fkakuschkeORS) made their first contribution in [https://github.com/StaticJsCMS/static-cms/pull/1105](https://togithub.com/StaticJsCMS/static-cms/pull/1105) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.1.4...v4.2.0 ### [`v4.1.4`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.1.4) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.1.3...v4.1.4) #### Bug Fixes - fix: properly replace media path with public path ([`4f0771a`](https://togithub.com/StaticJsCMS/static-cms/commit/4f0771a1c2ad629c3943de8f0d342f919f94d835)) #### Dependency Updates - chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 ([#1093](https://togithub.com/StaticJsCMS/static-cms/issues/1093)) - chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 ([#1095](https://togithub.com/StaticJsCMS/static-cms/issues/1095)) - chore(deps): bump express from 4.18.2 to 4.19.2 by ([#1099](https://togithub.com/StaticJsCMS/static-cms/issues/1099)) - chore(deps-dev): bump vite from 5.0.12 to 5.0.13 by ([#1101](https://togithub.com/StaticJsCMS/static-cms/issues/1101)) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.1.3...v4.1.4 ### [`v4.1.3`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.1.3) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.1.2...v4.1.3) #### What's Changed - feat: Support custom auth schemes for Github API ([#1086](https://togithub.com/StaticJsCMS/static-cms/issues/1086)) #### Documentation Updates - docs: fixing version listed by ([#1090](https://togithub.com/StaticJsCMS/static-cms/issues/1090)) #### Dependency Updates - chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 ([#1066](https://togithub.com/StaticJsCMS/static-cms/issues/1066)) - chore(deps-dev): bump vite from 5.0.10 to 5.0.12 ([#1072](https://togithub.com/StaticJsCMS/static-cms/issues/1072)) - chore(deps-dev): bump vite from 5.0.10 to 5.0.12 in /packages/demo ([#1076](https://togithub.com/StaticJsCMS/static-cms/issues/1076)) - chore(deps): bump ip from 2.0.0 to 2.0.1 ([#1087](https://togithub.com/StaticJsCMS/static-cms/issues/1087)) #### New Contributors - [@soceanainn](https://togithub.com/soceanainn) made their first contribution in [https://github.com/StaticJsCMS/static-cms/pull/1086](https://togithub.com/StaticJsCMS/static-cms/pull/1086) - [@antonioalmeida](https://togithub.com/antonioalmeida) made their first contribution in [https://github.com/StaticJsCMS/static-cms/pull/1090](https://togithub.com/StaticJsCMS/static-cms/pull/1090) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.1.2) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.1.1...v4.1.2) #### Bug Fixes - fix: properly handle default group and filter ([#1083](https://togithub.com/StaticJsCMS/static-cms/issues/1083)) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.1.1) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.1.0...v4.1.1) #### What's Changed - feat: fallback to date-fns.parseISO when date cannot be parsed ([#1080](https://togithub.com/StaticJsCMS/static-cms/issues/1080)) #### Documentation Updates - docs: CDN Hosting use ^4.0.0 ([#1079](https://togithub.com/StaticJsCMS/static-cms/issues/1079)) #### New Contributors - [@oliverpool](https://togithub.com/oliverpool) made their first contributions in [#1079](https://togithub.com/StaticJsCMS/static-cms/issues/1079) and [#1080](https://togithub.com/StaticJsCMS/static-cms/issues/1080) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.1.0) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.0.1...v4.1.0) #### What's Changed - feat: add a new setting logo_link ([#1070](https://togithub.com/StaticJsCMS/static-cms/issues/1070)) - chore: add cs translations ([#1068](https://togithub.com/StaticJsCMS/static-cms/issues/1068)) #### Bug Fixes - fix: Small style fixes ([#1063](https://togithub.com/StaticJsCMS/static-cms/issues/1063)) #### New Contributors - [@blahetal](https://togithub.com/blahetal) made their first contribution in [https://github.com/StaticJsCMS/static-cms/pull/1068](https://togithub.com/StaticJsCMS/static-cms/pull/1068) **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.0.1...v4.1.0 ### [`v4.0.1`](https://togithub.com/StaticJsCMS/static-cms/releases/tag/v4.0.1) [Compare Source](https://togithub.com/StaticJsCMS/static-cms/compare/v4.0.0...v4.0.1) #### Bug Fixes - fix: site url icon size ([#1042](https://togithub.com/StaticJsCMS/static-cms/issues/1042)) - fix: include system-ui font ([#1023](https://togithub.com/StaticJsCMS/static-cms/issues/1023)) #### Dependency Updates - Lots of minor dependency updates **Full Changelog**: https://github.com/StaticJsCMS/static-cms/compare/v4.0.0...v4.0.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.