Commit Graph
344 Commits
Author SHA1 Message Date
Ben De St Paer-GotchandGitHub 4dbb860504 Merge pull request #235 from actions/nebuk89-patch-1
Package and Smoke Test / Package (push) Has been cancelled
Repository dispatch event for Integration Tests / repository_dispatch_event (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Package and Smoke Test / Smoke Test (push) Has been cancelled
Update README.md
2025-06-06 09:18:16 +01:00
Ben De St Paer-GotchandGitHub faa6f7258f Update README.md 2025-06-02 10:31:21 +01:00
Ben De St Paer-GotchandGitHub a1e4f8fefc Update README.md 2025-06-02 10:28:41 +01:00
Ben De St Paer-GotchandGitHub 1624395091 Update README.md 2025-06-02 10:24:38 +01:00
Conor SloanandGitHub abd519f0d4 Merge pull request #227 from actions/conorsloan/add-ia-release-workflow
Add workflow file for publishing releases to immutable action package
2024-08-29 14:56:05 +01:00
Conor SloanandGitHub 700a89700f Update publish-immutable-action.yml
Remove need for attestations: write
2024-08-29 13:41:57 +01:00
Conor SloanandGitHub 9381b73bb2 Create publish-immutable-action.yml
This workflow file publishes new action releases to the immutable action package of the same name as this repo. 

This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
2024-08-29 13:36:46 +01:00
dependabot[bot]andGitHub 0635864898 Merge pull request #185 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-28.2.0 2024-04-12 13:24:46 +00:00
dependabot[bot]andGitHub 6596e15e76 build: bump eslint-plugin-jest from 27.9.0 to 28.2.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.2.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/v27.9.0...v28.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
2024-04-12 06:52:42 +00:00
dependabot[bot]andGitHub 5d11797e8b Merge pull request #184 from actions/dependabot/npm_and_yarn/types/node-20.12.7 2024-04-11 15:26:15 +00:00
dependabot[bot]andGitHub 702690cd9c Merge pull request #180 from actions/dependabot/npm_and_yarn/undici-5.28.4 2024-04-11 15:25:55 +00:00
dependabot[bot]andGitHub 62e3baebb1 build: bump @types/node from 20.11.30 to 20.12.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.7.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-04-11 14:07:37 +00:00
dependabot[bot]andGitHub ec52921222 build: bump undici from 5.28.3 to 5.28.4
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-04-11 14:07:26 +00:00
Cedric Wille 2090f2084d Revert "build: bump msw from 1.3.2 to 2.2.10"
This reverts commit 84df5a91df.
2024-04-11 14:03:41 +00:00
Cedric WilleandGitHub 92c3e03ab8 Merge pull request #155 from actions/dependabot/npm_and_yarn/undici-5.28.3
build: bump undici from 5.28.2 to 5.28.3
2024-03-22 11:33:15 -04:00
Cedric WilleandGitHub 7fdd4707b6 Merge pull request #171 from actions/dependabot/npm_and_yarn/msw-2.2.10
build: bump msw from 1.3.2 to 2.2.10
2024-03-22 11:32:35 -04:00
dependabot[bot]andGitHub 84df5a91df build: bump msw from 1.3.2 to 2.2.10
Bumps [msw](https://github.com/mswjs/msw) from 1.3.2 to 2.2.10.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v1.3.2...v2.2.10)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-03-22 06:54:30 +00:00
Cedric WilleandGitHub 4a19791035 Merge pull request #166 from nweiler/main
Updates README.md to use correct name for package/container type
2024-03-14 09:50:26 -04:00
0d21743b9b Update README.md
Co-authored-by: Cedric Wille <[email protected]>
2024-03-14 09:21:33 -04:00
nweilerandGitHub 77c43ffc3b Update README.md
Updated to use correct name for package/container type.
2024-03-12 10:55:26 -04:00
Johanan IdiculaandGitHub 68fef8e117 Merge pull request #160 from starkej2/patch-1
Update version in readme from v4 to v5
2024-03-06 08:38:14 -08:00
dependabot[bot]andGitHub f2ce327508 Merge pull request #161 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.10.2 2024-03-06 16:31:57 +00:00
dependabot[bot]andGitHub 7d3e71061e build: bump eslint-plugin-github from 4.10.1 to 4.10.2
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.1 to 4.10.2.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-03-06 06:02:41 +00:00
Jeffrey StarkeandGitHub df7af9662e Update version in readme from v4 to v5 2024-03-05 20:28:24 -05:00
dependabot[bot]andGitHub ad9f1719ed Merge pull request #159 from actions/dependabot/npm_and_yarn/eslint-8.57.0 2024-03-05 20:00:08 +00:00
dependabot[bot]andGitHub d01869c8a3 build: bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
2024-03-05 06:33:08 +00:00
dependabot[bot]andGitHub c07742647a Merge pull request #156 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-27.9.0 2024-03-04 20:49:13 +00:00
dependabot[bot]andGitHub 9bf2496928 build: bump eslint-plugin-jest from 27.8.0 to 27.9.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.8.0 to 27.9.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/v27.8.0...v27.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-19 06:04:12 +00:00
dependabot[bot]andGitHub 9a9a0fb950 build: bump undici from 5.28.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-16 18:41:57 +00:00
dependabot[bot]andGitHub fb051caa45 Merge pull request #154 from actions/dependabot/npm_and_yarn/types/node-20.11.19 2024-02-16 13:52:51 +00:00
dependabot[bot]andGitHub bad3c76feb build: bump @types/node from 20.11.17 to 20.11.19
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.17 to 20.11.19.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-16 06:27:59 +00:00
dependabot[bot]andGitHub 8cb272a564 Merge pull request #153 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-27.8.0 2024-02-14 13:39:55 +00:00
dependabot[bot]andGitHub a911a602f8 build: bump eslint-plugin-jest from 27.6.3 to 27.8.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.3 to 27.8.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/v27.6.3...v27.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-14 06:42:32 +00:00
dependabot[bot]andGitHub 8d4652df2f Merge pull request #150 from actions/dependabot/npm_and_yarn/types/node-20.11.17 2024-02-09 13:47:27 +00:00
dependabot[bot]andGitHub 4867518a18 build: bump @types/node from 20.11.16 to 20.11.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-09 06:57:54 +00:00
dependabot[bot]andGitHub 5ee16cd087 Merge pull request #147 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-6.21.0 2024-02-06 12:51:48 +00:00
dependabot[bot]andGitHub aba303fe53 build: bump @typescript-eslint/parser from 6.20.0 to 6.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 6.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-06 06:17:47 +00:00
dependabot[bot]andGitHub de4c4787bb Merge pull request #145 from actions/dependabot/npm_and_yarn/ts-jest-29.1.2 2024-02-05 20:24:54 +00:00
dependabot[bot]andGitHub 500512803e build: bump ts-jest from 29.1.1 to 29.1.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.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.1.1...v29.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-05 20:23:04 +00:00
dependabot[bot]andGitHub b8611d06e1 Merge pull request #144 from actions/dependabot/npm_and_yarn/types/jest-29.5.12 2024-02-05 20:22:21 +00:00
dependabot[bot]andGitHub 8fe86a6ec0 Merge pull request #146 from actions/dependabot/npm_and_yarn/prettier-3.2.5 2024-02-05 20:21:54 +00:00
dependabot[bot]andGitHub 9425820d2f build: bump prettier from 3.2.4 to 3.2.5
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [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.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-05 06:26:11 +00:00
dependabot[bot]andGitHub acb0f5384a build: bump @types/jest from 29.5.11 to 29.5.12
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12.
- [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] <[email protected]>
2024-02-05 06:25:56 +00:00
dependabot[bot]andGitHub fbf077154f Merge pull request #141 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-6.20.0 2024-02-03 01:16:07 +00:00
dependabot[bot]andGitHub 0554d11ff3 build: bump @typescript-eslint/parser from 6.19.0 to 6.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.0 to 6.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-03 01:09:38 +00:00
dependabot[bot]andGitHub 88b8a3c29b Merge pull request #142 from actions/dependabot/npm_and_yarn/types/node-20.11.16 2024-02-03 01:08:32 +00:00
dependabot[bot]andGitHub 64c8c8fa23 build: bump @types/node from 20.11.15 to 20.11.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.15 to 20.11.16.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-02 06:36:56 +00:00
Kamil GrzebienandGitHub bd7bd8b367 Merge pull request #140 from actions/dependabot/npm_and_yarn/types/node-20.11.15
build: bump @types/node from 20.11.2 to 20.11.15
2024-02-01 10:24:24 +00:00
dependabot[bot]andGitHub 5b49678859 build: bump @types/node from 20.11.2 to 20.11.15
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.2 to 20.11.15.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2024-02-01 10:22:55 +00:00
Kamil GrzebienandGitHub 900d7c2051 Merge pull request #132 from actions/dependabot/npm_and_yarn/prettier-3.2.4
build: bump prettier from 3.2.2 to 3.2.4
2024-02-01 10:21:43 +00:00