Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clean-clubs-grow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curvy-eels-stand.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docker-manifest-1771813800.md

This file was deleted.

8 changes: 8 additions & 0 deletions extensions/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# extension-azure-devops

## 2.65.1

### Patch Changes

- Updated dependencies [[`8e38517`](https://github.com/mburumaxwell/paklo/commit/8e38517b9e9fe1c529ad6076ba59c80720c297c7), [`bc6cf84`](https://github.com/mburumaxwell/paklo/commit/bc6cf84b31da25a8611b0309d2a366d13ccdd4ef), [`70351c4`](https://github.com/mburumaxwell/paklo/commit/70351c43f729b09d501c1d39fbc0795e4fe97bfd)]:
- @paklo/runner@0.12.0
- @paklo/core@0.14.0

## 2.65.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension-azure-devops",
"version": "2.65.0",
"version": "2.65.1",
"description": "Dependabot Azure DevOps (Paklo) task",
"license": "AGPL-3.0-later",
"author": "mburumaxwell",
Expand Down
2 changes: 1 addition & 1 deletion extensions/azure/tasks/dependabotV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"version": {
"Major": 2,
"Minor": 65,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Dependabot update",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/azure/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "dependabot",
"name": "Dependabot",
"description": "Automatically update dependencies and vulnerabilities in your code",
"version": "2.65.0.0",
"version": "2.65.1.0",
"publisher": "tingle-software",
"public": true,
"targets": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# paklo

## 0.18.4

### Patch Changes

- Updated dependencies [[`8e38517`](https://github.com/mburumaxwell/paklo/commit/8e38517b9e9fe1c529ad6076ba59c80720c297c7), [`bc6cf84`](https://github.com/mburumaxwell/paklo/commit/bc6cf84b31da25a8611b0309d2a366d13ccdd4ef), [`70351c4`](https://github.com/mburumaxwell/paklo/commit/70351c43f729b09d501c1d39fbc0795e4fe97bfd)]:
- @paklo/runner@0.12.0
- @paklo/core@0.14.0

## 0.18.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paklo/cli",
"version": "0.18.3",
"version": "0.18.4",
"sideEffects": false,
"type": "module",
"author": "mburumaxwell",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @paklo/core

## 0.14.0

### Minor Changes

- [`bc6cf84`](https://github.com/mburumaxwell/paklo/commit/bc6cf84b31da25a8611b0309d2a366d13ccdd4ef) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Add support for 'pre-commit` ecosystem in beta
See [dependabot-action#1621](https://github.com/github/dependabot-action/pull/1621), [dependabot-core#1524](https://github.com/dependabot/dependabot-core/issues/1524), and [dependabot-core#13977](https://github.com/dependabot/dependabot-core/pull/13977)

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paklo/core",
"version": "0.13.0",
"version": "0.14.0",
"sideEffects": false,
"type": "module",
"author": "mburumaxwell",
Expand Down
17 changes: 17 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @paklo/runner

## 0.12.0

### Minor Changes

- [`8e38517`](https://github.com/mburumaxwell/paklo/commit/8e38517b9e9fe1c529ad6076ba59c80720c297c7) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Pass through `OPENSSL_FORCE_FIPS_MODE` env var to containers
Ref: https://github.com/github/dependabot-action/pull/1622

- [`bc6cf84`](https://github.com/mburumaxwell/paklo/commit/bc6cf84b31da25a8611b0309d2a366d13ccdd4ef) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Add support for 'pre-commit` ecosystem in beta
See [dependabot-action#1621](https://github.com/github/dependabot-action/pull/1621), [dependabot-core#1524](https://github.com/dependabot/dependabot-core/issues/1524), and [dependabot-core#13977](https://github.com/dependabot/dependabot-core/pull/13977)

### Patch Changes

- [#2552](https://github.com/mburumaxwell/paklo/pull/2552) [`70351c4`](https://github.com/mburumaxwell/paklo/commit/70351c43f729b09d501c1d39fbc0795e4fe97bfd) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated docker container manifest for Bump the dependabot-core-images group across 1 directory with 30 updates

- Updated dependencies [[`bc6cf84`](https://github.com/mburumaxwell/paklo/commit/bc6cf84b31da25a8611b0309d2a366d13ccdd4ef)]:
- @paklo/core@0.14.0

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paklo/runner",
"version": "0.11.2",
"version": "0.12.0",
"sideEffects": false,
"type": "module",
"author": "mburumaxwell",
Expand Down