Skip to content

Commit

Permalink
Merge branch 'main' into patch-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Dec 22, 2024
2 parents 67dfb18 + 58b78d4 commit 3ca896b
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .changesets/11766.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix AuthProviderProps export missing from `@redwood/auth` (#11766) by @Philzen

`AuthProviderProps` is now exported from `@redwood/auth`
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
/docs/build
/docs/versioned_docs
/docs/versioned_sidebars
# https://github.com/prettier/prettier/issues/16952
/docs/docs/how-to/pagination.md
/docs/docs/tutorial/chapter2/routing-params.md
/docs/docs/tutorial/chapter6/comment-form.md

# Ignore the .nx directory
/.nx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"npm-packlist": "8.0.2",
"nx": "19.8.4",
"ora": "8.1.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-curly": "0.2.2",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-sh": "0.14.0",
Expand Down
1 change: 1 addition & 0 deletions packages/auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type { AuthContextInterface, CurrentUser } from './AuthContext.js'
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js'
export { useNoAuth } from './useAuth.js'
export type { UseAuth } from './useAuth.js'
export { createAuthentication } from './authFactory.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"listr2": "6.6.1",
"lodash": "4.17.21",
"pascalcase": "1.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prompts": "2.4.2",
"semver": "7.6.3",
"smol-toml": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prisma": "5.20.0",
"prompts": "2.4.2",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphql": "16.9.0",
"jscodeshift": "17.0.0",
"pascalcase": "1.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"tasuku": "2.0.1",
"typescript": "5.6.2",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.3.3"
"prettier": "3.4.2"
},
"devDependencies": {
"@babel/cli": "7.25.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"fs-extra": "11.2.0",
"graphql": "16.9.0",
"kill-port": "1.6.1",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"source-map": "0.7.4",
"string-env-interpolation": "1.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8081,7 +8081,7 @@ __metadata:
listr2: "npm:6.6.1"
lodash: "npm:4.17.21"
pascalcase: "npm:1.0.0"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
prompts: "npm:2.4.2"
semver: "npm:7.6.3"
smol-toml: "npm:1.3.1"
Expand Down Expand Up @@ -8164,7 +8164,7 @@ __metadata:
pascalcase: "npm:1.0.0"
pluralize: "npm:8.0.0"
portfinder: "npm:1.0.32"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
prisma: "npm:5.20.0"
prompts: "npm:2.4.2"
rimraf: "npm:6.0.1"
Expand Down Expand Up @@ -8215,7 +8215,7 @@ __metadata:
graphql: "npm:16.9.0"
jscodeshift: "npm:17.0.0"
pascalcase: "npm:1.0.0"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
publint: "npm:0.2.11"
tasuku: "npm:2.0.1"
tempy: "npm:1.0.1"
Expand Down Expand Up @@ -8322,7 +8322,7 @@ __metadata:
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-react: "npm:7.36.1"
eslint-plugin-react-hooks: "npm:4.6.0"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
typescript: "npm:5.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8491,7 +8491,7 @@ __metadata:
graphql: "npm:16.9.0"
graphql-tag: "npm:2.12.6"
kill-port: "npm:1.6.1"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
publint: "npm:0.2.11"
rimraf: "npm:6.0.1"
source-map: "npm:0.7.4"
Expand Down Expand Up @@ -25270,12 +25270,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
"prettier@npm:3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
checksum: 10c0/99e076a26ed0aba4ebc043880d0f08bbb8c59a4c6641cdee6cdadf2205bdd87aa1d7823f50c3aea41e015e99878d37c58d7b5f0e663bba0ef047f94e36b96446
languageName: node
linkType: hard

Expand Down Expand Up @@ -26954,7 +26954,7 @@ __metadata:
npm-packlist: "npm:8.0.2"
nx: "npm:19.8.4"
ora: "npm:8.1.0"
prettier: "npm:3.3.3"
prettier: "npm:3.4.2"
prettier-plugin-curly: "npm:0.2.2"
prettier-plugin-packagejson: "npm:2.5.2"
prettier-plugin-sh: "npm:0.14.0"
Expand Down

0 comments on commit 3ca896b

Please sign in to comment.