Skip to content

Commit e46bbab

Browse files
build(deps-dev): bump @types/node from 20.10.3 to 24.2.0 and document breaking changes in v10 (#1280)
* build(deps-dev): bump @types/node from 20.10.3 to 24.2.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 24.2.0. - [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.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * doc update and check failure fix * changelog update * doc update * doc update * change log update * updated doc --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <[email protected]>
1 parent 65d1d48 commit e46bbab

File tree

6 files changed

+48
-11
lines changed

6 files changed

+48
-11
lines changed

.licenses/npm/@types/node.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/undici-types.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
# [10.1.0]
4+
5+
## What's Changed
6+
7+
* Add only-issue-types option to filter issues by type by @Bibo-Joshi in https://github.com/actions/stale/pull/1255
8+
9+
# [10.0.0]
10+
11+
## What's Changed
12+
13+
## Breaking Changes
14+
* Upgrade to node 24 by @salmanmkc in https://github.com/actions/stale/pull/1279
15+
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
16+
17+
## Enhancement
18+
- Introducing sort-by option by @suyashgaonkar in https://github.com/actions/stale/pull/1254
19+
20+
## Dependency Upgrades
21+
* Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot[bot] in https://github.com/actions/stale/pull/1186
22+
* Upgrade undici from 5.28.4 to 5.28.5 by @dependabot[bot] in https://github.com/actions/stale/pull/1201
23+
* Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in https://github.com/actions/stale/pull/1226
24+
* Upgrade @action/cache from 4.0.2 to 4.0.3 by @suyashgaonkar in https://github.com/actions/stale/pull/1233
25+
* Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in https://github.com/actions/stale/pull/1251
26+
* Upgrade form-data to bring in fix for critical vulnerability by @gowridurgad in https://github.com/actions/stale/pull/1277
27+
28+
## Documentation changes
29+
30+
- Changelog update for recent releases by @suyashgaonkar in https://github.com/actions/stale/pull/1224
31+
- Permissions update in Readme by @ghadimir in https://github.com/actions/stale/pull/1248
32+
333
# [9.1.0]
434

535
## What's Changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[![Basic validation](https://github.com/actions/stale/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/stale/actions/workflows/basic-validation.yml)
44
[![e2e tests](https://github.com/actions/stale/actions/workflows/e2e-tests.yml/badge.svg?branch=main)](https://github.com/actions/stale/actions/workflows/e2e-tests.yml)
55

6+
## Breaking changes in V10
7+
8+
- Upgraded action from node20 to node 24
9+
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
10+
11+
For more details, see the full release notes on the [release page](https://github.com/actions/stale/releases/tag/v10.0.0)
12+
613
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
714

815
The configuration must be on the default branch and the default values will:

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/jest": "^29.5.14",
5050
"@types/lodash.deburr": "^4.1.6",
51-
"@types/node": "^24.1.0",
51+
"@types/node": "^24.3.1",
5252
"@types/semver": "^7.5.0",
5353
"@typescript-eslint/eslint-plugin": "^6.2.1",
5454
"@typescript-eslint/parser": "^6.2.1",

0 commit comments

Comments
 (0)