Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config = [
rules: {
"arrow-body-style": "off",
"react/prop-types": "off",
...unicorn.configs["flat/recommended"].rules, // neon disables a lot of unicorn rules so this reenables defaults
...unicorn.configs.recommended.rules, // neon disables a lot of unicorn rules so this reenables defaults
"react/no-danger": "warn",
"react/jsx-sort-props": "off",
"react/jsx-filename-extension": [
Expand Down
55 changes: 30 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^3.13.4",
"@faustwp/blocks": "^6.1.0",
"@faustwp/cli": "^3.2.1",
"@faustwp/core": "^3.2.1",
"@headlessui/react": "^2.2.0",
"@apollo/client": "^3.13.8",
"@faustwp/blocks": "^6.1.2",
"@faustwp/cli": "^3.2.3",
"@faustwp/core": "^3.2.3",
"@headlessui/react": "^2.2.3",
"@heroicons/react": "^2.2.0",
"@icons-pack/react-simple-icons": "^12.3.0",
"@icons-pack/react-simple-icons": "^12.8.0",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@octokit/core": "^6.1.4",
"@shikijs/transformers": "^3.2.1",
"@octokit/core": "^6.1.5",
"@shikijs/transformers": "^3.4.0",
"@sindresorhus/slugify": "^2.2.1",
"@wpengine/atlas-next": "^2.0.1",
"@wpengine/atlas-next": "^3.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"downshift": "^9.0.9",
"feed": "^4.2.2",
"graphql": "^16.10.0",
"feed": "^5.0.1",
"graphql": "^16.11.0",
"http-status-codes": "^2.3.0",
"lodash.debounce": "^4.0.8",
"next": "^15.2.3",
"next-mdx-remote-client": "^2.1.1",
"next": "^15.3.2",
"next-mdx-remote-client": "^2.1.2",
"next-sitemap": "^4.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-callouts": "^2.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-callouts": "^2.1.0",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
Expand All @@ -52,44 +52,49 @@
"remark-parse": "^11.0.0",
"remark-smartypants": "^3.0.2",
"remark-stringify": "^11.0.0",
"shiki": "^3.2.1",
"shiki": "^3.4.0",
"strip-markdown": "^6.0.0",
"unified": "^11.0.5",
"vfile-matter": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.14",
"@tailwindcss/postcss": "^4.1.6",
"@tailwindcss/typography": "^0.5.16",
"concurrently": "^9.1.2",
"eslint": "^9.22.0",
"eslint": "^9.26.0",
"eslint-config-neon": "^0.2.7",
"eslint-plugin-mdx": "^3.2.0",
"eslint-plugin-unicorn": "^57.0.0",
"eslint-plugin-mdx": "^3.4.1",
"eslint-plugin-unicorn": "^59.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"lint-staged": "^16.0.0",
"next-secure-headers": "^2.2.0",
"postcss": "^8.5.3",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.14"
"tailwindcss": "^4.1.6"
},
"engines": {
"node": "^22",
"npm": "use-pnpm"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"lint-staged": {
"*": "pnpm format",
"*.{js,jsx}": "pnpm lint"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
"@tailwindcss/oxide",
"sharp",
"unrs-resolver"
],
"overrides": {
"eslint-plugin-unicorn": "$eslint-plugin-unicorn",
"@babel/runtime": "^7.27.0"
},
"patchedDependencies": {
"eslint-config-neon": "patches/eslint-config-neon.patch"
}
}
}
12 changes: 12 additions & 0 deletions patches/eslint-config-neon.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/dist/esm/mdx.mjs b/dist/esm/mdx.mjs
index 2705aa8116617ca157900cafad5fb00ef49f6737..8a7d35a0a18f837ca1ce5e35ab6bf89b54df68e0 100644
--- a/dist/esm/mdx.mjs
+++ b/dist/esm/mdx.mjs
@@ -1,5 +1,5 @@
-import mdxParser from 'eslint-mdx';
-import mdxPlugin from 'eslint-plugin-mdx';
+import * as mdxParser from 'eslint-mdx';
+import * as mdxPlugin from 'eslint-plugin-mdx';

// src/mdx.ts
var plugins = {
Loading