Skip to content

Commit fd945ef

Browse files
authored
build: remove oruga vue2 (#662)
1 parent cb3280c commit fd945ef

File tree

378 files changed

+6
-120591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+6
-120591
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2323
- run: npm install
2424
- run: npm run bootstrap
25-
- run: npm run publish:lib:oruga
26-
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2825
- run: npm run publish:lib:oruga-next
2926
env:
3027
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_modules
33
packages/docs/.vuepress/dist/
44
packages/storybook/.dist/
55
packages/storybook/*
6-
packages/oruga/coverage/*
7-
packages/oruga/README.md
86
packages/demo-vue3/*
97
packages/oruga-next/README.md
108
packages/docs-next/.vitepress/cache/

.scripts/config-sync.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
const replace = require('replace-in-file')
22

33
const jsonPaths = [
4-
'packages/docs/package.json',
5-
'packages/docs/package-lock.json',
64
'packages/docs-next/package.json',
75
'packages/docs-next/package-lock.json',
8-
'packages/oruga/package.json',
9-
'packages/oruga/package-lock.json',
106
'packages/oruga-next/package.json',
117
'packages/oruga-next/package-lock.json',
128
]

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,17 @@
1414

1515
> Oruga is a lightweight library of UI components for [Vue.js](https://vuejs.org/) without CSS framework dependency
1616
17-
<p align="center">
18-
<a href="https://www.npmjs.com/package/@oruga-ui/oruga"><img src="https://img.shields.io/npm/v/@oruga-ui/oruga.svg?logo=npm" /></a>
19-
<a href="https://www.npmjs.com/package/@oruga-ui/oruga"><img src="https://img.shields.io/npm/dt/@oruga-ui/oruga.svg" /></a>
20-
<a href="https://github.com/oruga-ui/oruga/actions"><img src="https://github.com/oruga-ui/oruga/actions/workflows/build.yml/badge.svg" /><a>
21-
<a href="https://codecov.io/gh/oruga-ui/oruga"><img src="https://codecov.io/gh/oruga-ui/oruga/branch/develop/graph/badge.svg?flag=oruga" /></a>
22-
</p>
23-
24-
*Oruga Next version for Vue 3.x*
25-
2617
<p align="center">
2718
<a href="https://www.npmjs.com/package/@oruga-ui/oruga-next"><img src="https://img.shields.io/npm/v/@oruga-ui/oruga-next.svg?logo=npm" /></a>
2819
<a href="https://www.npmjs.com/package/@oruga-ui/oruga-next"><img src="https://img.shields.io/npm/dt/@oruga-ui/oruga-next.svg" /></a>
2920
<a href="https://github.com/oruga-ui/oruga/actions"><img src="https://github.com/oruga-ui/oruga/actions/workflows/build-next.yml/badge.svg" /><a>
3021
<a href="https://codecov.io/gh/oruga-ui/oruga"><img src="https://codecov.io/gh/oruga-ui/oruga/branch/develop/graph/badge.svg?flag=oruga-next" /></a>
3122
</p>
3223

24+
> [!NOTE]
25+
> **_Oruga for Vue 2.x deprecated_**
26+
> Due to [EOL for Vue 2.x](https://v2.vuejs.org/lts/) at the end of the year, from now on Oruga for Vue 2 is deprecated. Further enhancements will only be developed for Oruga-next. See [#496](https://github.com/oruga-ui/oruga/issues/496).
27+
3328
### Contact us 👾
3429

3530
<p align="center">
@@ -42,10 +37,6 @@
4237
<a href="https://ko-fi.com/orugaui"><img alt="Donate using Ko-fi" src="https://img.shields.io/badge/donate-ko--fi-00AA00.svg?logo=ko-fi" /></a>
4338
</p>
4439

45-
> [!NOTE]
46-
> **_Oruga for Vue 2.x deprecated_**
47-
> Due to [EOL for Vue 2.x](https://v2.vuejs.org/lts/) at the end of the year, from now on Oruga for Vue 2 is deprecated and will not receive any further updates. Further enhancements will only be developed for Oruga-next. See [#496](https://github.com/oruga-ui/oruga/issues/496).
48-
4940

5041
## Features
5142

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,13 @@
77
"license": "MIT",
88
"scripts": {
99
"bootstrap": "lerna bootstrap",
10-
"test:oruga": "lerna run test --scope @oruga-ui/oruga",
1110
"test:oruga-next": "lerna run test --scope @oruga-ui/oruga-next",
1211
"test:ts:oruga-next": "lerna run test:ts --scope @oruga-ui/oruga-next",
1312
"test:watch:oruga-next": "lerna run test:watch --scope @oruga-ui/oruga-next",
14-
"ci:oruga": "lerna run ci --scope @oruga-ui/oruga",
15-
"lint:oruga": "lerna run lint --scope @oruga-ui/oruga",
16-
"lint:fix:oruga": "lerna run lint:fix --scope @oruga-ui/oruga",
17-
"lint:staged:oruga": "lerna run lint:staged --scope @oruga-ui/oruga",
18-
"unit:oruga": "lerna run unit --scope @oruga-ui/oruga",
19-
"build:lib:oruga": "lerna run build:lib --parallel --scope @oruga-ui/oruga",
20-
"build:lib:watch:oruga": "lerna run build:lib:watch --parallel --scope @oruga-ui/oruga",
21-
"build:docs:oruga": "lerna run docs:build --scope @oruga-ui/docs",
22-
"build:docs:hacktoberfest": "lerna run docs:hacktoberfest --scope @oruga-ui/docs",
23-
"build:docs:watch:oruga": "lerna run docs:dev --parallel --scope @oruga-ui/docs",
2413
"build:docs-next:oruga": "lerna run docs:build --parallel --scope @oruga-ui/docs-next",
2514
"build:docs-next:watch:oruga": "lerna run docs:dev --parallel --scope @oruga-ui/docs-next",
2615
"build:lib:oruga-next": "lerna run build:lib --parallel --scope @oruga-ui/oruga-next",
2716
"build:lib:watch:oruga-next": "lerna run build:lib:watch --parallel --scope @oruga-ui/oruga-next",
28-
"publish:lib:oruga": "lerna run publish:lib --scope @oruga-ui/oruga",
2917
"publish:lib:oruga-next": "lerna run publish:lib --scope @oruga-ui/oruga-next",
3018
"test:all": "lerna run test --stream",
3119
"version": "node .scripts/config-sync && git add . && conventional-changelog -p angular -i CHANGELOG.md -s && node .scripts/wait-confirm && git add CHANGELOG.md",

packages/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
## Packages for Oruga
44

5-
1. **docs** - Oruga documentation
6-
2. **oruga** - Main source code for Oruga
7-
2. **oruga-next** - Build config for Vue 3 relative to oruga source code
5+
1. **docs-next** - Oruga documentation
6+
2. **oruga-next** - Main source code for Oruga

packages/docs/.prettierrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/docs/.vuepress/DocWrapper.vue

Lines changed: 0 additions & 91 deletions
This file was deleted.

packages/docs/.vuepress/Expo.vue

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)