NodeRSSBot icon indicating copy to clipboard operation
NodeRSSBot copied to clipboard

Another Telegram RSS bot but in Node.js Telegram RSS 机器人

Results 42 NodeRSSBot issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.0 to 5.33.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.33.1 5.33.1 (2022-08-15) Bug Fixes missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules...

dependencies

Bumps [make-fetch-happen](https://github.com/npm/make-fetch-happen) from 10.2.0 to 10.2.1. Release notes Sourced from make-fetch-happen's releases. v10.2.1 10.2.1 (2022-08-15) Bug Fixes linting (#166) (e9a2a51) Changelog Sourced from make-fetch-happen's changelog. 10.2.1 (2022-08-15) Bug Fixes linting...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.32.0 to 5.33.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.1 5.33.1 (2022-08-15) Bug Fixes missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.8.1 to 7.10.0. Release notes Sourced from @​sentry/tracing's releases. 7.10.0 This release introduces the first alpha version of @sentry/svelte, our newest JavaScript SDK! For details on how...

dependencies

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.18.1 to 7.10.0. Release notes Sourced from @​sentry/node's releases. 7.10.0 This release introduces the first alpha version of @sentry/svelte, our newest JavaScript SDK! For details on how...

dependencies

Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.18.1 to 7.10.0. Release notes Sourced from @​sentry/integrations's releases. 7.10.0 This release introduces the first alpha version of @sentry/svelte, our newest JavaScript SDK! For details on how...

dependencies

Bumps [telegraf](https://github.com/telegraf/telegraf) from 4.8.5 to 4.8.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=telegraf&package-manager=npm_and_yarn&previous-version=4.8.5&new-version=4.8.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

- [ ] ES module, knex `migrate.latest` API call not working with esm and typescript

```js TypeError: self.log is not a function at process.DerivedLogger. (/home/fengkx/project/NodeRSSBot/node_modules/winston/lib/winston/create-logger.js:97:19) at process.emit (node:events:390:28) at process._fatalException (node:internal/process/execution:170:25) at processPromiseRejections (node:internal/process/promises:246:11) at processTicksAndRejections (node:internal/process/task_queues:97:32) ``` winston throw error because this binding to...

external