Skip to content

Commit

Permalink
feat: drop Vue.js < 2.7 support (#947)
Browse files Browse the repository at this point in the history
Vue.js < 2.7 is no longer supported.

BREAKING CHANGE: Vue.js < 2.7 is no longer supported.
  • Loading branch information
dangreen committed Nov 29, 2022
1 parent 946562d commit d1fbacc
Show file tree
Hide file tree
Showing 73 changed files with 13 additions and 6,261 deletions.
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.

0 comments on commit d1fbacc

Please sign in to comment.