-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge to main #517
Merged
Merge to main #517
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3ff1f67
Include part of remote spec content in error
ulrikandersen 96ceb3e
Include remote spec name in error
ulrikandersen 639a319
Merge pull request #494 from shapehq/include-file-content-in-error-me…
ulrikandersen 0544a8c
Bump the typescript-eslint group with 2 updates
dependabot[bot] 4d85923
Merge pull request #497 from shapehq/dependabot/npm_and_yarn/typescri…
simonbs e736551
Bump ioredis from 5.4.2 to 5.5.0
dependabot[bot] adf613c
Merge pull request #499 from shapehq/dependabot/npm_and_yarn/ioredis-…
simonbs d9170df
Bump octokit from 4.1.0 to 4.1.1
dependabot[bot] 7568a1e
Bump the mui group with 2 updates
dependabot[bot] fa10b8b
Merge pull request #498 from shapehq/dependabot/npm_and_yarn/octokit-…
simonbs 003915e
Merge branch 'develop' into dependabot/npm_and_yarn/mui-a99a8d06a6
simonbs 4a65b22
Merge pull request #496 from shapehq/dependabot/npm_and_yarn/mui-a99a…
simonbs d9ace59
Bump @octokit/webhooks from 13.4.3 to 13.6.0 in the octokit group
dependabot[bot] 66f8cab
Merge pull request #495 from shapehq/dependabot/npm_and_yarn/octokit-…
simonbs 92d5e6d
Bump @octokit/endpoint from 10.1.2 to 10.1.3
dependabot[bot] dc9c1fb
Merge pull request #500 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs 57d2edb
Bump @octokit/request-error from 6.1.6 to 6.1.7
dependabot[bot] 5ccad4b
Bump @octokit/request from 9.2.0 to 9.2.2
dependabot[bot] c19521a
Merge pull request #502 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs 0cecca7
Merge pull request #503 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs afbba6d
Bump @octokit/plugin-paginate-rest from 11.4.0 to 11.4.2
dependabot[bot] 7503ffc
Merge pull request #504 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs e3bdbd0
Bump the octokit group with 3 updates
dependabot[bot] 68e6085
Merge pull request #505 from shapehq/dependabot/npm_and_yarn/octokit-…
simonbs 102c705
Bump redoc from 2.3.0 to 2.4.0
dependabot[bot] 64fd395
Merge pull request #509 from shapehq/dependabot/npm_and_yarn/redoc-2.4.0
simonbs ddce6c7
Bump the mui group with 2 updates
dependabot[bot] 4570e0c
Merge pull request #506 from shapehq/dependabot/npm_and_yarn/mui-d359…
simonbs 31e230d
Bump the typescript-eslint group with 2 updates
dependabot[bot] 54ffcfe
Merge pull request #507 from shapehq/dependabot/npm_and_yarn/typescri…
simonbs 283e328
Bump eslint from 9.19.0 to 9.20.1
dependabot[bot] e5aef5d
Merge pull request #508 from shapehq/dependabot/npm_and_yarn/eslint-9…
simonbs 7a1d407
Bump the mui group with 2 updates
dependabot[bot] 6cca57b
Merge pull request #510 from shapehq/dependabot/npm_and_yarn/mui-c802…
simonbs 285a6c5
Bump @types/node from 22.13.0 to 22.13.5
dependabot[bot] d98d0d5
Merge pull request #514 from shapehq/dependabot/npm_and_yarn/types/no…
simonbs 74e05f7
Bump eslint from 9.20.1 to 9.21.0
dependabot[bot] 1f6f127
Merge pull request #512 from shapehq/dependabot/npm_and_yarn/eslint-9…
simonbs 1a787fc
Bump npm from 10.9.2 to 11.1.0
dependabot[bot] 770594c
Merge pull request #515 from shapehq/dependabot/npm_and_yarn/npm-11.1.0
simonbs f44db4e
Bump the typescript-eslint group with 2 updates
dependabot[bot] c79bcfe
Merge pull request #511 from shapehq/dependabot/npm_and_yarn/typescri…
simonbs 09e0339
Upgrades Tailwind CSS to 4.0
simonbs cb19d65
Merge pull request #516 from shapehq/enhancement/upgrade-tailwind
simonbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
'@tailwindcss/postcss': {}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that error.message does not expose sensitive information in the API response.
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.