Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['22.x', '24.x']
node-version: ['24.x']
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['22.x', '24.x']
node-version: ['24.x']
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![MIT License](https://img.shields.io/github/license/checkdigit/typescript-config)](https://github.com/checkdigit/typescript-config/blob/master/LICENSE.txt)

Copyright © 2021–2025 [Check Digit, LLC](https://checkdigit.com)
Copyright © 2021–2026 [Check Digit, LLC](https://checkdigit.com)

## Introduction

This module contains the standard Check Digit TypeScript configuration, along with our standard build tool `builder`.

## TypeScript Configuration

- currently requires Node 22.15 or above.
- currently requires Node 24 or above.
- emits `esnext`, with the default libraries, to avoid down-leveling. It is intended that application spec tests pick
up any issues with using newer features unavailable in a particular environment. Browsers and Node.js are fast-moving
targets, and can add language features at any time.
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

These versions of `@checkdigit/typescript-config` are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| \>= 9.x | :white_check_mark: |
| \< 9.0 | :x: |
| Version | Supported |
| -------- | ------------------ |
| \>= 10.x | :white_check_mark: |
| \< 10.0 | :x: |

## Reporting a Vulnerability

Expand Down
336 changes: 0 additions & 336 deletions eslint.config.mjs

This file was deleted.

Loading