Giter Site home page Giter Site logo

oceanprotocol / status Goto Github PK

View Code? Open in Web Editor NEW
4.0 7.0 1.0 747 KB

๐Ÿš Overview and status checks of all Ocean Protocol RPC network connections.

Home Page: https://status.oceanprotocol.com

JavaScript 8.23% CSS 29.36% TypeScript 62.41%
status networks rpc oceanprotocol react poa nextjs parity ethereum web3

status's Introduction

banner

status

๐Ÿš Overview and status checks of all Ocean Protocol RPC network connections. https://status.oceanprotocol.com

Build Status Maintainability Test Coverage Greenkeeper badge

Status Interface

๐Ÿฆ‘ Features

  • Fetches and displays information for each of Ocean's remote RPC endpoints via Parity JSON-RPC API responses
    • online/offline status (eth_getBlockByNumber & parity_mode)
    • current block number (eth_getBlockByNumber)
    • response time (custom axios interceptor)
    • connected peers (net_peerCount)
    • gas limit (eth_getBlockByNumber)
    • gas price (eth_gasPrice)
    • parity version (web3_clientVersion)
  • current block number is linked to respective explorer
  • automatically refetches all data every 5 sec.
  • Gets network metadata from @ethereum-navigator/atlas

๐Ÿ„ Get Started

The app is a React app built with Next.js. To start local development:

git clone [email protected]:oceanprotocol/status.git
cd status

npm install
npm start

โœจ Code Style

For linting and auto-formatting you can use from the root of the project:

# lint all js with eslint
npm run lint

# auto format all js & css with prettier, taking all configs into account
npm run format

๐Ÿ‘ฉโ€๐Ÿ”ฌ Testing

Test suite is setup with Jest and react-testing-library for unit testing.

To run all linting and unit tests:

npm test

For local development, you can start the test runner in a watch mode.

npm run test:watch

For analyzing the generated JavaScript bundle sizes you can use:

npm run analyze

๐Ÿ›ณ Production

To create a production build, run from the root of the project:

npm run build
# serve production build
npm run serve

Outputs to ./public.

โฌ†๏ธ Deployment

Every branch or Pull Request is automatically deployed by Now with their GitHub integration. A link to a deployment will appear under each Pull Request.

The latest deployment of the master branch is automatically aliased to status.oceanprotocol.com.

Manual Deployment

If needed, app can be deployed manually. Make sure to switch to Ocean Protocol org before deploying:

# first run
now login
now switch

# deploy
now
# switch alias to new deployment
now alias

๐ŸŽ Contributing

See the page titled "Ways to Contribute" in the Ocean Protocol documentation.

๐Ÿ› License

Copyright ((C)) 2021 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

status's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar greenkeeper[bot] avatar h34d avatar kremalicious avatar trentmc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

status's Issues

An in-range update of @typescript-eslint/eslint-plugin is breaking the build ๐Ÿšจ

The devDependency @typescript-eslint/eslint-plugin was updated from 2.17.0 to 2.18.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/eslint-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… now: Deployment has completed (Details).
  • โŒ Travis CI - Branch: The build errored.

Release Notes for v2.18.0

2.18.0 (2020-01-27)

