Skip to content

Commit

Permalink
chore(deps-dev): bump kcd-scripts from 13.0.0 to 14.0.1 (#45)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump kcd-scripts from 13.0.0 to 14.0.1

Bumps [kcd-scripts](https://github.com/kentcdodds/kcd-scripts) from 13.0.0 to 14.0.1.
- [Release notes](https://github.com/kentcdodds/kcd-scripts/releases)
- [Changelog](https://github.com/kentcdodds/kcd-scripts/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/kcd-scripts@v13.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: kcd-scripts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(format): run formatter

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Peyper <mpeyper7@gmail.com>
  • Loading branch information
dependabot[bot] and mpeyper committed Dec 18, 2023
1 parent d4c8380 commit 112381c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
runs-on: ubuntu-latest
if:
${{ github.repository == 'OpenSourceRaidGuild/babel-vite' &&
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
github.ref) && github.event_name == 'push' }}
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
github.event_name == 'push' }}
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"format": "kcd-scripts format"
},
"devDependencies": {
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.1",
"multi-semantic-release": "^3.0.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-vite-meta-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.13.8",
"@types/babel-plugin-tester": "^9.0.1",
"babel-plugin-tester": "^10.0.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/babel-plugin-tester": "^9.0.1",
"@types/glob": "^8.0.1",
"babel-plugin-tester": "^10.0.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-vite-meta-hot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.13.8",
"@types/babel-plugin-tester": "^9.0.1",
"babel-plugin-tester": "^10.0.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.13.8",
"@types/babel-plugin-tester": "^9.0.1",
"babel-plugin-tester": "^10.0.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down

0 comments on commit 112381c

Please sign in to comment.