Skip to content

Commit

Permalink
chore: bump all packages to latest (November 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 29, 2024
1 parent 14f2e78 commit 32ea6bb
Show file tree
Hide file tree
Showing 14 changed files with 2,009 additions and 1,955 deletions.
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.all-contributorsrc
.vercel
pnpm-lock.yaml
10 changes: 6 additions & 4 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"dictionaries": ["typescript"],
"ignorePaths": [
".github",
".vercel",
"*.svg",
"CHANGELOG.md",
"node_modules",
"pnpm-lock.yaml",
"*.svg"
"pnpm-lock.yaml"
],
"words": [
"_epichunter",
Expand Down Expand Up @@ -96,9 +97,10 @@
"twir",
"vanderkam",
"venmo",
"vercel",
"viscomi",
"xlink",
"zelle",
"yagiz"
"yagiz",
"zelle"
]
}
30 changes: 7 additions & 23 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import eslint from "@eslint/js";
import comments from "@eslint-community/eslint-plugin-eslint-comments/configs";
import eslint from "@eslint/js";
import jsdoc from "eslint-plugin-jsdoc";
import jsonc from "eslint-plugin-jsonc";
import markdown from "eslint-plugin-markdown";
import n from "eslint-plugin-n";
import packageJson from "eslint-plugin-package-json/configs/recommended";
import perfectionistNatural from "eslint-plugin-perfectionist/configs/recommended-natural";
import perfectionist from "eslint-plugin-perfectionist";
import * as regexp from "eslint-plugin-regexp";
import yml from "eslint-plugin-yml";
import tseslint from "typescript-eslint";

export default tseslint.config(
{
ignores: ["node_modules", "pnpm-lock.yaml"],
ignores: [".vercel", "node_modules", "pnpm-lock.yaml", "src/env.d.ts"],
},
{
linterOptions: {
Expand All @@ -28,7 +28,7 @@ export default tseslint.config(
jsdoc.configs["flat/recommended-typescript-error"],
n.configs["flat/recommended"],
packageJson,
perfectionistNatural,
perfectionist.configs["recommended-natural"],
regexp.configs["flat/recommended"],
...tseslint.config({
extends: [
Expand All @@ -38,9 +38,8 @@ export default tseslint.config(
files: ["**/*.js", "**/*.ts"],
languageOptions: {
parserOptions: {
EXPERIMENTAL_useProjectService: {
allowDefaultProjectForFiles: ["./*.*s", "eslint.config.js"],
defaultProject: "./tsconfig.json",
projectService: {
allowDefaultProject: ["*.config.*s"],
},
},
},
Expand All @@ -67,7 +66,7 @@ export default tseslint.config(
"error",
{
order: "asc",
"partition-by-comment": true,
partitionByComment: true,
type: "natural",
},
],
Expand All @@ -77,21 +76,6 @@ export default tseslint.config(
"object-shorthand": "error",
},
}),
{
files: ["*.jsonc"],
rules: {
"jsonc/comma-dangle": "off",
"jsonc/no-comments": "off",
"jsonc/sort-keys": "error",
},
},
{
extends: [tseslint.configs.disableTypeChecked],
files: ["**/*.md/*.ts"],
rules: {
"n/no-missing-import": ["error", { allowModules: ["SquiggleConf"] }],
},
},
{
files: ["**/*.{yml,yaml}"],
rules: {
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,47 +38,47 @@
},
"dependencies": {
"@astrojs/vercel": "^7.8.2",
"@konami-emoji-blast/astro": "^0.0.1",
"@types/lodash": "^4.17.7",
"konami-emoji-blast": "^0.5.3",
"@konami-emoji-blast/astro": "^0.1.1",
"@types/lodash": "^4.17.13",
"konami-emoji-blast": "^0.5.5",
"lodash": "^4.17.21",
"sharp": "^0.33.4"
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/check": "0.8.1",
"@astrojs/check": "0.9.4",
"@astropub/md": "1.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
"@eslint/js": "9.7.0",
"@fontsource-variable/josefin-sans": "5.0.21",
"@fontsource/urbanist": "5.0.20",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.15.0",
"@fontsource-variable/josefin-sans": "5.1.0",
"@fontsource/urbanist": "5.1.0",
"@types/eslint-plugin-markdown": "2.0.2",
"accessible-astro-components": "^2.3.6",
"astro": "4.11.5",
"cspell": "8.10.4",
"eslint": "8.57.0",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-jsonc": "2.16.0",
"astro": "4.16.16",
"cspell": "8.16.1",
"eslint": "9.15.0",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-package-json": "0.15.2",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-yml": "1.14.0",
"husky": "9.0.11",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-package-json": "0.15.6",
"eslint-plugin-perfectionist": "4.1.2",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-yml": "1.15.0",
"husky": "9.1.7",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.27.0",
"lint-staged": "15.2.7",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-curly": "0.2.1",
"prettier-plugin-packagejson": "2.5.1",
"knip": "5.38.2",
"lint-staged": "15.2.10",
"markdownlint": "0.36.1",
"markdownlint-cli": "0.43.0",
"prettier": "3.4.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"sentences-per-line": "0.2.1",
"typescript": "5.5.3",
"typescript-eslint": "7.16.1"
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
},
"packageManager": "pnpm@9.2.0+sha1.886364ebd6dae009284bebc56ed4296bb6dd557a",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 32ea6bb

Please sign in to comment.