Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add digest

+51
+51
src/content/posts/2026-04-26-nightly.json
··· 1 + { 2 + "title": "Portuguese Locale Revamp Improves User Experience", 3 + "date": "2026-04-26T22:00:00.000Z", 4 + "type": "nightly", 5 + "topics": [ 6 + { 7 + "title": "CI Security Enhancements", 8 + "summary": "Merged PR #2632 implements security checks using zizmor in GitHub Actions workflows. This configuration aims to prevent vulnerabilities by applying the principle of least privilege, documenting permissions, and fixing identified issues, thereby enhancing the security posture of the project.", 9 + "relevanceScore": 9, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2632" 14 + } 15 + ] 16 + }, 17 + { 18 + "title": "Vue Data UI Update", 19 + "summary": "Merged PR #2633 updates vue-data-ui from version 3.17.13 to 3.18.0, introducing type definitions for slots and fixing a drag issue on zoom range handles with large datasets. This update enhances the functionality and usability of the component library.", 20 + "relevanceScore": 8, 21 + "sources": [ 22 + { 23 + "platform": "github", 24 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2633" 25 + } 26 + ] 27 + }, 28 + { 29 + "title": "Localization Update for pt-BR", 30 + "summary": "Merged PR #2625 updates the pt-BR locale by adding missing translations and cleaning up invisible characters. This enhancement ensures better accessibility and user experience for Portuguese-speaking users, aligning the application with localization best practices.", 31 + "relevanceScore": 7, 32 + "sources": [ 33 + { 34 + "platform": "github", 35 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2625" 36 + } 37 + ] 38 + }, 39 + { 40 + "title": "Workflow Naming Improvement", 41 + "summary": "Merged PR #2631 adds a name to the deploy-canary.yml workflow, addressing a previous oversight. This change improves the clarity and organization of the CI/CD pipeline, making it easier to identify workflows at a glance.", 42 + "relevanceScore": 6, 43 + "sources": [ 44 + { 45 + "platform": "github", 46 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2631" 47 + } 48 + ] 49 + } 50 + ] 51 + }