this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update supported node.js versions

+19 -131
+10
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [Unreleased](https://github.com/patrik-csak/auto-terminal-profile/compare/v5.0.0...HEAD) 9 + 10 + ### Added 11 + 12 + - Support for Node.js v22–24 13 + 14 + ### Removed 15 + 16 + - **BREAKING**: Support for Node.js versions before v20 17 + 8 18 ## [5.0.0](https://github.com/patrik-csak/auto-terminal-profile/compare/v4.0.0...v5.0.0) – 2024-11-27 9 19 10 20 ### Changed
+7 -129
package-lock.json
··· 21 21 "pupa": "^3.1.0", 22 22 "read-package-up": "^11.0.0", 23 23 "run-applescript": "^7.0.0", 24 - "terminal-profile": "^2.0.0", 24 + "terminal-profile": "^3.0.0", 25 25 "untildify": "^5.0.0" 26 26 }, 27 27 "bin": { ··· 32 32 "xo": "^0.59.3" 33 33 }, 34 34 "engines": { 35 - "node": ">=18 <=20" 35 + "node": ">=20 <=24" 36 36 }, 37 37 "funding": { 38 38 "url": "https://buymeacoffee.com/patrikcsak" ··· 6559 6559 } 6560 6560 }, 6561 6561 "node_modules/terminal-profile": { 6562 - "version": "2.0.0", 6563 - "resolved": "https://registry.npmjs.org/terminal-profile/-/terminal-profile-2.0.0.tgz", 6564 - "integrity": "sha512-zXBfteMtjtwaGOwdUY0AVe4BKNk5whMsGDbqlMdYO6Z5b4AbOU6ss3aXOIbu20NuE8EiAaF8nrYwXIZDHXjlew==", 6562 + "version": "3.0.0", 6563 + "resolved": "https://registry.npmjs.org/terminal-profile/-/terminal-profile-3.0.0.tgz", 6564 + "integrity": "sha512-cZFwMNthlbU24A+uJviarNJU7xLI4THcL2x9it265O4xwGbnOETGNcZsp4Ih/Z4qq0XkaNp7fRlNAqMuDqUZpg==", 6565 6565 "license": "MIT", 6566 6566 "os": [ 6567 6567 "darwin" 6568 6568 ], 6569 6569 "dependencies": { 6570 - "run-applescript": "^6.0.0" 6571 - }, 6572 - "engines": { 6573 - "node": ">=16 <=20" 6574 - } 6575 - }, 6576 - "node_modules/terminal-profile/node_modules/execa": { 6577 - "version": "5.1.1", 6578 - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", 6579 - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", 6580 - "license": "MIT", 6581 - "dependencies": { 6582 - "cross-spawn": "^7.0.3", 6583 - "get-stream": "^6.0.0", 6584 - "human-signals": "^2.1.0", 6585 - "is-stream": "^2.0.0", 6586 - "merge-stream": "^2.0.0", 6587 - "npm-run-path": "^4.0.1", 6588 - "onetime": "^5.1.2", 6589 - "signal-exit": "^3.0.3", 6590 - "strip-final-newline": "^2.0.0" 6591 - }, 6592 - "engines": { 6593 - "node": ">=10" 6594 - }, 6595 - "funding": { 6596 - "url": "https://github.com/sindresorhus/execa?sponsor=1" 6597 - } 6598 - }, 6599 - "node_modules/terminal-profile/node_modules/get-stream": { 6600 - "version": "6.0.1", 6601 - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", 6602 - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", 6603 - "license": "MIT", 6604 - "engines": { 6605 - "node": ">=10" 6606 - }, 6607 - "funding": { 6608 - "url": "https://github.com/sponsors/sindresorhus" 6609 - } 6610 - }, 6611 - "node_modules/terminal-profile/node_modules/human-signals": { 6612 - "version": "2.1.0", 6613 - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", 6614 - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", 6615 - "license": "Apache-2.0", 6616 - "engines": { 6617 - "node": ">=10.17.0" 6618 - } 6619 - }, 6620 - "node_modules/terminal-profile/node_modules/is-stream": { 6621 - "version": "2.0.1", 6622 - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 6623 - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 6624 - "license": "MIT", 6625 - "engines": { 6626 - "node": ">=8" 6627 - }, 6628 - "funding": { 6629 - "url": "https://github.com/sponsors/sindresorhus" 6630 - } 6631 - }, 6632 - "node_modules/terminal-profile/node_modules/mimic-fn": { 6633 - "version": "2.1.0", 6634 - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 6635 - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", 6636 - "license": "MIT", 6637 - "engines": { 6638 - "node": ">=6" 6639 - } 6640 - }, 6641 - "node_modules/terminal-profile/node_modules/npm-run-path": { 6642 - "version": "4.0.1", 6643 - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", 6644 - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", 6645 - "license": "MIT", 6646 - "dependencies": { 6647 - "path-key": "^3.0.0" 6648 - }, 6649 - "engines": { 6650 - "node": ">=8" 6651 - } 6652 - }, 6653 - "node_modules/terminal-profile/node_modules/onetime": { 6654 - "version": "5.1.2", 6655 - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 6656 - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 6657 - "license": "MIT", 6658 - "dependencies": { 6659 - "mimic-fn": "^2.1.0" 6660 - }, 6661 - "engines": { 6662 - "node": ">=6" 6663 - }, 6664 - "funding": { 6665 - "url": "https://github.com/sponsors/sindresorhus" 6666 - } 6667 - }, 6668 - "node_modules/terminal-profile/node_modules/run-applescript": { 6669 - "version": "6.1.0", 6670 - "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-6.1.0.tgz", 6671 - "integrity": "sha512-4sbn5dfGD41izkksKNcYuhIIQduzNp0+kGM+GqhXcHr9TFIMffkBAcPFCiwP0K7T2h85JWSdTJTMbm6R5mG3SQ==", 6672 - "license": "MIT", 6673 - "dependencies": { 6674 - "execa": "^5.1.1" 6570 + "run-applescript": "^7.0.0" 6675 6571 }, 6676 6572 "engines": { 6677 - "node": ">=12" 6678 - }, 6679 - "funding": { 6680 - "url": "https://github.com/sponsors/sindresorhus" 6681 - } 6682 - }, 6683 - "node_modules/terminal-profile/node_modules/signal-exit": { 6684 - "version": "3.0.7", 6685 - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 6686 - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", 6687 - "license": "ISC" 6688 - }, 6689 - "node_modules/terminal-profile/node_modules/strip-final-newline": { 6690 - "version": "2.0.0", 6691 - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 6692 - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 6693 - "license": "MIT", 6694 - "engines": { 6695 - "node": ">=6" 6573 + "node": ">=20 <=24" 6696 6574 } 6697 6575 }, 6698 6576 "node_modules/terser": {
+2 -2
package.json
··· 29 29 "pupa": "^3.1.0", 30 30 "read-package-up": "^11.0.0", 31 31 "run-applescript": "^7.0.0", 32 - "terminal-profile": "^2.0.0", 32 + "terminal-profile": "^3.0.0", 33 33 "untildify": "^5.0.0" 34 34 }, 35 35 "devDependencies": { ··· 37 37 "xo": "^0.59.3" 38 38 }, 39 39 "engines": { 40 - "node": ">=18 <=20" 40 + "node": ">=20 <=24" 41 41 }, 42 42 "os": [ 43 43 "darwin"