From 0b07da14f33d39ff108b415a80ec0d99840f9fb2 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Tue, 9 Jul 2024 19:37:59 +0200 Subject: [PATCH] Unfreezes Awesome-Lint and bumps it to v1.2.0 --- .github/dependabot.yml | 6 ++++++ .github/workflows/linting.yml | 3 --- README.md | 25 ------------------------- package.json | 2 +- 4 files changed, 7 insertions(+), 29 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aff82a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3b7fc35..c6f816d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -10,9 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - # Required for `awesome-git-repo-age` rule. - fetch-depth: 0 - uses: actions/setup-node@v4 diff --git a/README.md b/README.md index 064945c..eb43f83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ - [Interviews](#interviews) - [Authors](#authors) - [Disclaimer](#disclaimer) -- [Project Meta](#project-meta) ## Introduction @@ -151,27 +150,3 @@ We **are not** part of the Thinkerview group. _Thinkerview_ is a **registered name** and **belongs to its respective owners**. **Ideas presented above belong to their respective owners** and are only proposed for **educational and informational purposes**. - -## Project Meta - -### Licensing - -To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work. - -[![CC0-1.0](https://img.shields.io/github/license/HorlogeSkynet/awesome-thinkerview?color=informational&label=License&style=flat-square)](https://creativecommons.org/publicdomain/zero/1.0/) - -### Versioning - -This project follows a [CalVer](https://calver.org/) versioning scheme (`YYYY.0M_MICRO`). - -Within a [Node.js](https://nodejs.org/) environment, it's possible to draft a new version by running `npm run bump`. -If you want to publish a _fix_ for the current version, you may bump the micro segment this way : `MICRO=2 npm run bump`. - -[![Version](https://img.shields.io/github/v/tag/HorlogeSkynet/awesome-thinkerview?color=informational&label=Version&style=flat-square)](https://github.com/HorlogeSkynet/awesome-thinkerview/releases) - -### Linting / Continuous Integration - -Automatic static linting is performed against [awesome-lint](https://github.com/sindresorhus/awesome-lint) on [GitHub Actions](https://github.com/features/actions). -Please try to run it locally before submitting any changes : `npm test`. - -[![CI](https://img.shields.io/github/actions/workflow/status/HorlogeSkynet/awesome-thinkerview/.github/workflows/linting.yml?branch=master&label=Linting&style=flat-square)](https://github.com/HorlogeSkynet/awesome-thinkerview/actions) diff --git a/package.json b/package.json index 225a755..99a7b61 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bump": "git tag \"$(date -u +%Y.%m_${MICRO:-1})\"" }, "devDependencies": { - "awesome-lint": "^0.18.0" + "awesome-lint": "^1.2.0" }, "private": true }