Skip to content

Commit dcf45f2

Browse files
authored
Merge branch 'main' into use-setup-vp-instead
2 parents 9a13625 + eced357 commit dcf45f2

File tree

7 files changed

+928
-112
lines changed

7 files changed

+928
-112
lines changed

.github/workflows/welcome-open.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1818
with:
19+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1920
pr-opened-message: |
2021
Hello! Thank you for opening your **first PR** to npmx, @${{ github.event.pull_request.user.login }}! 🚀
2122

app/components/Package/Maintainers.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ watch(
238238

239239
<!-- Show more/less toggle (only when not managing and there are hidden maintainers) -->
240240
<ButtonBase
241+
class="mt-2"
241242
v-if="!canManageOwners && hiddenMaintainersCount > 0"
242243
@click="showAllMaintainers = !showAllMaintainers"
243244
>

chromatic.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"onlyChanged": true,
44
"autoAcceptChanges": "main",
55
"exitZeroOnChanges": false,
6-
"externals": ["public/**", "app/assets/**", ".storybook/**", "nuxt.config.ts", "uno.config.ts"]
6+
"externals": [".storybook/**", "uno.config.ts"]
77
}

cli/src/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const PermissionSchema = v.picklist(
9595

9696
/**
9797
* Validates operation types
98+
* @internal
9899
*/
99100
export const OperationTypeSchema = v.picklist([
100101
'org:add-user',

i18n/locales/hi-IN.json

Lines changed: 692 additions & 99 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"fast-check": "4.6.0",
135135
"h3": "1.15.8",
136136
"h3-next": "npm:h3@2.0.1-rc.16",
137-
"knip": "5.88.0",
137+
"knip": "6.0.5",
138138
"markdown-it-anchor": "9.2.0",
139139
"schema-dts": "2.0.0",
140140
"storybook": "catalog:storybook",

0 commit comments

Comments
 (0)