Commit Graph

850 Commits

Author SHA1 Message Date
Mardav Wala
5320cf31ca chore: remove unused dependency 'patch-package' from package.json 2025-08-15 16:20:40 +00:00
Mardav Wala
a0490275a8 Automate regex fix for CI builds
- Updated build:package script to run fix-regex.js before bundling
- Updated postinstall script to apply fix after npm install
- Ensures CI builds will have the fix applied automatically
- Fixes misleading operator precedence in /^text\/|charset=utf-8$/ regex
2025-08-15 16:20:30 +00:00
Mardav Wala
fcb131f251 Fix regex with misleading operator precedence in @octokit/request dependency
- Fixed regex /^text\/|charset=utf-8$/ to /^text\/|charset=utf-8/
- Removed misleading end anchor ($) from charset=utf-8 part
- Added patch-package to dependencies and postinstall script
- Updated dist/index.js with fix applied to bundled dependencies
- All tests continue to pass
2025-08-15 16:05:10 +00:00
Mardav Wala
29996a4979 Merge pull request #717 from actions/alert-autofix-7
Potential fix for code scanning alert no. 7: Workflow does not contain permissions
2025-08-15 14:58:43 +00:00
Mardav Wala
e312ab5a70 Merge pull request #716 from actions/alert-autofix-5
Potential fix for code scanning alert no. 5: Workflow does not contain permissions
2025-08-15 14:58:13 +00:00
Mardav Wala
ab879ebbde Merge pull request #715 from actions/alert-autofix-6
Potential fix for code scanning alert no. 6: Workflow does not contain permissions
2025-08-15 14:57:38 +00:00
Mardav Wala
a963d478cf Remove redundant permissions section from test.yml 2025-08-14 18:52:07 -04:00
Mardav Wala
95a513fa21 Update licensed.yml
Remove unnecessary permissions declaration.
2025-08-14 18:51:32 -04:00
Mardav Wala
82cff4c773 Update .github/workflows/test.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-14 18:50:25 -04:00
Mardav Wala
946cbf97ec Update .github/workflows/licensed.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-14 18:50:03 -04:00
Mardav Wala
eb7de9c98e Potential fix for code scanning alert no. 7: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-14 18:46:55 -04:00
Mardav Wala
26bcf85990 Potential fix for code scanning alert no. 5: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-14 18:46:10 -04:00
Mardav Wala
6dea339536 Potential fix for code scanning alert no. 6: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-14 18:46:02 -04:00
Shaun Wong
c0c5949b01 Merge pull request #709 from actions/dependabot/npm_and_yarn/types/node-24.0.12
Bump @types/node from 22.13.14 to 24.0.12
2025-07-10 00:53:37 +00:00
dependabot[bot]
1e8ce485c5 Bump @types/node from 22.13.14 to 24.0.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.14 to 24.0.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.12
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-09 13:34:33 +00:00
Mary White
0c37450c4b Merge pull request #703 from actions/dependabot/npm_and_yarn/ts-jest-29.4.0
Bump ts-jest from 29.3.2 to 29.4.0
2025-06-13 15:08:57 +00:00
dependabot[bot]
8147fac042 Bump ts-jest from 29.3.2 to 29.4.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.2 to 29.4.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.4.0)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 13:22:29 +00:00
Mary White
4a5989832f Merge pull request #699 from actions/dependabot/npm_and_yarn/octokit/plugin-paginate-rest-13.0.1
Bump @octokit/plugin-paginate-rest from 9.2.2 to 13.0.1
2025-06-12 18:25:44 +00:00
dependabot[bot]
dd62e6e66d Update licensed cache and dist/ directory 2025-05-26 14:39:43 +00:00
dependabot[bot]
6042e23fee Bump @octokit/plugin-paginate-rest from 9.2.2 to 13.0.1
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 9.2.2 to 13.0.1.
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v9.2.2...v13.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 14:39:09 +00:00
Andri Alexandrou
5b1a254a35 Merge pull request #696 from actions/aja/exclude-source-register
chore: removes sourcemap-register from build step
2025-04-21 18:32:27 +00:00
Andri Alexandrou
dc09970d42 build output 2025-04-21 17:01:05 +00:00
Andri Alexandrou
750dbb8952 chore: removes sourcemap-register from build step 2025-04-18 20:50:03 +00:00
Tara Nelson
7890be62a2 Merge pull request #694 from actions/dependabot/npm_and_yarn/ts-jest-29.3.2
Bump ts-jest from 29.3.0 to 29.3.2
2025-04-17 19:55:35 +00:00
dependabot[bot]
ea30c43b37 Bump ts-jest from 29.3.0 to 29.3.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.0 to 29.3.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.0...v29.3.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 13:07:24 +00:00
Tyler Dixon
280af8ae1f Merge pull request #688 from actions/dependabot/npm_and_yarn/vercel/ncc-0.38.3
Bump @vercel/ncc from 0.38.1 to 0.38.3
2025-03-28 14:02:52 +00:00
dependabot[bot]
a5abfebda9 Update licensed cache and dist/ directory 2025-03-28 14:01:22 +00:00
dependabot[bot]
f30c2e67f8 Bump @vercel/ncc from 0.38.1 to 0.38.3
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.3.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.38.1...0.38.3)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 14:00:49 +00:00
Tyler Dixon
81dd5ce97f Merge pull request #687 from actions/dependabot/npm_and_yarn/types/jest-29.5.14
Bump @types/jest from 29.5.12 to 29.5.14
2025-03-28 14:00:10 +00:00
dependabot[bot]
122a803742 Bump @types/jest from 29.5.12 to 29.5.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 13:59:29 +00:00
Tyler Dixon
29c72ac924 Merge pull request #686 from actions/dependabot/npm_and_yarn/types/node-22.13.14
Bump @types/node from 16.18.101 to 22.13.14
2025-03-28 13:58:18 +00:00
dependabot[bot]
46316d9a20 Bump @types/node from 16.18.101 to 22.13.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.101 to 22.13.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 13:56:33 +00:00
Tyler Dixon
95df5ae4db Merge pull request #685 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0
Bump eslint-plugin-jest from 28.6.0 to 28.11.0
2025-03-28 13:53:14 +00:00
dependabot[bot]
f14f229b02 Bump eslint-plugin-jest from 28.6.0 to 28.11.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.6.0 to 28.11.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.11.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 13:51:51 +00:00
Tyler Dixon
cc696180af Exit without failure if nothing to commit 2025-03-28 13:49:29 +00:00
Tyler Dixon
c51d0ded86 Merge pull request #681 from actions/dependabot/npm_and_yarn/octokit/request-9.2.2
build(deps): bump @octokit/request from 8.4.1 to 9.2.2
2025-03-28 12:59:22 +00:00
dependabot[bot]
87d6f585a1 Update licensed cache and dist/ directory 2025-03-28 12:57:43 +00:00
dependabot[bot]
0b6e388333 build(deps): bump @octokit/request from 8.4.1 to 9.2.2
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.4.1 to 9.2.2.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v8.4.1...v9.2.2)

