-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #273
Merged
manudeli
merged 1 commit into
develop
from
dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Feb 2, 2023
Merged
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #273
manudeli
merged 1 commit into
develop
from
dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Feb 2, 2023
Conversation
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
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/http-cache-semantics-4.1.1
branch
February 2, 2023 14:47
manudeli
added a commit
that referenced
this pull request
Mar 3, 2023
* feat(@suspensive): add ErrorBoundary, Suspense, useSuspenseQuery * style(web/reservations): 스타일링 추가 * feat(@suspensive): add useSuspenseQuery, useSuspenseInfiniteQuery * refactor(web/useCourtQuery): remove nullable courtId inside * feat(web/reservations): add skeletons * refactor(web): adopt @suspensive * fix(useGetUpcomingReservationsQuery): enable only when currentUser is loggedIn * refactor(web): remove unnecessary query.isSuccess * fix(web): redirect to favorites page after login * refactor(web/map): devide useAddressQuery from useCourtQuery * fix(web/DatePicker): clarify blurred Date * refactor(web/Toast): remove unnecessary Fragment * refactor(web/map): remove useCourtsQuery's enabled * refactor(web, admin): migrate to apps * refactor(all): run npx-sort-package-json ISSUES CLOSED: #262 * fix(web): update suspensive * fix(web): unify timezone as Asia/Seoul * feat(web): add a feature to delete reservation * feat(web/reservation): add disabled, loading on button clicked until request finish * feat(web/reservation): add disabled, loading on button clicked until delete reservation finish * feat(web): add QueryErrorBoundary to prevent whole app stop * build(deps): bump json5 from 1.0.1 to 1.0.2 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * chore(web): update @suspensive/react, react-query * chore(web): remove chat until backend release * chore(web): update dependencies (@suspensive/react, @suspensive/react-query) * fix(web): add withSuspense of @suspensive/react^1.6.1 with fast refreshing to improve DX ISSUES CLOSED: #259 * chore(@suspensive): update dependencies * fix(web/reservation): remove intersecting color * feat(web/reservation): add a feature scrolling to area under last disabled cell if today ISSUES CLOSED: #255 * docs: add tooooo1 as a contributor for bug (#269) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add ChanhyukPark-Tech as a contributor for bug (#270) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix(all-contributors): fix all-contributors config * docs: add tooooo1 as a contributor for example (#272) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * feat(@suspensive): update dependencies * config(stylelint): add lint configuration to use emotion conventionally ISSUES CLOSED: #223 * config(stylelint): apply lint rule to style codes ISSUES CLOSED: #223 * build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#273) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(stylelint-config-standard): remove unnecessary dependency * chore(@suspensive): update dependencies * feat(@suspensive): add Delay to prevent expose fallback directly * refactor(scrollContainer): rename to object with methods simply * chore(cz): migrate cz-customizable to cz-conventional-changelog * chore(turbo, pnpm): migrate from yarn workspaces to turbo with pnpm fix #266 * refactor(types): add internal package to remove repetitive types of apps(web, admin) * chore(stylelint): add lint for style codes * fix(PageLoader): fix transition * fix(web/TopNavigation): remove unnecessary isLoading * fix(web/courts/create): remove unnecessary input * refactor(web/courts/create): remove unnecessary object destructuring * fix(web/users/edit): add required in all fields * fix(web/courts/create): add isRequired in all fields * refactor(types, utility-types): extract types from web * refactor(web): put all files in src * refactor(hooks): extract common hooks from web * fix(stylelint): add node_modules in .stylelintignore * Update README.md * fix(middleware): extract from env object * chore(@jsxcss/emotion): add dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps http-cache-semantics from 4.1.0 to 4.1.1.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.