This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-36
lines changed Expand file tree Collapse file tree 7 files changed +12
-36
lines changed Original file line number Diff line number Diff line change 55 "fixed" : [],
66 "linked" : [],
77 "access" : " public" ,
8- "baseBranch" : " dev " ,
8+ "baseBranch" : " main " ,
99 "updateInternalDependencies" : " patch" ,
1010 "ignore" : []
1111}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ We use [Changesets](https://github.com/changesets/changesets) to automatically c
2222
2323Please read and apply all [ contribution requirements] ( https://github.com/skeletonlabs/floating-ui-svelte/blob/chore/main/CONTRIBUTING.md ) .
2424
25- - [ ] PR targets the ` dev ` branch (NEVER ` master ` )
25+ - [ ] PR targets the ` main ` branch
2626- [ ] All website documentation is current with your changes
2727- [ ] Ensure Prettier formatting is current - run ` pnpm format `
2828- [ ] Ensure ESLint linting is current - run ` pnpm lint `
Original file line number Diff line number Diff line change 55
66env :
77 node_version : 20
8- pnpm_version : 8
98
109jobs :
1110 lint :
1211 runs-on : ubuntu-latest
1312 steps :
1413 - uses : actions/checkout@v4
15- - uses : pnpm/action-setup@v3
16- with :
17- version : ${{ env.pnpm_version }}
14+ - uses : pnpm/action-setup@v4
1815 - name : Use Node.js
1916 uses : actions/setup-node@v4
2017 with :
2825 runs-on : ubuntu-latest
2926 steps :
3027 - uses : actions/checkout@v4
31- - uses : pnpm/action-setup@v3
32- with :
33- version : ${{ env.pnpm_version }}
28+ - uses : pnpm/action-setup@v4
3429 - name : Use Node.js
3530 uses : actions/setup-node@v4
3631 with :
4439 runs-on : ubuntu-latest
4540 steps :
4641 - uses : actions/checkout@v4
47- - uses : pnpm/action-setup@v3
48- with :
49- version : ${{ env.pnpm_version }}
42+ - uses : pnpm/action-setup@v4
5043 - name : Use Node.js
5144 uses : actions/setup-node@v4
5245 with :
6053 runs-on : ubuntu-latest
6154 steps :
6255 - uses : actions/checkout@v4
63- - uses : pnpm/action-setup@v3
64- with :
65- version : ${{ env.pnpm_version }}
56+ - uses : pnpm/action-setup@v4
6657 - name : Use Node.js
6758 uses : actions/setup-node@v4
6859 with :
7869 runs-on : ubuntu-latest
7970 steps :
8071 - uses : actions/checkout@v4
81- - uses : pnpm/action-setup@v3
82- with :
83- version : ${{ env.pnpm_version }}
72+ - uses : pnpm/action-setup@v4
8473 - name : Use Node.js
8574 uses : actions/setup-node@v4
8675 with :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99
1010env :
1111 node_version : 20
12- pnpm_version : 8
1312
1413jobs :
1514 release :
1918 - uses : actions/checkout@v4
2019 with :
2120 fetch-depth : 0
22- - uses : pnpm/action-setup@v3
23- with :
24- version : ${{ env.pnpm_version }}
21+ - uses : pnpm/action-setup@v4
2522 - name : Use Node.js
2623 uses : actions/setup-node@v4
2724 with :
3936 env :
4037 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4138 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42-
43- - name : Merge main into dev after publish
44- if : steps.changesets.outputs.published == 'true'
45- run : |
46- git checkout dev
47- git merge main
48- git push
Original file line number Diff line number Diff line change 11engine-strict = true
2+ package-manager-strict = false
Original file line number Diff line number Diff line change @@ -37,12 +37,7 @@ The floating UI Svelte project is built using SvelteKit to handle both the docum
3737
3838## Branch
3939
40- Floating UI Svelte uses two primary branches. All pull requests should be created again the ` dev ` branch.
41-
42- | Branch | Description | Pull Requests |
43- | --- | --- | --- |
44- | ` dev ` | The development branch. | Allowed |
45- | ` main ` | The release branch. | Never |
40+ All pull requests should be created against the ` main ` branch.
4641
4742### PR Branch Conventions
4843
Original file line number Diff line number Diff line change 7474 },
7575 "svelte" : " ./dist/index.js" ,
7676 "types" : " ./dist/index.d.ts" ,
77- "type" : " module"
77+ "type" : " module" ,
78+ "packageManager" :
" [email protected] " 7879}
You can’t perform that action at this time.
0 commit comments