Skip to content
Merged

Next #63

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6645eb2
chore(deps): update non-breaking updates
renovate[bot] Nov 30, 2025
ef99927
chore(deps): update actions/checkout action to v5
renovate[bot] Nov 30, 2025
9d97507
chore(deps): update actions/setup-node action to v6
renovate[bot] Nov 30, 2025
c5b0981
ci(release): update Node.js version to 24 for release workflow
BlackTiger007 Nov 30, 2025
c1d7045
ci(test): update Node.js version to 24 in test workflow
BlackTiger007 Nov 30, 2025
f61b8cd
Merge pull request #56 from BlackTiger007/renovate/non-breaking-updates
BlackTiger007 Nov 30, 2025
e88f0a4
chore(deps): update dependency node to v24.11.1
renovate[bot] Nov 30, 2025
c8eeb07
chore(deps): update dependency semantic-release to v25
renovate[bot] Nov 30, 2025
046fb12
Merge pull request #60 from BlackTiger007/renovate/node-24.x
BlackTiger007 Nov 30, 2025
5ca2ae2
fix(api): remove redundant error throw in initialization
BlackTiger007 Nov 30, 2025
5317026
test(api): improve API class tests with proper fetch mocks and async …
BlackTiger007 Nov 30, 2025
c16889d
chore(release): 0.23.1-next.1 [skip ci]
semantic-release-bot Nov 30, 2025
215650f
Merge pull request #58 from BlackTiger007/renovate/actions-checkout-5.x
BlackTiger007 Nov 30, 2025
d98992e
Merge pull request #59 from BlackTiger007/renovate/actions-setup-node…
BlackTiger007 Nov 30, 2025
1e6ce73
chore(ci): remove auto-merge configuration
BlackTiger007 Nov 30, 2025
1e5551b
Merge pull request #61 from BlackTiger007/renovate/major-semantic-rel…
BlackTiger007 Nov 30, 2025
6efc1d7
chore(deps): update vitest monorepo to v4
renovate[bot] Nov 30, 2025
ebc6a48
Merge pull request #62 from BlackTiger007/renovate/major-vitest-monorepo
BlackTiger007 Nov 30, 2025
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
24 changes: 0 additions & 24 deletions .github/workflows/auto-merge.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24.11.1
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -38,4 +38,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
run: npx semantic-release
run: npx semantic-release
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Repository auschecken
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Node installieren
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22' # oder deine aktuelle Version
node-version: 24.11.1

- name: Abhängigkeiten installieren
run: npm install
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# [0.23.0](https://github.com/BlackTiger007/tmdb/compare/v0.22.0...v0.23.0) (2025-11-30)
## [0.23.1-next.1](https://github.com/BlackTiger007/tmdb/compare/v0.23.0...v0.23.1-next.1) (2025-11-30)


### Bug Fixes

* **api:** remove redundant error throw in initialization ([5ca2ae2](https://github.com/BlackTiger007/tmdb/commit/5ca2ae2f767244927347ce8b5b61ff5dac999fa4))

# [0.23.0](https://github.com/BlackTiger007/tmdb/compare/v0.22.0...v0.23.0) (2025-11-30)

### Features

* **ci:** add Renovate configuration for automated dependency management ([9c33702](https://github.com/BlackTiger007/tmdb/commit/9c3370248a7439de450f489c7c88f752753b8729))
- **ci:** add Renovate configuration for automated dependency management ([9c33702](https://github.com/BlackTiger007/tmdb/commit/9c3370248a7439de450f489c7c88f752753b8729))

# [0.22.0](https://github.com/BlackTiger007/tmdb/compare/v0.21.0...v0.22.0) (2024-09-29)

Expand Down
Loading