Skip to content

Commit 112381c

Browse files
chore(deps-dev): bump kcd-scripts from 13.0.0 to 14.0.1 (#45)
* 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>
1 parent d4c8380 commit 112381c

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm"
9-
directory: "/"
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "daily"
11+
interval: 'daily'

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ubuntu-latest
4545
if:
4646
${{ github.repository == 'OpenSourceRaidGuild/babel-vite' &&
47-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
48-
github.ref) && github.event_name == 'push' }}
47+
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
48+
github.event_name == 'push' }}
4949
steps:
5050
- name: 🛑 Cancel Previous Runs
5151
uses: styfle/cancel-workflow-action@0.6.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"format": "kcd-scripts format"
6161
},
6262
"devDependencies": {
63-
"kcd-scripts": "^13.0.0",
63+
"kcd-scripts": "^14.0.1",
6464
"multi-semantic-release": "^3.0.1",
6565
"npm-run-all": "^4.1.5",
6666
"typescript": "^5.0.3"

packages/babel-plugin-transform-vite-meta-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.13.8",
3535
"@types/babel-plugin-tester": "^9.0.1",
3636
"babel-plugin-tester": "^10.0.0",
37-
"kcd-scripts": "^13.0.0",
37+
"kcd-scripts": "^14.0.1",
3838
"typescript": "^5.0.3"
3939
},
4040
"dependencies": {

packages/babel-plugin-transform-vite-meta-glob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/babel-plugin-tester": "^9.0.1",
3737
"@types/glob": "^8.0.1",
3838
"babel-plugin-tester": "^10.0.0",
39-
"kcd-scripts": "^13.0.0",
39+
"kcd-scripts": "^14.0.1",
4040
"typescript": "^5.0.3"
4141
},
4242
"dependencies": {

packages/babel-plugin-transform-vite-meta-hot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.13.8",
3535
"@types/babel-plugin-tester": "^9.0.1",
3636
"babel-plugin-tester": "^10.0.0",
37-
"kcd-scripts": "^13.0.0",
37+
"kcd-scripts": "^14.0.1",
3838
"typescript": "^5.0.3"
3939
},
4040
"dependencies": {

packages/babel-preset-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.13.8",
3535
"@types/babel-plugin-tester": "^9.0.1",
3636
"babel-plugin-tester": "^10.0.0",
37-
"kcd-scripts": "^13.0.0",
37+
"kcd-scripts": "^14.0.1",
3838
"typescript": "^5.0.3"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)