Open source project that make it easy to sync your calendars in real time.

Overview

Syncit 2.0 - We make it easy to sync your calendars in real time.

Commits-per-month

This is an Open source project!

Installation

  1. Run yarn in order to install all dependencies
  2. Run docker-compose up -d to run all infrastructure.
  3. Update .env According the instruction appears there.
  4. Run prepare:db in order to setup the DB
  5. Now that everything is setup run yarn start

Integrations

Obtaining the Google API Credentials

  1. Open Google API Console. If you don't have a project in your Google Cloud subscription, you'll need to create one before proceeding further. Under Dashboard pane, select Enable APIS and Services.
  2. In the search box, type calendar and select the Google Calendar API search result.
  3. Enable the selected API.
  4. Next, go to the OAuth consent screen from the side pane. Select the app type (Internal or External) and enter the basic app details on the first page.
  5. In the second page on Scopes, select Add or Remove Scopes. Search for Calendar.event and select the scope with scope value .../auth/calendar.events, .../auth/calendar.readonly and select Update.
  6. In the third page (Test Users), add the Google account(s) you'll using. Make sure the details are correct on the last page of the wizard and your consent screen will be configured.
  7. Now select Credentials from the side pane and then select Create Credentials. Select the OAuth Client ID option.
  8. Select Web Application as the Application Type.
  9. Under Authorized redirect URI's, select Add URI and then add the URI <Syncit URL>/api/integrations/googlecalendar/callback replacing Syncit URL with the URI at which your application runs.
  10. The key will be created and you will be redirected back to the Credentials page. Select the newly generated client ID under OAuth 2.0 Client IDs.
  11. Select Download JSON. Copy the contents of this file and paste the entire JSON string in the .env file as the value for GOOGLE_API_CREDENTIALS key.

You will need to complete a few more steps to activate Google Calendar App. Make sure to complete section "Obtaining the Google API Credentials". After the do the following

  1. Add extra redirect URL <Syncit URL>/api/auth/callback/google
  2. Under 'OAuth concent screen', click "PUBLISH APP"

Licence

Distributed under the MIT License. See LICENSE for more information.

Contribute

Feel free to open us PR on anything you think can help this project. you also can check the issues here and try to fix them. Found some kind of problem Let us know about it

TBD

Built With

Happy coding....

