Skip to content

Commit cb6a613

Browse files
authored
Merge pull request #206 from forumone/2.x-RC
v2.2.0
2 parents d3ce7d1 + fdb74cf commit cb6a613

File tree

8 files changed

+755
-692
lines changed

8 files changed

+755
-692
lines changed

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ database:
1414
use_dns_when_possible: true
1515
composer_version: "2"
1616
web_environment: []
17-
nodejs_version: "20"
17+
nodejs_version: "22"
1818

1919
# Key features of ddev's config.yaml:
2020

.github/workflows/publish-demo-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20'
15+
node-version: '22'
1616
- name: Install npm packages
1717
run: npm ci
1818
- name: Build Storybook artifact

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ tsconfig.tsbuildinfo
3939

4040
# Storybook build files
4141
storybook-static/
42+
storybook/

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION="18"
1+
ARG NODE_VERSION="22"
22

33
FROM node:${NODE_VERSION}-alpine AS artifact
44
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package-lock.json

Lines changed: 723 additions & 665 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-project",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"export": "next build && next export",
1010
"lint": "next lint && stylelint \"source/**/*.css\"",
1111
"prepare": "husky install",
12-
"prettier": "prettier --check pages source/",
12+
"prettier": "prettier --check app source/",
1313
"prettier:write": "prettier --write app source/",
1414
"tsc": "tsc --noEmit",
1515
"test": "npm run lint && npm run tsc",
@@ -24,60 +24,63 @@
2424
">= 1% in US"
2525
],
2626
"dependencies": {
27-
"next": "15.4.5",
27+
"next": "15.5.2",
2828
"react": "19.1.1",
2929
"react-dom": "19.1.1",
3030
"react-select": "^5.10.2"
3131
},
3232
"devDependencies": {
33-
"@csstools/postcss-global-data": "^3.0.0",
33+
"@csstools/postcss-global-data": "^3.1.0",
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@forumone/eslint-config-es5": "^3.0.2",
35+
"@forumone/eslint-config-es5": "^3.0.3",
3636
"@forumone/eslint-config-react": "^3.0.2",
37-
"@next/eslint-plugin-next": "15.4.5",
38-
"@storybook/addon-a11y": "^9.1.1",
39-
"@storybook/addon-docs": "^9.1.1",
40-
"@storybook/addon-links": "^9.1.1",
41-
"@storybook/nextjs": "^9.1.1",
37+
"@next/eslint-plugin-next": "15.5.2",
38+
"@storybook/addon-a11y": "^9.1.4",
39+
"@storybook/addon-docs": "^9.1.4",
40+
"@storybook/addon-links": "^9.1.4",
41+
"@storybook/nextjs": "^9.1.4",
4242
"@svgr/babel-plugin-add-jsx-attribute": "^8.0.0",
4343
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
4444
"@svgr/cli": "^8.1.0",
45-
"@types/node": "^20.19.9",
46-
"@types/react": "19.1.9",
47-
"@types/react-dom": "19.1.7",
45+
"@types/node": "^22.18.1",
46+
"@types/react": "19.1.12",
47+
"@types/react-dom": "19.1.9",
4848
"@typescript-eslint/eslint-plugin": "^8.29.1",
4949
"@typescript-eslint/parser": "^8.29.1",
5050
"clsx": "^2.1.1",
5151
"css-loader": "^7.1.2",
5252
"csstype": "3.1.3",
53-
"enhanced-resolve": "^5.18.2",
54-
"eslint": "^9.32.0",
53+
"enhanced-resolve": "^5.18.3",
54+
"eslint": "^9.34.0",
5555
"html-react-parser": "^5.2.6",
5656
"husky": "^9.1.7",
5757
"inquirer": "^10.2.2",
5858
"plop": "^4.0.1",
5959
"postcss": "^8.5.6",
6060
"postcss-advanced-variables": "github:kmonahan/postcss-advanced-variables",
6161
"postcss-import": "^16.1.1",
62-
"postcss-loader": "^8.1.1",
62+
"postcss-loader": "^8.2.0",
6363
"postcss-nesting": "^13.0.2",
64-
"postcss-preset-env": "^10.2.4",
64+
"postcss-preset-env": "^10.3.1",
6565
"postcss-rem": "^3.0.0",
6666
"prettier": "^3.6.2",
6767
"prettier-plugin-organize-imports": "^4.2.0",
68-
"storybook": "^9.1.1",
68+
"storybook": "^9.1.4",
6969
"style-loader": "^4.0.0",
70-
"stylelint": "^16.23.0",
70+
"stylelint": "^16.23.1",
7171
"stylelint-config-standard": "^39.0.0",
7272
"stylelint-order": "^7.0.0",
7373
"stylelint-webpack-plugin": "^5.0.1",
74-
"typescript": "~5.8.3",
75-
"yaml": "^2.8.0"
74+
"typescript": "~5.9.2",
75+
"yaml": "^2.8.1"
7676
},
7777
"overrides": {
7878
"csstype": "3.1.3",
79-
"@types/react": "19.1.9",
80-
"@types/react-dom": "19.1.7",
79+
"@types/react": "19.1.12",
80+
"@types/react-dom": "19.1.9",
8181
"storybook": "$storybook"
82+
},
83+
"engines": {
84+
"node": ">=22"
8285
}
8386
}

0 commit comments

Comments
 (0)