No description
  • TypeScript 94.6%
  • JavaScript 4.5%
  • Shell 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 394dae3180
Bump lint-staged from 16.4.0 to 17.0.8 (#1727)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.4.0 to 17.0.8.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.4.0...v17.0.8)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-16 03:15:11 +00:00
.devcontainer Add devcontainer config to pin Node version from .nvmrc (#1626) 2026-02-27 10:57:25 -08:00
.github Add Dependabot monitoring of devcontainer (#1735) 2026-07-13 12:43:29 -07:00
.husky Remove deprecated command invocation (#1436) 2025-03-21 20:50:49 +00:00
.vscode move the job token to the proxy (#1278) 2024-08-15 08:39:42 -05:00
__fixtures__ remove unused output and repo path code (#1537) 2025-09-15 13:13:36 -05:00
__tests__ fix format and rebuild dist file 2026-06-22 05:37:16 +00:00
dist Bump the dev-dependencies group across 1 directory with 9 updates (#1721) 2026-06-26 08:37:47 -05:00
docker [dependabot skip] Update dist/ with build changes 2026-06-18 20:07:31 +00:00
script Fix string comparison in bump-version script (#1638) 2026-03-20 05:09:48 +00:00
src fix format and rebuild dist file 2026-06-22 05:37:16 +00:00
tmp Check in tmp as we use it in tests now 2021-10-19 16:38:39 +01:00
.editorconfig Setup editor integrations and clean up linting 2021-07-21 12:54:27 +01:00
.gitattributes enforce binary file 2026-01-27 16:46:40 +00:00
.gitignore Use the ImageService to fetch docker dependencies in CI, dev 2022-02-15 14:14:44 +00:00
.node-version add nodenv support (#1290) 2024-08-23 09:56:00 -07:00
.npmrc Silence audit and funding messages from npm (#1301) 2024-09-04 10:45:59 -07:00
.nvmrc Bump node from 20 to 24 2026-05-14 21:40:09 -04:00
.prettierignore Set repo contents path env var 2021-07-26 15:39:05 +01:00
.prettierrc.json Initial commit 2021-06-04 09:44:02 -04:00
action.yml Bump node from 20 to 24 2026-05-14 21:40:09 -04:00
CODE_OF_CONDUCT.md Add code of conduct 2021-10-07 14:23:18 +01:00
CODEOWNERS Rename dependabot team based on DSP reorg 2022-10-09 22:26:40 -07:00
eslint.config.mjs Fix ESLint filenames-match-regex rule for new flat config format 2025-11-14 15:17:09 +00:00
jest.config.js Initial commit 2021-06-04 09:44:02 -04:00
LICENSE Align license with our existing action 2021-10-07 14:23:17 +01:00
package-lock.json Bump lint-staged from 16.4.0 to 17.0.8 (#1727) 2026-07-16 03:15:11 +00:00
package.json Bump lint-staged from 16.4.0 to 17.0.8 (#1727) 2026-07-16 03:15:11 +00:00
README.md Update README.md to add deploy instructions (#1429) 2025-12-04 11:02:07 -07:00
tsconfig.eslint.json Setup editor integrations and clean up linting 2021-07-21 12:54:27 +01:00
tsconfig.json Make typescript compile to "es2022" (#1435) 2025-03-21 12:39:19 -07:00

Dependabot Dependabot

Updater Action

Name: github/dependabot-action

Runs Dependabot workloads via GitHub Actions.

Usage Instructions

This action is used by the Dependabot version and security features in GitHub.com. It does not support being used in workflow files directly.

Manually upgrading dependabot-action on GitHub Enterprise Server (GHES)

To manually upgrade dependabot-action on your GitHub Enterprise Server (GHES), follow these instructions. Warning: The current release of dependabot-action only guarantees backwards compatibility with the currently supported GHES versions. Once a GHES version is deprecated, future versions of dependabot-action may introduce incompatible changes.

Steps required to merge/deploy a PR

  1. Make changes to the PR
  2. Run the following commands:
npm run lint-check
npm run format-check -- --write
npm run test
nvm install;nvm use;npm clean-install;npm ci;npm run package

Note: If you do not execute the above step ☝️ and commit the code then CI will fail with the below error:

Run script/check-diff
Detected uncommitted changes after build:
diff --git a/dist/main/index.js b/dist/main/index.js
index c09ccea..8f50b37 1006[4](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:5)4
Binary files a/dist/main/index.js and b/dist/main/index.js differ
diff --git a/dist/main/index.js.map b/dist/main/index.js.map
index cc44481..e[5](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:6)0840f 100[6](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:7)44
Binary files a/dist/main/index.js.map and b/dist/main/index.js.map differ
  1. Commit and push the code changes
  2. Once PR is approved simply merge the PR. This will cause the PR to be deployed to production

Issues

If you have any problems with Dependabot, please open an issue on dependabot/dependabot-core or contact GitHub Support.