Bug Fixes

  • eslint-plugin: [explicit-module-boundary-types] false positive for returned fns (#1490) (5562ad5)
  • improve token types and add missing type guards (#1497) (ce41d7d)
  • eslint-plugin: [naming-convention] fix filter option (#1482) (718cd88)
  • eslint-plugin: fix property access on undefined error (#1507) (d89e8e8)
  • experimental-utils: widen type of settings property (#1527) (b515e47)
  • typescript-estree: error on unexpected jsdoc nodes (#1525) (c8dfac3)
  • typescript-estree: fix identifier tokens typed as Keyword (#1487) (77a1caa)

Features

  • eslint-plugin: add comma-spacing (#1495) (1fd86be)
  • eslint-plugin: add new rule prefer-as-const (#1431) (420db96)
  • eslint-plugin: create ban-ts-comment rule (#1361) (2a83d13)
  • eslint-plugin-internal: add prefer-ast-types-enum (#1508) (c3d0a3a)
  • experimental-utils: make RuleMetaData.docs optional (#1462) (cde97ac)
  • parser: improve scope-analysis types (#1481) (4a727fa)
Commits

The new version differs by 30 commits.

  • b835ec2 chore: publish v2.18.0
  • 367b18f docs(eslint-plugin): add script to generate the readme tables (#1524)
  • 03221d2 test: fix vscode launch configuration for windows (#1523)
  • f991764 chore(eslint-plugin): refactor explicit return type rules to share code (#1493)
  • c8dfac3 fix(typescript-estree): error on unexpected jsdoc nodes (#1525)
  • 6d1d2a2 test: fix coverage reports from codecov (#1528)
  • b515e47 fix(experimental-utils): widen type of settings property (#1527)
  • 67784d6 docs: extra 'a' in CONTRIBUTING.md (#1518)
  • afa7900 chore: enable prefer-ast-types-enum internal rule (#1514)
  • c3d0a3a feat(eslint-plugin-internal): add prefer-ast-types-enum (#1508)
  • 718cd88 fix(eslint-plugin): [naming-convention] fix filter option (#1482)
  • 802e347 chore(eslint-plugin): use getFixturesRootDir in tests (#1506)
  • 9ca65dc chore: update istanbul-reports to make tests quiet (#1509)
  • d89e8e8 fix(eslint-plugin): fix property access on undefined error (#1507)
  • 06731e7 test(eslint-plugin): cleanup no-use-before-define tests (#1505)

There are 30 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ts-jest is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-jest was updated from 25.2.1 to 25.3.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ now: Deployment has failed (Details).
  • โŒ Travis CI - Branch: The build failed.

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint-config-prettier is breaking the build ๐Ÿšจ

The devDependency eslint-config-prettier was updated from 6.7.0 to 6.8.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-prettier is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… now: Deployment has completed (Details).
  • โŒ Travis CI - Branch: The build failed.

Commits

The new version differs by 3 commits.

  • d6bf4c0 eslint-config-prettier v6.8.0
  • f2736c2 Update npm packages
  • 4d16ebc Disable @typescript-eslint/no-extra-semi (#129)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

show selected components and their status

In each network we have a bunch of components deployed and a nice feature would be to show them all on status page, along with their status. Similar to our Versions component in Commons.

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 6.7.2 to 6.8.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… now: Deployment has completed (Details).
  • โŒ Travis CI - Branch: The build failed.

Release Notes for v6.8.0
  • c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan)
  • 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) (YeonJuan)
  • 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley)
  • 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan)
  • 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 05faebb Update: improve suggestion testing experience (#12602) (Brad Zacher)
  • 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic)
  • d3e43f1 Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo)
  • 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594) (Tobias Bieniek)
  • a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic)
  • 51f9620 Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic)
  • 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic)
  • e3c570e Docs: Add example for expression option (#12694) (Arnaud Barrรฉ)
  • 6b774ef Docs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui)
  • 7171fca Chore: refactor regex in config comment parser (#12662) (Milos Djermanovic)
  • 1600648 Update: Allow $schema in config (#12612) (Yordis Prieto)
  • acc0e47 Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice)
  • 49c1658 Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo)
  • 257f3d6 Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima)
  • ab912f0 Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis)
  • dd1c30e Sponsors: Sync README with website (ESLint Jenkins)
  • a230f84 Update: include node version in cache (#12582) (Eric Wang)
  • 8b65f17 Chore: remove references to parser demo (#12644) (Kai Cataldo)
  • e9cef99 Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo)
  • e707453 Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic)
  • 19194ce Chore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan)
  • 6e36d12 Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo)
Commits

The new version differs by 29 commits.

  • 9738f8c 6.8.0
  • ba59cbf Build: changelog update for 6.8.0
  • c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652)
  • 9986d9e Chore: add object option test cases in yield-star-spacing (#12679)
  • 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377)
  • 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632)
  • 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268)
  • 05faebb Update: improve suggestion testing experience (#12602)
  • 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609)
  • d3e43f1 Docs: Update no-multi-assign explanation (#12615)
  • 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594)
  • a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639)
  • 51f9620 Fix: improve report location for array-bracket-spacing (#12653)
  • 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655)
  • e3c570e Docs: Add example for expression option (#12694)

There are 29 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of next is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency next was updated from 9.2.2 to 9.3.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

next is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โŒ now: Deployment has failed (Details).
  • โŒ Travis CI - Branch: The build failed.

Release Notes for v9.3.0

Minor Changes

  • Enable scss/sass support: #10571
  • Enable pages/404.js support: #10572
  • Enable polyfillsOptimization: #10574
  • Prefetch SSG Data: #10127
  • Adding conformance checks: #10314
  • Preview mode documentation: #10863
  • Add TypeScript docs for SSG: #10865
  • Verify GS(S)P Serializability: #10857

Patches

  • Adds a missing dependency: #10570
  • Add missin create permission for faunadb example: #10575
  • Decrease number of expected preloads in safari: #10578
  • Make sure to handle rejection when prefetching pages: #10579
  • Add NextApiHandler type: #10573
  • Update error message for invalid return value from getStaticPaths: #10580
  • Update to latest watchpack with dynamic route rename fix: #10351
  • Bump amphtml-validator to 1.0.30: #10588
  • Add Failing CSS Test Case: #10590
  • Do not cache 404 SSR responses: #10596
  • Fix Nested Index Dynamic Routes in Development: #10595
  • Emit ES5 Friendly Code in Program#exit Visitor: #10591
  • Fixed pathname check in router: #10547
  • Use clearInterval instead of clearTimer on a timer: #10597
  • Fix AMP Validator Version: #10600
  • Fix: Improve grammar of apollo.js comments: #10601
  • Clean up landed experimental flags: #10593
  • Updated links: #10604
  • Add err.sh for invalid getStaticPaths return value: #10605
  • Remove extra whitespace: 80bdf73
  • Upgrade next-transpile-modules to latest everywhere: #10607
  • Disable setImmediate polyfill: #10612
  • Add navigation test specific for Safari 10: #10616
  • Make sure to handle failing to load _error: #10617
  • Update legacy safari test for GitHub actions: #10618
  • Add err.sh for getStaticProps error: #10619
  • Add error messages for dynamic SSG page without getStaticPaths: #10620
  • Remove next/link from chakra-ui example: #10625
  • Update error-load-fail test to use check to handle reload taking longer on windows: #10631
  • Remove deprecated static folder: #10632
  • Fix Cookie Expiration: #10634
  • Preview Mode Should Not Cache: #10636
  • Invalidate cache for link[preload] in dev for CSS files: #10630
  • Update link to GitHub Discussions beta: b331338
  • Make sure to log errors from data fetching in dev mode in the console: #10652
  • Fix typo in invalid getStaticPaths value example: #10657
  • Update with-mobx-keystone-typescript example: #10638
  • Test Prerender in Emulated Serverless Mode: #10660
  • Improve Nested Catch-All Coverage: #10659
  • Fix Double URL Encoding for Serverless: #10663
  • Add calling getStaticPaths in development before showing fallback: #10611
  • Show better error when non-array is returned from custom-routes: #10670
  • Update error load fail test so that webdriver can still connect to app: #10673
  • Rename zeit.co/new โ†’ zeit.co/import: #10674
  • Update example "with-typescript-graphql": #10637
  • Create config.yml: cedd6fa
  • Update 1.Bug_report.md: fc9f18d
  • Fix apollo example: #10696
  • Update head-manager to compress better: #10687
  • Update README.md: c0f4283
  • Make sure rewrites are handled in serverless mode correctly: #10697
  • Update url prop handling for pages with new data methods: #10653
  • Add dataRoutes field to routes-manifest for SSG and serverProps routes: #10622
  • Ability to Disable SSG Fallback: #10701
  • Fix Error Message: 663f5c4
  • Add --example=<github-url> to create-next-app: #10226
  • Rename getServerProps to getServerSideProps: #10722
  • Remove unstable_ prefix from new methods: #10723
  • Fix buildId being escaped breaking test with certain build ids: #10728
  • Fix url-polyfill dep and re-enable native-url: #10726
  • Extract sendPayload and prepareServerlessUrl: #10732
  • Extract getStaticPaths helper: #10731
  • Remove old eslint-ignores from unstable_ prefix: #10740
  • Move upgrading guide to /docs: #10727
  • Adding new types of performance monitoring: #10421
  • Separate Low Priority Files from Main Files: #10756
  • Consistently Type GS(S)P: #10757
  • Correctly Dedupe Prefetching: #10758
  • Add params to getStaticProps on err.sh: #10751
  • Updating links to dynamic-routes section of docs: #10759
  • Remove dangerousAsPath from RenderOpts: #10773
  • Remove Dead Code from Next Server: #10772
  • Examples: react-native-web: fix config to prefer .web.* exts: #10774
  • Fix RenderOpts in next-server: #10776
  • Fix next/config module mismatch in new serverless mode: #10792
  • Remove old env from workflow since it is replaced with WebHook: #10798
  • Measure getStaticProps, getServerSideProps: #10800
  • Throw NoFallbackError instead of returning: #10793
  • Add identifier to NEXT_DATA for gs(s)p: #10812
  • Update to output jest data for posting failed tests comment: #10814
  • Fix(cli): inspect flag is deprecated: #10819
  • Update to make sure preview mode works with getServerSideProps: #10813
  • Send Credentials for getServerSideProps Requests: #10826
  • Update release stats with different name from pr stats: #10827
  • Add docs for static 404 and pages/404: #10811
  • Make sure to error when setting too large of preview data: #10831
  • Ensure an accessible default viewport meta tag: #10823
  • Update Pages and Data Fetching docs for SSG improvements: #10837
  • Update Custom Server README's: #10843
  • Fix data fetching learn more links: a61dfb2
  • Re-add Sass Docs: #10850
  • Update README-template.md: 69ba793
  • Fix getStaticPaths modules being cached in dev mode: #10852
  • Add example for why-did-you-render: #10662
  • Update method for attaching GS(S)P identifier to page: #10859
  • Fix getServerSideProps Test Case: #10862
  • Fix Prerender Test Cases: #10861
  • Add Test Case for SSG Full Re-Export: #10864
  • Test child_process with API route: #10872
  • Typo on preview mode documentation: #10892
  • Fix getStaticPaths example code: #10893
  • Fix linting of markdown documentation: 83b4fd1
  • DatoCMS Example: #10891
  • Upgrade webpack: #10895
  • Fix Azure Pipelines: #10896
  • Add demo URL for the DatoCMS example: #10901

Credits

Huge thanks to @arcanis, @lgordey, @ijjk, @martpie, @jaywink, @fabianishere, @dijs, @TheRusskiy, @quinnturner, @timneutkens, @lfades, @vvo, @adithwip, @rafaelalmeidatk, @bmathews, @Spy-Seth, @EvgeniyKumachev, @chibicode, @piglovesyou, @HaNdTriX, @Timer, @janicklas-ralph, @devknoll, @prateekbh, @ethanryan, @MoOx, @rifaidev, @msweeneydev, @motiko, and @balazsorban44 for helping!

Commits

The new version differs by 153 commits.

  • befb500 v9.3.0
  • 7133406 v9.2.3-canary.29
  • 8443a80 Verify GS(S)P Serializability (#10857)
  • 745494a Add demo URL for the DatoCMS example (#10901)
  • fd3256f Fix Azure Pipelines (#10896)
  • 1a47dbe Upgrade webpack (#10895)
  • bf0ea49 DatoCMS Example (#10891)
  • f0cec74 v9.2.3-canary.28
  • 83b4fd1 Fix linting of markdown documentation
  • 1d16b10 v9.2.3-canary.27
  • 213a4b8 Fix getStaticPaths example code (#10893)
  • 2abbb7a Typo on preview mode documentation (#10892)
  • 178f45b Test child_process with API route (#10872)
  • 764edc5 Add identifier to NEXT_DATA when custom server is used (#10869)
  • 9edafc6 v9.2.3-canary.26

There are 153 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @typescript-eslint/eslint-plugin is breaking the build ๐Ÿšจ

The devDependency @typescript-eslint/eslint-plugin was updated from 2.19.0 to 2.19.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/eslint-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ now: Deployment has failed (Details).
  • โŒ Travis CI - Branch: The build errored.

Release Notes for v2.19.1

2.19.1 (2020-02-10)

Bug Fixes

  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#1562) (4670aab)
  • typescript-estree: ts returning wrong file with project references (#1575) (4c12dac)
Commits

The new version differs by 5 commits.

  • 1c8f0df chore: publish v2.19.1
  • 4c12dac fix(typescript-estree): ts returning wrong file with project references (#1575)
  • e9cf734 docs(eslint-plugin): fix typo in readme
  • 10d86b1 docs(eslint-plugin): [no-dupe-class-members] fix typo (#1566)
  • 4670aab fix(eslint-plugin): [unbound-method] blacklist a few unbound natives (#1562)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @types/react is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency @types/react was updated from 16.9.30 to 16.9.31.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ now: Deployment has failed (Details).
  • โŒ Travis CI - Branch: The build failed.

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @types/react is breaking the build ๐Ÿšจ

The devDependency @types/react was updated from 16.9.16 to 16.9.17.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… now: Deployment has completed (Details).
  • โŒ Travis CI - Branch: The build failed.

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @typescript-eslint/parser is breaking the build ๐Ÿšจ

The devDependency @typescript-eslint/parser was updated from 2.18.0 to 2.19.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… now: Deployment has completed (Details).
  • โŒ Travis CI - Branch: The build errored.

Release Notes for v2.19.0

2.19.0 (2020-02-03)

Bug Fixes

  • eslint-plugin: [embt] fix allowTypedFunctionExpressions (#1553) (9e7d161)
  • eslint-plugin: [require-await] improve performance (#1536) (45ae0b9)
  • typescript-estree: fix regression introduced in #1525 (#1543) (bec4572)
  • typescript-estree: persisted parse and module none (#1516) (7c70323)

Features

  • eslint-plugin: [no-extra-non-null-assert] add fixer (#1468) (54201ab)
  • eslint-plugin: [no-float-prom] fixer + msg for ignoreVoid (#1473) (159b16e)
  • eslint-plugin: [unbound-method] support bound builtins (#1526) (0a110eb)
  • eslint-plugin: add extension [no-dupe-class-members] (#1492) (b22424e)
  • eslint-plugin: add no-unnecessary-boolean-literal-compare (#242) (6bebb1d)
  • eslint-plugin: add switch-exhaustiveness-check rule (#972) (9e0f6dd)
  • eslint-plugin: support negative matches for filter (#1517) (b24fbe8)
Commits

The new version differs by 17 commits.

  • bec59ff chore: publish v2.19.0
  • 0a110eb feat(eslint-plugin): [unbound-method] support bound builtins (#1526)
  • 9e0f6dd feat(eslint-plugin): add switch-exhaustiveness-check rule (#972)
  • 7c70323 fix(typescript-estree): persisted parse and module none (#1516)
  • 159b16e feat(eslint-plugin): [no-float-prom] fixer + msg for ignoreVoid (#1473)
  • b22424e feat(eslint-plugin): add extension [no-dupe-class-members] (#1492)
  • 9e7d161 fix(eslint-plugin): [embt] fix allowTypedFunctionExpressions (#1553)
  • 45ae0b9 fix(eslint-plugin): [require-await] improve performance (#1536)
  • 39929b2 test(typescript-estree): fix issue in jest config (#1559)
  • 95174d5 docs(eslint-plugin): corrected typo unbounded-method (#1558)
  • 8643d56 chore(eslint-plugin): remove redundant code and update tests (#1557)
  • 569259e test: enable isolatedModules for tests (#1546)
  • b24fbe8 feat(eslint-plugin): support negative matches for filter (#1517)
  • 6613fad test: update jest and babel dependencies (#1530)
  • 54201ab feat(eslint-plugin): [no-extra-non-null-assert] add fixer (#1468)

There are 17 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.