Skip to content

Updated Dependencies #44

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

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8f6280a
Added dependabot
MaCleodWalker Jul 11, 2022
c7f1540
chore(deps-dev): bump eslint-plugin-html from 1.7.0 to 6.2.0
dependabot[bot] Jul 11, 2022
8550c21
chore(deps-dev): bump cross-env from 3.2.4 to 7.0.3
dependabot[bot] Jul 11, 2022
afb48f6
chore(deps-dev): bump eslint-config-standard from 6.2.1 to 7.1.0
dependabot[bot] Jul 11, 2022
b96755c
chore(deps-dev): bump vue-template-compiler from 2.5.17 to 2.7.4
dependabot[bot] Jul 11, 2022
a66ded8
fix(deps): bump chessground from 7.3.2 to 8.2.1
dependabot[bot] Jul 11, 2022
b96415d
Merge pull request #1 from MaCleodWalker/dependabot/npm_and_yarn/esli…
MaCleodWalker Jul 11, 2022
c605a29
chore(deps-dev): bump babel-loader from 6.4.1 to 7.1.5
dependabot[bot] Jul 11, 2022
6654437
Merge pull request #2 from MaCleodWalker/dependabot/npm_and_yarn/cros…
MaCleodWalker Jul 11, 2022
eb68091
Merge pull request #3 from MaCleodWalker/dependabot/npm_and_yarn/esli…
MaCleodWalker Jul 11, 2022
95c4232
Merge pull request #4 from MaCleodWalker/dependabot/npm_and_yarn/vue-…
MaCleodWalker Jul 11, 2022
9377f21
Merge pull request #5 from MaCleodWalker/dependabot/npm_and_yarn/ches…
MaCleodWalker Jul 11, 2022
d0c1196
Merge pull request #6 from MaCleodWalker/dependabot/npm_and_yarn/babe…
MaCleodWalker Jul 11, 2022
ed9256c
chore(deps-dev): bump webpack-merge from 1.1.2 to 5.8.0
dependabot[bot] Jul 11, 2022
d7e9d37
Merge pull request #11 from MaCleodWalker/dependabot/npm_and_yarn/web…
MaCleodWalker Jul 11, 2022
d848bbe
chore(deps-dev): bump eslint-plugin-standard from 2.3.1 to 3.1.0
dependabot[bot] Jul 11, 2022
bc830b6
Merge pull request #12 from MaCleodWalker/dependabot/npm_and_yarn/esl…
MaCleodWalker Jul 11, 2022
88b25c9
fix(deps): bump chess.js from 0.10.2 to 0.13.3
dependabot[bot] Jul 11, 2022
3d38571
Merge pull request #7 from MaCleodWalker/dependabot/npm_and_yarn/ches…
MaCleodWalker Jul 11, 2022
90b06d8
chore(deps-dev): bump eslint from 3.19.0 to 4.19.1
dependabot[bot] Jul 11, 2022
def122b
Merge pull request #8 from MaCleodWalker/dependabot/npm_and_yarn/esli…
MaCleodWalker Jul 11, 2022
b70891e
chore(deps-dev): bump eslint-plugin-promise from 3.8.0 to 4.3.1
dependabot[bot] Jul 11, 2022
4bf0b8d
Merge pull request #10 from MaCleodWalker/dependabot/npm_and_yarn/esl…
MaCleodWalker Jul 11, 2022
5e54b51
chore(deps-dev): bump vue-loader from 10.3.0 to 16.3.1
dependabot[bot] Jul 11, 2022
b3cd9b9
chore(deps-dev): bump css-loader from 2.1.1 to 6.7.1
dependabot[bot] Jul 11, 2022
775acec
Merge pull request #9 from MaCleodWalker/dependabot/npm_and_yarn/css-…
MaCleodWalker Jul 11, 2022
a231e15
Merge pull request #13 from MaCleodWalker/dependabot/npm_and_yarn/vue…
MaCleodWalker Jul 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 20
reviewers:
- macleodwalker
assignees:
- macleodwalker
commit-message:
prefix: fix
prefix-development: chore
include: scope
Loading