kiota-samples/petstore/typescript
dependabot[bot] 87e97b677e
build(deps-dev): bump the eslint group
Bumps the eslint group in /petstore/typescript with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).


Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser)

Updates `eslint` from 8.57.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 22:19:37 +00:00
..
.github/workflows
src
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
Dockerfile
LICENSE
README.md
package-lock.json build(deps-dev): bump the eslint group 2024-09-16 22:19:37 +00:00
package.json build(deps-dev): bump the eslint group 2024-09-16 22:19:37 +00:00
tsconfig.json
webpack.config.js

README.md

CI GitHub issues GitHub license

Node TypeScript Starter

Since I make a lot of projects, I created this Node TypeScript Starter to easily create a new Node project with TypeScript.

Getting started

  • git clone https://github.com/FreekMencke/node-typescript-starter.git
  • npm install
  • npm start

The application will build and run the Node Typescript Starter.

Features

  • TypeScript ESLint (TSLint is deprecated)
  • Strict TSConfig
  • EditorConfig
  • Different configs for Dev and Prod
  • Webpack watch (nodemon)
  • BundleAnalyser
  • Docker
  • Github Action CI