Skip to content

Commit

Permalink
Merge branch 'main' of github.com:redwoodjs/redwood into feat/make-vi…
Browse files Browse the repository at this point in the history
…te-default

* 'main' of github.com:redwoodjs/redwood: (30 commits)
  fix(deps): update dependency @vscode/ripgrep to v1.15.3 (redwoodjs#8341)
  fix(deps): update typescript-eslint monorepo to v5.59.6 (redwoodjs#8335)
  chore(deps): update dependency vite to v4.3.7 (redwoodjs#8340)
  fix(deps): update dependency qs to v6.11.2 (redwoodjs#8331)
  fix(deps): update dependency @tremor/react to v2.6.2 (redwoodjs#8337)
  chore(deps): update dependency vite to v4.3.6 (redwoodjs#8328)
  chore(deps): update dependency glob to v10.2.4 (redwoodjs#8326)
  fix: add back api server for yarn rw dev (redwoodjs#8336)
  chore(deps): update dependency @faker-js/faker to v8.0.1 (redwoodjs#8330)
  Disable plugin by default (redwoodjs#8334)
  fix(deps): update docusaurus monorepo to v2.4.1 (redwoodjs#8329)
  fix(deps): update dependency react-toastify to v9.1.3 (redwoodjs#8321)
  chore(deps): update dependency @supabase/supabase-js to v2.22.0 (redwoodjs#8323)
  fix(deps): update dependency @tremor/react to v2.6.1 (redwoodjs#8320)
  fix(deps): update dependency listr2 to v6.5.0 (redwoodjs#8317)
  fix(deps): update dependency semver to v7.5.1 (redwoodjs#8307)
  fix(deps): update dependency @tremor/react to v2.5.0 (redwoodjs#8306)
  chore(deps): update dependency @testing-library/dom to v9.3.0 (redwoodjs#8303)
  chore(deps): update dependency esbuild to v0.17.19 (redwoodjs#8312)
  chore(deps): update dependency dependency-cruiser to v12.12.2 (redwoodjs#8310)
  ...
  • Loading branch information
dac09 committed May 17, 2023
2 parents 9392a92 + f11c324 commit 91d3b57
Show file tree
Hide file tree
Showing 82 changed files with 2,929 additions and 1,629 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/require-release-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
mode: exactly
count: 1
labels: "release:docs, release:chore, release:fix, release:feature, release:feature-breaking"
labels: "release:docs, release:chore, release:experiment, release:fix, release:feature, release:feature-breaking"
4 changes: 2 additions & 2 deletions docs/docs/how-to/dbauth-passwordless.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const schema = gql`
deleteUser(id: Int!): User! @requireAuth
generateToken(email: String!): userTokenResponse! @skipAuth
}
`
```

### 4. Modify the auth function

Expand Down Expand Up @@ -620,7 +620,7 @@ You should see the changes and it should look like this!
![image](https://user-images.githubusercontent.com/638764/220204883-800829ab-e037-41e1-a2da-d47923c4d20c.png)
### 7. Updating the routes
### 9. Updating the routes
The last thing we need to to do is update the routes to use the new page.
```jsx title="/web/src/Routes.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/project-configuration-dev-test-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Simply run your dev server, then attach the debugger from the "run and debug" pa

> **ℹ️ Tip: Can't see the "Attach debugger" configuration?** In VSCode
>
> You can grab the latest launch.json from the Redwood template [here](https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/template/.vscode/launch.json). Copy the contents into your project's `.vscode/launch.json`
> You can grab the latest launch.json from the Redwood template [here](https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/templates/ts/.vscode/launch.json). Copy the contents into your project's `.vscode/launch.json`

#### Customizing the debug port
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
]
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-content-docs": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-common": "2.4.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-content-docs": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-common": "2.4.1",
"@mdx-js/react": "1.6.22",
"clsx": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-player": "2.12.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0",
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "1.0.7",
"typescript": "5.0.4"
}
Expand Down
Loading

0 comments on commit 91d3b57

Please sign in to comment.