---
updated-dependencies:
- dependency-name: "@octokit/request"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 12:57:12 +00:00
Tyler Dixon
06302001f7 Merge pull request #683 from actions/dependabot/npm_and_yarn/octokit/request-error-6.1.7
build(deps): bump @octokit/request-error from 5.1.1 to 6.1.7
2025-03-28 12:55:45 +00:00
Tyler Dixon
7bf5f43d4b Moving back to automated dependency updates 2025-03-28 12:55:03 +00:00
dependabot[bot]
0949a30490 Update licensed cache and dist/ directory 2025-03-28 12:47:22 +00:00
Tyler Dixon
acda8eb49a Fix workflow 2025-03-28 12:46:28 +00:00
dependabot[bot]
f9c3001530 build(deps): bump @octokit/request-error from 5.1.1 to 6.1.7
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.1.1 to 6.1.7.
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](https://github.com/octokit/request-error.js/compare/v5.1.1...v6.1.7)

---
updated-dependencies:
- dependency-name: "@octokit/request-error"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 12:42:56 +00:00
Tyler Dixon
0915baf051 Update dependabot dependency update to be a workflow dispatch 2025-03-28 12:41:37 +00:00
Tyler Dixon
cbdbf0bceb Don't use token 2025-03-27 19:36:00 +00:00
Tyler Dixon
e5c71f6493 Fixing action 2025-03-27 19:01:44 +00:00
Tyler Dixon
c197100bc7 Use repository PAT 2025-03-27 18:57:19 +00:00
Tyler Dixon
07835d4cf4 Updating action permission 2025-03-27 18:10:56 +00:00
Tyler Dixon
9442278b74 Moving licensed cache to a separate run step 2025-03-27 18:03:09 +00:00
Tyler Dixon
4251708b18 Run on ubuntu-latest 2025-03-27 17:58:53 +00:00