Skip to content

Commit

Permalink
Merge pull request #166 from oddbird/dependabot/npm_and_yarn/dev-266f…
Browse files Browse the repository at this point in the history
…fd4bbc

Bump the dev group with 11 updates
  • Loading branch information
jgerigmeyer authored Apr 15, 2024
2 parents cea858c + 99956f0 commit be69e0f
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 122 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,23 @@ updates:
time: '04:00'
timezone: America/New_York
groups:
prod:
prod-major:
dependency-type: production
dev:
update-types:
- 'major'
prod-minor:
dependency-type: production
update-types:
- 'minor'
- 'patch'
dev-major:
dependency-type: development
update-types:
- 'major'
dev-minor:
dependency-type: development
update-types:
- 'minor'
- 'patch'
ignore:
- dependency-name: '@types/node'
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"typescript",
"svelte"
],
"eslint.options": {
"extensions": [".js", ".cjs", ".svelte", ".ts", ".cts"]
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,44 +41,44 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.36.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-svelte": "^2.37.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"sass": "^1.74.1",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.75.0",
"sass-true": "^8.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^6.0.0",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.1.0",
"svelte": "^4.2.12",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit be69e0f

Please sign in to comment.