Skip to content

Commit

Permalink
fix(deps): Upgrade to ESLint 9 (#292)
Browse files Browse the repository at this point in the history
  BREAKING CHANGE: We now use ESLint 9's "flat config".
  • Loading branch information
gnarea authored Sep 13, 2024
1 parent 3213c1b commit aed2fd7
Show file tree
Hide file tree
Showing 25 changed files with 11,944 additions and 23,667 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
versioning-strategy: increase
commit-message:
prefix: "fix(deps):"
prefix-development: "chore(deps):"
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
versioning-strategy: increase
commit-message:
prefix: 'fix(deps):'
prefix-development: 'chore(deps):'
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: CI and automated releases
on:
pull_request:
push:
branches: [ main ]
branches: [main]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/nodejs-lib-ci.yml@main

release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/nodejs-lib-release.yml@main
with:
api_docs: false
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github
.releaserc.yml
.eslintrc.json
eslint.config.mjs

2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package*.json
LICENSE
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Relaycorp, Inc.
Copyright (c) 2022-2024 Relaycorp, Inc.
Copyright (c) 2017-2022 Evgeny Orekhov.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit aed2fd7

Please sign in to comment.