Skip to content

Commit d1fbacc

Browse files
authored
feat: drop Vue.js < 2.7 support (#947)
Vue.js < 2.7 is no longer supported. BREAKING CHANGE: Vue.js < 2.7 is no longer supported.
1 parent 946562d commit d1fbacc

Some content is hidden

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

73 files changed

+13
-6261
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
dist/*
22
node_modules/*
3-
legacy/index*

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
label: Reproduction
3131
description: |
3232
Please provide issue reproduction.
33-
You can give a link to a repository with the reproduction or make a fork of [this sandbox for Vue3](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/bar) or [this sandbox for Vue2](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/legacy/sandboxes/bar) and reproduce the issue there.
33+
You can give a link to a repository with the reproduction or make a fork of [this sandbox for Vue3](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/bar) or [this sandbox for Vue2](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/v4/legacy/sandboxes/bar) and reproduce the issue there.
3434
validations:
3535
required: true
3636

.github/renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
"extends": [
33
"config:base",
44
":preserveSemverRanges"
5-
],
6-
"ignoreDeps": ["vue", "eslint-plugin-prettier-vue"],
7-
"ignorePaths": ["**/legacy/**", "**/sandboxes/**"]
5+
]
86
}

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@ jobs:
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install
24-
- name: Install dependencies to legacy folder
25-
working-directory: legacy
26-
run: pnpm install
2724
- name: Run tests
2825
run: pnpm test

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install dependencies
2323
run: pnpm install
24-
- name: Install dependencies to legacy folder
25-
working-directory: legacy
26-
run: pnpm install
2724
- name: Publish
2825
run: pnpm publish --no-git-checks
2926
env:

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ npm-debug.log*
1414

1515
# testing
1616
coverage
17-
18-
# legacy builds
19-
/legacy/index*

codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ coverage:
2626
- "tests/*"
2727
- "sandboxes/*"
2828
- "stories/*"
29-
- "legacy/sandboxes/*"
30-
- "legacy/test/*"
3129

3230

3331
comment:

legacy/.babelrc

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

legacy/jest.config.json

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

legacy/package.json

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

0 commit comments

Comments
 (0)