Граф коммитов

1443 Коммитов

Автор SHA1 Сообщение Дата
GrantBirki b430ecdc3d
fix link 2024-02-01 11:17:19 -07:00
GrantBirki 085c5b7030
add docs for `Scenario 4` 2024-02-01 11:13:20 -07:00
GrantBirki 23fa066857
add scenario 3 and more notes 2024-02-01 11:08:22 -07:00
GrantBirki fd7af00353
add `Scenario 2` 2024-02-01 10:53:15 -07:00
GrantBirki 422644518d
add `Scenario 1` to the docs 2024-02-01 10:40:26 -07:00
GrantBirki 1b6610192f
return both branches under `strict` mode 2024-02-01 10:01:39 -07:00
GrantBirki 9b7a60ac1a
bundle 2024-02-01 09:59:38 -07:00
GrantBirki 53d022dd11
expand `outdated` object in `prechecks` method 2024-02-01 09:59:26 -07:00
GrantBirki 286078ddb7
extra test coverage 2024-02-01 09:50:30 -07:00
GrantBirki 5e31c93e1d
update docs 2024-02-01 09:45:36 -07:00
GrantBirki 2a7c58e0a8
update docs 2024-02-01 09:37:01 -07:00
GrantBirki 0e6795ae19
remove unused line 2024-02-01 09:36:57 -07:00
GrantBirki eb3c76fd84
updated tests 2024-02-01 09:16:48 -07:00
dependabot[bot] 8f43ddd57d
Bump the npm-dependencies group with 5 updates
Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.7` | `7.23.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.15` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.7` | `7.23.9` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.1` | `27.6.3` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |


Updates `@babel/preset-env` from 7.23.7 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-preset-env)

Updates `@types/node` from 20.10.6 to 20.11.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@babel/core` from 7.23.7 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-core)

Updates `eslint-plugin-jest` from 27.6.1 to 27.6.3
- [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/v27.6.1...v27.6.3)

Updates `prettier` from 3.1.1 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.4)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 12:25:09 +00:00
dependabot[bot] 575191fd9f
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `GrantBirki/json-yaml-validate` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](0be3fe3a8d...9caf79aecd)

Updates `actions/upload-artifact` from 4.0.0 to 4.3.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](c7d193f32e...26f96dfa69)

---
updated-dependencies:
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 12:09:17 +00:00
GrantBirki 238dd0f6b5
return more rich data from the outdated-check 2024-01-31 10:21:30 -07:00
GrantBirki f35d27fd74
update action config 2024-01-31 10:09:55 -07:00
GrantBirki c8ee2496bc
add `outdated_mode` logic for commit comparision 2024-01-31 10:06:05 -07:00
GrantBirki f7482b7435
change the scope of the `stableBaseBranch` API call 2024-01-31 09:48:16 -07:00
GrantBirki 16cc796579
updating wording in the logs for commit number 2024-01-31 09:41:17 -07:00
GrantBirki bfb24289e4
update precheck tests 2024-01-31 09:38:33 -07:00
GrantBirki f9320b6ac4
outdated check and tests 2024-01-31 09:26:24 -07:00
GrantBirki 25dea8703c
add new `outdated_mode` input 2024-01-31 09:06:46 -07:00
GrantBirki 4b5baa672a
move outdated checks to their own file and function 2024-01-31 09:01:20 -07:00
GrantBirki b9a474149d
rename variable for clarity 2024-01-31 08:53:18 -07:00
GrantBirki 58e92d1638
update comments 2024-01-31 08:42:21 -07:00
GrantBirki b8485f729f
bundle 2024-01-31 08:36:06 -07:00
GrantBirki 72019e3e23
check every `mergeStateStatus` that isn't explicitly defined as `BEHIND` 2024-01-31 08:35:51 -07:00
GrantBirki cd0ebfe49c
fix tests 2024-01-31 07:36:23 -07:00
GrantBirki 0ca512fdf7
fixes 2024-01-31 07:29:59 -07:00
GrantBirki d5d0e2bd44
debugging 2024-01-31 07:26:34 -07:00
GrantBirki b423e448bb
bundle and lint 2024-01-30 16:23:48 -07:00
GrantBirki 8d2b68817b
update tests to match 2024-01-30 07:09:49 -07:00
GrantBirki ca49a89371
move the `baseBranch` var into a wider scope and update output messages to reflect reality 2024-01-30 07:09:43 -07:00
GrantBirki 9462d631ca
this variable is actually used now 2024-01-30 07:08:25 -07:00
GrantBirki fab0e9a57c
rename to `stableBaseBranch` for clarity 2024-01-30 07:08:09 -07:00
Grant Birkinbine 153de21b17
Merge pull request #234 from github/node-updates
node package updates
2024-01-03 13:42:38 -07:00
GrantBirki f11d7940fb
node package updates 2024-01-03 13:40:43 -07:00
Grant Birkinbine a5cc129d0e
Merge pull request #232 from github/dependabot/npm_and_yarn/npm-dependencies-71c0dca14d
Bump the npm-dependencies group with 4 updates
2024-01-03 13:37:33 -07:00
Grant Birkinbine 9e7ee8bc92
Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-71c0dca14d 2024-01-03 13:36:32 -07:00
Grant Birkinbine 12ce30cffc
Merge pull request #233 from github/dependabot/github_actions/github-actions-46a6113144
Bump the github-actions group with 4 updates
2024-01-03 13:36:10 -07:00
dependabot[bot] 0b47e18879
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate), [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `GrantBirki/json-yaml-validate` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](ce9d0c1ff8...0be3fe3a8d)

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

Updates `actions/setup-node` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1)

Updates `actions/upload-artifact` from 3.1.3 to 4.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](a8a3f3ad30...c7d193f32e)

---
updated-dependencies:
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 12:27:32 +00:00
dependabot[bot] c041cee09e
Bump the npm-dependencies group with 4 updates
Bumps the npm-dependencies group with 4 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [prettier](https://github.com/prettier/prettier).


Updates `@babel/preset-env` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-preset-env)

Updates `@types/node` from 20.10.5 to 20.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@babel/core` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-core)

Updates `prettier` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 05:37:09 +00:00
Grant Birkinbine 8973281000
Merge pull request #228 from github/node-updates
Node Updates
2023-12-18 12:28:05 -07:00
GrantBirki 45c86c9c76
update all internal node packages 2023-12-18 12:24:39 -07:00
Grant Birkinbine 9e2d3665b0
Merge pull request #227 from github/handle-github-emu-usernames
use new github emu check
2023-12-18 12:16:55 -07:00
GrantBirki 43bd02c206
add supporting EMU tests 2023-12-18 11:48:27 -07:00
GrantBirki 2739f817d7
use new github emu check 2023-12-18 11:44:06 -07:00
Grant Birkinbine 67cd82f9a1
Merge pull request #225 from github/dependabot/npm_and_yarn/npm-dependencies-b4e5359ab8
Bump the npm-dependencies group with 7 updates
2023-12-01 12:40:38 -07:00
GrantBirki f94137a746
npm update 2023-12-01 12:37:33 -07:00