Skip to content

Commit

Permalink
hotfix: minor changes (nodejs#7127)
Browse files Browse the repository at this point in the history
* hotfix: minor changes

* Delete apps/site/.eslintignore

Signed-off-by: Claudio W <cwunder@gnome.org>

* Delete packages/i18n/.eslintignore

Signed-off-by: Claudio W <cwunder@gnome.org>

---------

Signed-off-by: Claudio W <cwunder@gnome.org>
  • Loading branch information
ovflowd authored Oct 21, 2024
1 parent f69a421 commit 64db5a2
Show file tree
Hide file tree
Showing 4 changed files with 2,494 additions and 2,264 deletions.
5 changes: 3 additions & 2 deletions apps/site/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config: StorybookConfig = {
webpack: async config => ({
...config,
// We want to conform as much as possible with our target settings
target: 'browserslist',
target: 'browserslist:development',
// Performance Hints do not make sense on Storybook as it is bloated by design
performance: { hints: false },
// `nodevu` is a Node.js-specific package that requires Node.js modules
Expand All @@ -52,7 +52,8 @@ const config: StorybookConfig = {
ignoreWarnings: [
e =>
e.message.includes('Critical dep') ||
e.message.includes('was not found in'),
e.message.includes('was not found in') ||
e.message.includes('generated code contains'),
],
}),
};
Expand Down
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
"dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo",
"dev": "cross-env SENTRY_SUPPRESS_TURBOPACK_WARNING=1 NODE_NO_WARNINGS=1 next dev --turbo",
"serve": "npm run dev",
"build": "cross-env NODE_NO_WARNINGS=1 next build",
"start": "cross-env NODE_NO_WARNINGS=1 next start",
Expand Down Expand Up @@ -68,7 +68,7 @@
"glob": "~11.0.0",
"gray-matter": "~4.0.3",
"next": "~14.2.14",
"next-intl": "~3.20.0",
"next-intl": "~3.21.1",
"next-themes": "~0.3.0",
"postcss": "~8.4.47",
"postcss-calc": "~10.0.2",
Expand Down Expand Up @@ -104,14 +104,14 @@
"@types/react-dom": "^18.3.0",
"@types/semver": "~7.5.8",
"eslint": "~9.10.0",
"eslint-config-next": "~14.2.14",
"eslint-config-next": "15.0.0-rc.1",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-import-x": "~4.3.1",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-no-relative-import-paths": "~1.5.5",
"eslint-plugin-react": "~7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-storybook": "0.9.0--canary.156.26b630a.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "0.10.0--canary.156.ce8985b.0",
"handlebars": "4.7.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
Loading

0 comments on commit 64db5a2

Please sign in to comment.