Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: drop Vue.js < 2.7 support #947

Merged
merged 1 commit into from Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,3 +1,2 @@
dist/*
node_modules/*
legacy/index*
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -30,7 +30,7 @@ body:
label: Reproduction
description: |
Please provide issue reproduction.
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.
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.
validations:
required: true

Expand Down
4 changes: 1 addition & 3 deletions .github/renovate.json
Expand Up @@ -2,7 +2,5 @@
"extends": [
"config:base",
":preserveSemverRanges"
],
"ignoreDeps": ["vue", "eslint-plugin-prettier-vue"],
"ignorePaths": ["**/legacy/**", "**/sandboxes/**"]
]
}
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -21,8 +21,5 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Install dependencies to legacy folder
working-directory: legacy
run: pnpm install
- name: Run tests
run: pnpm test
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -21,9 +21,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: pnpm install
- name: Install dependencies to legacy folder
working-directory: legacy
run: pnpm install
- name: Publish
run: pnpm publish --no-git-checks
env:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -14,6 +14,3 @@ npm-debug.log*

# testing
coverage

# legacy builds
/legacy/index*
2 changes: 0 additions & 2 deletions codecov.yml
Expand Up @@ -26,8 +26,6 @@ coverage:
- "tests/*"
- "sandboxes/*"
- "stories/*"
- "legacy/sandboxes/*"
- "legacy/test/*"


comment:
Expand Down
3 changes: 0 additions & 3 deletions legacy/.babelrc

This file was deleted.

25 changes: 0 additions & 25 deletions legacy/jest.config.json

This file was deleted.

23 changes: 0 additions & 23 deletions legacy/package.json

This file was deleted.