Comments
  • Add auth microservice

    Add auth microservice

    What does this PR do?

    Added the Auth microservice

    Still missing from this PR

    • [x] Add Swagger documentation decorator to the controller
    • [x] Fix the tests
    • [x] Add local Proxy to serve /api/auth to this microserver (http:localhost:3334)
    • [x] Update swimm docs
    • [ ] Add infrastructure draw to documentation
    • [ ] Create Docker file - to turn this microservice into docker image
    • [ ] Add K3S/Helm chart file for this microservice
    hacktoberfest-approved 
    opened by mavishay 3
  • Bump @nrwl/jest from 15.0.3 to 15.2.1

    Bump @nrwl/jest from 15.0.3 to 15.2.1

    Bumps @nrwl/jest from 15.0.3 to 15.2.1.

    Release notes

    Sourced from @​nrwl/jest's releases.

    15.2.1

    15.2.1 (2022-11-19)

    Bug Fixes

    • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)
    • angular: setup-ssr environments file replacements should be removed (#13244) (1b9c7df)
    • angular: setup-ssr should output correct outpathPath for server build (#13243) (4c2e5aa)
    • angular: should support filereplacements for apps that already have them (#13247) (aa2ee2d)
    • bundling: file replacement for vite (#13255) (b1c05fe)
    • bundling: remove the vue options from vite gen (#13221) (22d9031)
    • core: use multiselect prompts for array properties (#13270) (89f8a53)

    15.2.0

    15.2.0 (2022-11-17)

    Bug Fixes

    • angular: format files after migrations (#13237) (7554dda)
    • bundling: fix baseUrl resolution for vite dev server (#13219) (2802b6f)
    • bundling: fix webpack publicPath: 'auto' behavior for esm builds (#13186) (60a7345)
    • core: apply compatibility layer when running angular cli migrations (#13231) (4860281)
    • core: atomic writes of nxdeps.json (#12920) (7467e71)
    • core: fix migrations for projects in workspace.json (#13226) (bae31b2)
    • core: fix parsing of npm workspace patterns (#13206) (1d848dd)
    • core: set project names using a blog instead of project graph (#13202) (40d37b3)
    • expo: use workspace layout apps dir for expo generate application (#13160) (fc2e6be)
    • misc: fix run-many for invalid projects (#13232) (ab3ceb4)
    • react-native: fix the tsc command for react-native and expo (#12888) (b9bedff)
    • testing: add babel-jest transform options for react libraries (#13175) (620f6a6)

    Features

    • angular: support for Angular 15 (#12112) (b084ddd)
    • bundling: initial public release for vite plugin (#13230) (fb8631e)
    • core: handle yarn workspace packages when pruning (#13170) (45cba68)
    • core: prune pnpm workspaces and different meta settings (#13201) (032a9d1)
    • core: support npm v1 lock file pruning with disclaimer (#13218) (2bc9e84)
    • storybook: upgrade @​storybook/react-native to 6.0.1-beta.9 (#13157) (b0b3b5c)

    15.1.1

    15.1.1 (2022-11-16)

    Bug Fixes

    • core: set project names using a glob instead of project graph (#13202) (e97c857)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump @nrwl/linter from 14.8.3 to 15.0.3

    Bump @nrwl/linter from 14.8.3 to 15.0.3

    Bumps @nrwl/linter from 14.8.3 to 15.0.3.

    Release notes

    Sourced from @​nrwl/linter's releases.

    15.0.3

    15.0.3 (2022-10-26)

    Bug Fixes

    • core: correctly dedup projects with different names (d2bec05)
    • misc: improve print-affected perf (#12822) (58f96de)
    • misc: update the version check not to exclude v15 (e24632f)

    Features

    • expo: depcrecate expo-cli and use @​expo/cli instead (#12799) (386479f)
    • misc: select the best message to show during migrations (7d732ca)

    15.0.2

    15.0.2 (2022-10-24)

    Bug Fixes

    • core: globbing for project.json and package.json does not ignore dist correctly (2ed5d57)
    • core: inotify error does not propagate correctly (b403017)
    • expo: fixing broken tutorial link (#12753) (5837715)
    • misc: fix broken tutorial link on npm page (#12766) (9ca75db)
    • nx-cloud: update nx-cloud openapi reference link (#12762) (e4c4fe0)
    • react: fix builder options for storybook plugin (#12276) (13c465d)

    Features

    • nxdev: redirects to send legacy tutorial links to new locations (#12752) (8fcc2b4)

    15.0.1

    15.0.1 (2022-10-21)

    Bug Fixes

    • angular: rename withNonEnabledBlockingInitialNavigation to withEnabledBlockingInitialNavigation (#12633) (e7ebab8)
    • angular: support serving static remotes using tuple API #12658 (#12691) (d6285a5)
    • core: bump nrwl/ci to 0.8 (#12704) (ccc98e3)
    • core: catch rejected promises in convertNxExecutor (#12627) (62e91f3)
    • core: fix migration that enables source analysis (#12628) (0cbec35)
    • core: merge proejcts from globs and workpace.json (272abb4)
    • devkit: incorrect conditional to decide if package should be added (#12749) (657cdba)
    • js: handle different exports field shapes (#12613) (8944223)
    • misc: fix nx list capabilities resolution (#12621) (628c9c0)
    • react: fixes broken links to 01-create-application vs 1-code-generation (#12737) (6737620)

    ... (truncated)

    Commits
    • 23de788 chore(repo): update to 15.0.0-rc1 (#12586)
    • d8f3c6b fix(react): migrations use tsquery, so we should provide it (#12575)
    • 8ab7f85 fix(core): swap default method for output capture (#12535)
    • d4fd7c0 fix(linter): check for all .eslintrc.* files when generating a package (#12515)
    • 834e2db feat(core): prefix outputs and warn on non-prefixed outputs (#12470)
    • 85a5c89 fix(core): fix slashes in inputs migrations (#12444)
    • 49c5e50 feat(core): migrate existing workspaces to use inputs configuration (#12416)
    • d91c7ca fix(linter): remove leftovers after tslint support removal (#12313)
    • 09c6ccb feat(linter): remove tslint support (#12279)
    • See full diff in compare view

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump @nrwl/cli from 14.8.3 to 15.0.3

    Bump @nrwl/cli from 14.8.3 to 15.0.3

    Bumps @nrwl/cli from 14.8.3 to 15.0.3.

    Release notes

    Sourced from @​nrwl/cli's releases.

    15.0.3

    15.0.3 (2022-10-26)

    Bug Fixes

    • core: correctly dedup projects with different names (d2bec05)
    • misc: improve print-affected perf (#12822) (58f96de)
    • misc: update the version check not to exclude v15 (e24632f)

    Features

    • expo: depcrecate expo-cli and use @​expo/cli instead (#12799) (386479f)
    • misc: select the best message to show during migrations (7d732ca)

    15.0.2

    15.0.2 (2022-10-24)

    Bug Fixes

    • core: globbing for project.json and package.json does not ignore dist correctly (2ed5d57)
    • core: inotify error does not propagate correctly (b403017)
    • expo: fixing broken tutorial link (#12753) (5837715)
    • misc: fix broken tutorial link on npm page (#12766) (9ca75db)
    • nx-cloud: update nx-cloud openapi reference link (#12762) (e4c4fe0)
    • react: fix builder options for storybook plugin (#12276) (13c465d)

    Features

    • nxdev: redirects to send legacy tutorial links to new locations (#12752) (8fcc2b4)

    15.0.1

    15.0.1 (2022-10-21)

    Bug Fixes

    • angular: rename withNonEnabledBlockingInitialNavigation to withEnabledBlockingInitialNavigation (#12633) (e7ebab8)
    • angular: support serving static remotes using tuple API #12658 (#12691) (d6285a5)
    • core: bump nrwl/ci to 0.8 (#12704) (ccc98e3)
    • core: catch rejected promises in convertNxExecutor (#12627) (62e91f3)
    • core: fix migration that enables source analysis (#12628) (0cbec35)
    • core: merge proejcts from globs and workpace.json (272abb4)
    • devkit: incorrect conditional to decide if package should be added (#12749) (657cdba)
    • js: handle different exports field shapes (#12613) (8944223)
    • misc: fix nx list capabilities resolution (#12621) (628c9c0)
    • react: fixes broken links to 01-create-application vs 1-code-generation (#12737) (6737620)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump @nrwl/cli from 14.8.3 to 15.0.1

    Bump @nrwl/cli from 14.8.3 to 15.0.1

    Bumps @nrwl/cli from 14.8.3 to 15.0.1.

    Release notes

    Sourced from @​nrwl/cli's releases.

    15.0.1

    15.0.1 (2022-10-21)

    Bug Fixes

    • angular: rename withNonEnabledBlockingInitialNavigation to withEnabledBlockingInitialNavigation (#12633) (e7ebab8)
    • angular: support serving static remotes using tuple API #12658 (#12691) (d6285a5)
    • core: bump nrwl/ci to 0.8 (#12704) (ccc98e3)
    • core: catch rejected promises in convertNxExecutor (#12627) (62e91f3)
    • core: fix migration that enables source analysis (#12628) (0cbec35)
    • core: merge proejcts from globs and workpace.json (272abb4)
    • devkit: incorrect conditional to decide if package should be added (#12749) (657cdba)
    • js: handle different exports field shapes (#12613) (8944223)
    • misc: fix nx list capabilities resolution (#12621) (628c9c0)
    • react: fixes broken links to 01-create-application vs 1-code-generation (#12737) (6737620)
    • repo: change github set output to env vars (#12618) (f26f2a1)
    • repo: ensure cypress is installed for the e2e tests (#12615) (d0f590d)
    • repo: update github workflows to use v3 actions (#12617) (3a30689)
    • repo: use LTS version of Node not latest (#12703) (34c9fa9)
    • testing: default export ng component-test generator (#12695) (507f890)
    • testing: make sure jest-environment-dom is always installed (#12747) (53c8598)
    • testing: run init generator in cypress-project when cypress is n… (#12552) (ed05ca3)

    Features

    15.0.0

    15.0.0 (2022-10-14)

    Bug Fixes

    • angular: broken test (#12286) (6125dc0)
    • angular: do not use ngcc for new workspaces and projects #12386 (#12504) (80a623e)
    • angular: export generators correctly #12434 (#12460) (32189d5)
    • angular: fix import breaking jasmine-marbles migration (#12415) (e13ad11)
    • angular: ng-add migration should set default project (#12513) (66a0864)
    • angular: switch to using jasmine-marbles for certain symbols (#11896) (3dc72f0)
    • bundling: add missing assets ignore option to @​nrwl/esbuild:esbuild (#12288) (7f76ac5)
    • bundling: correct main field in package.json when using esbuild (#12328) (a14646a)
    • bundling: do not add types field in package.json for esbuild (#12424) (d904160)
    • bundling: fix esbuild build watch (#12448) (e0f7911)
    • bundling: set NODE_ENV correctly to avoid warnings (#12331) (c3e0602)
    • bundling: update error message for esbuild-project generator so it shows correct project name and information (#12323) (20c3951)
    • core: add missing core plugins to list command (#12305) (776b5a0)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump next from 12.3.1 to 13.0.7

    Bump next from 12.3.1 to 13.0.7

    Bumps next from 12.3.1 to 13.0.7.

    Release notes

    Sourced from next's releases.

    v13.0.7

    Core Changes

    • Update react next tag: #43617
    • fix(jest): pattern when detecting packages to transpile in next/jest: #43546
    • Adding head element checking for root layout: #43597
    • Revert: 'Minimized runtime errors in app dir': #43648
    • fix: properly handle trailingSlash: true and rewrites: #43641
    • @​next/font fallback fonts order fix: #43633
    • Update cache handling for app: #43659
    • Remove resolved app directory todos: #43672
    • Fix typo in comment: #43685
    • perf: disable prefetching for links in viewport in development for app routes: #43730
    • Remove additional <div> at each segment level in app: #43717
    • Revert "Adding head element checking for root layout": #43760
    • fix ci pnpm lock error: #43767
    • Force reflow when setting scrollBehavior: #43673
    • Remove __webpack_exports__ from error overlay: #43715
    • Fix chunk hash logic in hot-reloader for server components: #43778
    • Assign layer to app client entries: #43197
    • Remove notifications emitted during pnpm dev: #43801
    • Display error digest if presented: #43742
    • Fix HMR issue after patching the client module: #43819
    • Implement loadable with lazy and suspense for next dynamic: #42589
    • Do not attach CSS checksum for production build: #43827
    • Provide error hints for invalid layout props via the TS plugin: #43835
    • Refactor code: #43828
    • Unhandled errors and rejections opens as minimized in app dir error overlay: #43844
    • docs: add readme with development instructions for next/swc: #43834
    • Use proxy to ensure Flight is referencing to the latest module during development: #43823
    • memory: fix 2 memory leaks in next-dev: #43859
    • Refactoring in @​next/font: #43848
    • build(cargo): bump up swc_core, turbopack: #43652
    • Move prefetch bailout to start of the prefetch function for pages: #43731
    • Alias next/head to noop for rsc and add upgration warning: #43885
    • Update freebsd build: #43866
    • Fix error message for invalid runtime option in app dir: #43900
    • fix: forwarding props to no ssr dynamic: #43901
    • Improve type checking error message for invalid props: #43903
    • Improve type checking error message for invalid props: #43903
    • Support for named slots in type checking: #43906
    • Fix next/dynamic types for resolving named export module: #43923
    • Add auto completion for prop names and types to the TS plugin: #43909
    • Skip creating VSCode config and .gitignore if running in CI: #43935
    • Add helpful error for createContext used in Server Components: #43747
    • Increase stack trace limit on the server: #43800
    • Refactor image optimization util: #43868
    • useSearchParams - bailout to client rendering during static generation: #43603
    • Open server component errors fullscreen: #43887
    • next-dev: restart dev server exceeds the memory limits: #43958

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump react-hook-form from 7.39.5 to 7.41.0

    Bump react-hook-form from 7.39.5 to 7.41.0

    Bumps react-hook-form from 7.39.5 to 7.41.0.

    Release notes

    Sourced from react-hook-form's releases.

    🎄 Version 7.41.0

    👉 NEW values props

    The following syntax will react to values prop update/changes.

    • values will be reactive to update/change and reset accordingly
    • provide a reset option to keep dirty/touched values potentially
    const values = await fetch('API')
    

    useForm({ values, // will reset the form when values updates // resetOptions: { // keepDirtyValues: true // } })


    👉 NEW async defaultValues props

    The following syntax will support async defaultValues, so we will manage the reset form internally and update formState accordingly.

    • promise will only be resolved once during useForm() call
    • It's possible to supply resetOptions as well
    const { formState: { isLoading } } = useForm({
      defaultValues: fetch('API')
      // resetOptions: {
      //   keepDirtyValues: true
      // }
    })
    

    React use API

    useForm({
      defaultValues: use(fetch('API'))
      // resetOptions: {
      //   keepDirtyValues: true
      // }
    })
    

    https://user-images.githubusercontent.com/10513364/208200735-6248b069-9b7d-4bd1-9742-55d1ef8d238a.mov

    🙋 What's the difference between values and defaultValues

    ... (truncated)

    Changelog

    Sourced from react-hook-form's changelog.

    Changelog

    [7.40.0] - 2022-11-30

    Changed

    • async validation (or combined with sync) will always the take the latest validation result and abort the previous
    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @swc/core from 1.3.19 to 1.3.23

    Bump @swc/core from 1.3.19 to 1.3.23

    Bumps @swc/core from 1.3.19 to 1.3.23.

    Changelog

    Sourced from @​swc/core's changelog.

    [1.3.23] - 2022-12-14

    Bug Fixes

    • (css/minifier) Fix compressions of transform functions (#6617) (208fd55)

    • (css/minifier) Fix compression of timing functions (#6618) (59e8bf4)

    • (css/minifier) Fix minification of @supports at-rule (#6632) (d3fbfff)

    • (es/codegen) Don't print trailing coma for a rest argument (#6610) (68d76af)

    • (es/codegen) Fix codegen of TypeScript mapped types (#6621) (5c53a74)

    • (es/fixer) Add correct parens to OptChainExpr in MemberExpr (#6639) (be5ea7f)

    • (es/minifier) Abort IIFE invoker on eval (#6478) (8b2e1d1)

    • (es/minifier) Abort sequential inliner on optional chaining (#6637) (e4e4d6c)

    • (es/parser) Parse types in CallExpression inside templates (#6611) (c44f1d0)

    • (html/parser) Fix parsing of CDATA in the svg context (#6620) (19c2ee5)

    • (node-swc) Add missing const_to_let to the type (#6615) (7e841a5)

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump cypress from 10.11.0 to 12.1.0

    Bump cypress from 10.11.0 to 12.1.0

    Bumps cypress from 10.11.0 to 12.1.0.

    Release notes

    Sourced from cypress's releases.

    v12.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0

    v12.0.2

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

    v12.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

    v12.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

    v11.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

    v11.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

    v11.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

    v11.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

    Commits
    • 7225c6b chore: bump version to 12.1.0 [skip ci] (#25119)
    • 8888cd9 fix: add column, line, and method check to integrity check (#25094)
    • 2062670 fix: recollect session data after validation is successful (#25112)
    • 7154fc8 feat: Improve CLOUD_PARALLEL_GROUP_PARAMS_MISMATCH error message (#24799)
    • eb76b57 docs(guides): add macOS code signing notes to building-release-artifacts (#24...
    • 6c37403 fix: run-all-specs opens in new tab rather than new browser (#25074)
    • 5c34841 chore: release @​cypress/webpack-preprocessor-v5.15.7
    • b668e4b chore: release @​cypress/grep-v3.1.2
    • 4e82100 fix: update custom-query on links to match custom-command syntax (#25092)
    • 910f912 fix: declare used babel dependencies (#24842)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by cypress-npm-publisher, a new releaser for cypress since your current version.


    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump next from 12.3.1 to 13.0.6

    Bump next from 12.3.1 to 13.0.6

    Bumps next from 12.3.1 to 13.0.6.

    Release notes

    Sourced from next's releases.

    v13.0.6

    Core Changes

    • test(integration): allow to run --turbo dev server tests dynamically : #42967
    • Ensure loaderFile is included in webpack cache key: #43315
    • Improve @​next/font error handling: #43298
    • Improve RSC plugin to provide better errors: #42435
    • fix appDir returning 404 in production with "output": "standalone": #43268
    • Fix outputting un-necessary trace files for edge functions: #43304
    • fix: apply default export interop to pages/_app: #43335
    • Fix package resolution issue in app dir: #43349
    • Get correct chunks in flight-manifest on Windows: #43334
    • Resolve RSC / HTML rendering errors in error overlay: #43332
    • App directory next/link dynamic href dev error: #43074
    • Add ref forwarding for next/image: #43193
    • Always transform styled-jsx for rsc and error with client-only condition: #43386
    • dynamic = 'error' should only throw if page didn't get exported: #43377
    • fix output: "standalone" returning 500 error on certain pages when built without pages/: #43336
    • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #43242
    • Add gSP and gSSP checks for both server and client layers in the SWC transform: #43391
    • Make sure the TS plugin works for src/app: #43412
    • Remove stack trace from full reload warning: #43453
    • Upgrade compiled undici: #43481
    • Fix missing cleanup process in flight plugin globals: #43297
    • Fix matchers in middleware manifest: #43549
    • rsc: bundle legacy head as client component: #43425
    • Remove useState from next/image: #43587
    • Group redirect status imports: #43480
    • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #43326
    • Update next/link default legacyBehavior: #42623
    • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #43395
    • Minimized runtime errors in app dir: #43511

    Documentation Changes

    • Add link back to font video in Font docs.: #43440
    • docs: update known Safari bug: #43513
    • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #43472
    • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #43443
    • adding note that edge api routes are not supported with ISR: #43572
    • Improve docs for URL Imports: #43615

    Example Changes

    • chore(examples): Deprecate cms-strapi: #43325
    • Add example commands for creating reproductions: #43375
    • updates with-supertokens example: #43379
    • Fix with-docker-compose example: #43419
    • chore(examples): fix CLI commands for MobX examples: #43534
    • Simplify and convert with-vercel-fetch example to TypeScript: #43403

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump amqp-connection-manager from 4.1.7 to 4.1.9

    Bump amqp-connection-manager from 4.1.7 to 4.1.9

    Bumps amqp-connection-manager from 4.1.7 to 4.1.9.

    Release notes

    Sourced from amqp-connection-manager's releases.

    v4.1.9

    4.1.9 (2022-10-24)

    Bug Fixes

    • Fail immediately for a bad password on latest amqplib. (412ed92)

    v4.1.8

    4.1.8 (2022-10-24)

    Bug Fixes

    • error thrown when queue deleted in amqplib 0.10.0 (60700ee), closes #301
    Changelog

    Sourced from amqp-connection-manager's changelog.

    4.1.9 (2022-10-24)

    Bug Fixes

    • Fail immediately for a bad password on latest amqplib. (412ed92)

    4.1.8 (2022-10-24)

    Bug Fixes

    • error thrown when queue deleted in amqplib 0.10.0 (60700ee), closes #301
    Commits
    • fccc4a6 chore(release): 4.1.9 [skip ci]
    • 0d5dbeb Merge pull request #304 from jwalton/fix-bad-passwords
    • 412ed92 fix: Fail immediately for a bad password on latest amqplib.
    • 402914f chore: Upgrade jest and friends.
    • fb19c56 Merge pull request #281 from jwalton/dependabot/npm_and_yarn/types/whatwg-url...
    • 68b83d7 Merge pull request #250 from jwalton/dependabot/npm_and_yarn/lint-staged-13.0.3
    • 8194683 Merge pull request #237 from jwalton/dependabot/npm_and_yarn/husky-8.0.1
    • c78c4b2 Merge pull request #285 from diegog/ampq-typo-fix
    • b61d3ae chore(release): 4.1.8 [skip ci]
    • 7a430ef Merge pull request #303 from luddd3/fix-reconnect-consumer
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 1
  • Bump next from 12.3.1 to 13.1.1

    Bump next from 12.3.1 to 13.1.1

    Bumps next from 12.3.1 to 13.1.1.

    Release notes

    Sourced from next's releases.

    v13.1.1

    Core Changes

    • Exclude srcset from svg image: #44308
    • Fix CSS resource path not matched in __entry_css_files__: #44310
    • Fix next/image 404 when basePath and trailingSlash defined: #44312

    Documentation Changes

    • Remove experimental for modularizeImports from docs and example: #44311

    Example Changes

    • Updated dependencies for with-tailwindcss example: #44289

    Misc Changes

    • Use turbo for packing files in test setup: #44074

    Credits

    Huge thanks to @​JanKaifer, @​Nutlope, @​styfle, and @​chibicode for helping!

    v13.1.1-canary.1

    Core Changes

    • Fix next/image 404 when basePath and trailingSlash defined: #44312

    Documentation Changes

    • Remove experimental for modularizeImports from docs and example: #44311

    Credits

    Huge thanks to @​chibicode and @​styfle for helping!

    v13.1.1-canary.0

    Core Changes

    • Exclude srcset from svg image: #44308
    • Fix CSS resource path not matched in __entry_css_files__: #44310

    Example Changes

    • Updated dependencies for with-tailwindcss example: #44289

    Misc Changes

    • Use turbo for packing files in test setup: #44074

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @swc/core from 1.3.19 to 1.3.24

    Bump @swc/core from 1.3.19 to 1.3.24

    Bumps @swc/core from 1.3.19 to 1.3.24.

    Changelog

    Sourced from @​swc/core's changelog.

    [1.3.24] - 2022-12-21

    Bug Fixes

    • (css/minifier) Don't remove custom variables with different case (#6655) (dd7280d)

    • (css/minifier) Fix a bug with a modern hash (#6664) (1d3e06a)

    • (es/helpers) Fix loose mode (#6691) (5016ebe)

    • (es/minifier) Abort IIFE invoker completely on eval (#6659) (bb9fab8)

    • (es/minifier) Don't inline invalid LHS into an update argument (#6680) (7e6ec8d)

    • (es/preset-env) Align polyfills with @babel/plugin-polyfill-corejs3 (#6673) (5fed222)

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump react-hook-form from 7.39.5 to 7.41.1

    Bump react-hook-form from 7.39.5 to 7.41.1

    Bumps react-hook-form from 7.39.5 to 7.41.1.

    Release notes

    Sourced from react-hook-form's releases.

    🎅 Version 7.41.1

    🐞 fix #9659 NaN prevent validation update (#9660) 🕯️ close #9524 useWatch return undefined value (#9653) 📖 adjust contributing document (#9641) 💆🏻 fix #9621 with the inline default value (#9622) 🩻 docs: update contribution guidelines (#9605)

    thanks to @​Mini-ghost and @​stefanpl

    🎄 Version 7.41.0

    👉 NEW values props

    The following syntax will react to values prop update/changes.

    • values will be reactive to update/change and reset accordingly
    • provide a reset option to keep dirty/touched values potentially
    const values = await fetch('API')
    

    useForm({ values, // will reset the form when values updates // resetOptions: { // keepDirtyValues: true // } })


    👉 NEW async defaultValues props

    The following syntax will support async defaultValues, so we will manage the reset form internally and update formState accordingly.

    • promise will only be resolved once during useForm() call
    • It's possible to supply resetOptions as well
    const { formState: { isLoading } } = useForm({
      defaultValues: fetch('API')
      // resetOptions: {
      //   keepDirtyValues: true
      // }
    })
    

    React use API

    useForm({
      defaultValues: use(fetch('API'))
    </tr></table> 
    

    ... (truncated)

    Changelog

    Sourced from react-hook-form's changelog.

    Changelog

    [7.40.0] - 2022-11-30

    Changed

    • async validation (or combined with sync) will always the take the latest validation result and abort the previous
    Commits

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump cypress from 10.11.0 to 12.2.0

    Bump cypress from 10.11.0 to 12.2.0

    Bumps cypress from 10.11.0 to 12.2.0.

    Release notes

    Sourced from cypress's releases.

    v12.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-2-0

    v12.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0

    v12.0.2

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

    v12.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

    v12.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

    v11.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

    v11.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

    v11.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

    v11.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

    Commits
    • 75141ec chore: bump version to 12.1.0 [skip ci] (#25238)
    • ebf57a8 test: change some skipped tests to use retries (#24124)
    • 0454caf chore: release @​cypress/webpack-preprocessor-v5.16.0
    • 9c1318c chore: release @​cypress/webpack-dev-server-v3.2.0
    • 0e14b9e chore: bump rollup & some vite deps (#25140)
    • 470b94b fix: log error on reject with string content (#25059)
    • 166b694 feat: create from React component (#25168)
    • fcc49b5 chore: Update v8 snapshot cache (#25130)
    • 331c1dc chore: correctly resolve url sass bundle in Angular CT (#25191)
    • cd4bc74 chore: release @​cypress/webpack-dev-server-v3.1.2
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump axios from 1.1.3 to 1.2.1

    Bump axios from 1.1.3 to 1.2.1

    Bumps axios from 1.1.3 to 1.2.1.

    Release notes

    Sourced from axios's releases.

    v1.2.1

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    v1.2.0

    [1.2.0] - 2022-11-10

    Changed

    • changed: refactored module exports #5162
    • change: re-added support for loading Axios with require('axios').default #5225

    Fixed

    • fix: improve AxiosHeaders class #5224
    • fix: TypeScript type definitions for commonjs #5196
    • fix: type definition of use method on AxiosInterceptorManager to match the the README #5071
    • fix: __dirname is not defined in the sandbox #5269
    • fix: AxiosError.toJSON method to avoid circular references #5247
    • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #5250

    Refactors

    • refactor: allowing adapters to be loaded by name #5277

    ... (truncated)

    Changelog

    Sourced from axios's changelog.

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    [1.2.0] - 2022-11-10

    Changed

    • changed: refactored module exports #5162
    • change: re-added support for loading Axios with require('axios').default #5225

    Fixed

    • fix: improve AxiosHeaders class #5224
    • fix: TypeScript type definitions for commonjs #5196
    • fix: type definition of use method on AxiosInterceptorManager to match the the README #5071
    • fix: __dirname is not defined in the sandbox #5269
    • fix: AxiosError.toJSON method to avoid circular references #5247
    • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #5250

    Refactors

    • refactor: allowing adapters to be loaded by name #5277

    Chores

    ... (truncated)

    Commits
    • 981265d chore: release notes
    • 1fd79d3 chore: release 1.2.1
    • a6efeaf Change AxiosProgressEvent.event type to any; (#5308)
    • 6d367b9 docs: remove README link to non-existent upgrade guide (#5307)
    • 2687460 feat: export mergeConfig (#5151)
    • 6f59cdb refactor: add missing types for static AxiosError.from method (#4956)
    • e1a4efe Fix typo in issue template name (#5159)
    • e3d7594 fix: exception to sending formdata in webworker (#5139)
    • 9041c7d Fixed decompression for responses without Content-Length header (#5306)
    • 786b113 fix: removing multiple/trailing/leading whitespaces (#5022)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies 
    opened by dependabot[bot] 0
Owner
Tikal Knowledge, Ltd.
Tikal Knowledge, Ltd.
ClientDB is an open source in-memory database for enabling real-time web apps.

ClientDB ClientDB is an open-source in-memory database for enabling real-time web apps. Build fast, scalable apps that feel silky smooth for users. In

null 436 Aug 27, 2022
An open-development real-time strategy (RTS) game project made in Construct.

Command & Construct This is an open-development real-time strategy (RTS) game project made in Construct. Read more about it and follow along the devel

Ashley (Scirra) 36 Dec 20, 2022
Prototype of real-time comments and a proposal of how to make it "production-ready".

Real-time comments prototype Simple demonstration of real-time commenting. Installation After forking it, run npm install, then you need two environme

Tiger Abrodi 3 Jan 16, 2022
A CLI tool to make Taobao's npm mirror sync your package immediately.

npm-mirror-sync A CLI tool to make Taobao's npm mirror sync your package immediately. 让淘宝的 NPM 镜像立即收录你的包的新版本。 背景 相信国内小伙伴都在用淘宝的 NPM 镜像(npmmirror.com)作为

CSS魔法 10 Jun 9, 2022
Mercure Provider - Real-time Made Easy

@setten/mercure is a Mercure client for AdonisJS. Mercure allows you to use Server Sent Events to push data to your clients using Http. Note You must

Setten 32 Nov 29, 2022
Participate in Hacktoberfest by contributing to any GitHub Open Source project! Here's a project for first-time contributors. #hacktoberfest

?? HacktoberFest Starter Project This project can be used to make your first contribution to an open source project on GitHub. Before you do the real

Samuel Akinosho 3 Nov 6, 2022
Shikhar 4 Oct 9, 2022
This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

null 8 Oct 29, 2022
an open-source package to make it easy and simple to work with RabbitMQ's RPC ( Remote Procedure Call )

RabbitMQ Easy RPC (Remote Procedure Call ) The Node.js's RabbitMQ Easy RPC Library rabbitmq-easy-RPC is an easy to use npm package for rabbitMQ's RPC

Ali Amjad 4 Sep 22, 2022
A project where you can keep track of your goal's progress, and contribute to open source in the same time.

Asakatsu-Website A project where you can keep track of your goal's progress, and contribute to open source in the same time. AsaKatsu is a Japanese te

null 8 Dec 27, 2022
Argon - extension for VS Code and plugin for Roblox allowing easy two-way sync of code and instances

About Argon is a simple two-way sync plugin for Roblox and extension for Visual Studio Code allowing developers not only to sync code but every possib

DARK 16 Dec 29, 2022
A "Basic-to-Lisp" compiler. But Basic is not real Basic, and Lisp is not real Lisp.

Basic2Lisp A "Basic-to-Lisp" compiler. But Basic is not real Basic, and Lisp is not real Lisp. Syntax Print-Sth Put some-value to standard output. PRI

Hana Yabuki 5 Jul 10, 2022
Compile-time tests for types. Useful to make sure types don't regress into being overly-permissive as changes go in over time.

expect-type Compile-time tests for types. Useful to make sure types don't regress into being overly-permissive as changes go in over time. Similar to

Misha Kaletsky 82 Jan 8, 2023
Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Sarbbottam Bandyopadhyay 175 Dec 24, 2022
An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. ?? After seeing so many open-source projects being monetized ?? without giving any recognition

Open Certs 15 Oct 23, 2022
A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.

History explorer card This is a custom history card for Home Assistant. This card offers a highly interactive and configurable way to view the history

null 165 Dec 31, 2022
Cryptostat is a Node.js based CLI that gets you the real-time stats of your favorite cryptocurrency.

Cryptostat-CLI Cryptostat is a Node.js based CLI that gets you the real-time stats of your favorite cryptocurrency. Installation Use the npm package m

Kunal Rohitas 5 Dec 15, 2022
A Kubernetes monitoring tool to visualize large-scale activity and real-time comprehensive metrics within your cluster.

Armada A light-weight Kubernetes health monitoring tool. Summary Armada is an open-source tool for monitoring the health of your Kubernetes cluster. I

OSLabs Beta 81 Nov 2, 2022
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository

LeetHub - Automatically sync your code to GitHub. Top 5 Trending JavaScript Repositories Available on: What is LeetHub? A chrome extension that automa

Qasim Wani 2.8k Dec 31, 2022