Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #450

Merged
merged 22 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a81cf1e
build(deps-dev): bump @types/node from 22.10.7 to 22.10.8
dependabot[bot] Jan 23, 2025
9a5cfba
Merge pull request #443 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Jan 23, 2025
8216816
build(deps-dev): bump vitest from 3.0.3 to 3.0.4
dependabot[bot] Jan 24, 2025
26d27a0
build(deps-dev): bump @types/node from 22.10.8 to 22.10.10
dependabot[bot] Jan 24, 2025
167ce35
Merge pull request #444 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Jan 24, 2025
4f9fc30
Merge pull request #445 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Jan 24, 2025
4936344
build(deps-dev): bump release-it from 18.1.1 to 18.1.2
dependabot[bot] Jan 24, 2025
5fe97a6
Merge pull request #446 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Jan 24, 2025
ae70778
build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
dependabot[bot] Jan 27, 2025
0684aee
build(deps-dev): bump rollup from 4.31.0 to 4.32.0
dependabot[bot] Jan 27, 2025
572d1f3
build(deps-dev): bump @types/node from 22.10.10 to 22.12.0
dependabot[bot] Jan 28, 2025
92a0d3e
Merge pull request #447 from relative-ci/dependabot/github_actions/up…
vio Jan 28, 2025
e0d5c8e
Merge pull request #448 from relative-ci/dependabot/npm_and_yarn/upda…
vio Jan 28, 2025
9ba0bef
Merge pull request #449 from relative-ci/dependabot/npm_and_yarn/upda…
vio Jan 28, 2025
b8994bc
build(deps-dev): bump rollup from 4.32.0 to 4.32.1
dependabot[bot] Jan 29, 2025
8a06f90
Merge pull request #451 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Jan 29, 2025
03fe43b
build(deps-dev): bump @types/node from 22.12.0 to 22.13.0
dependabot[bot] Feb 2, 2025
7512a38
build(deps): bump rollup-plugin-stats from 1.3.2 to 1.3.3
dependabot[bot] Feb 2, 2025
69b3f47
Merge pull request #453 from relative-ci/dependabot/npm_and_yarn/upda…
github-actions[bot] Feb 2, 2025
8660b36
build(deps-dev): bump rollup from 4.32.1 to 4.34.0
dependabot[bot] Feb 2, 2025
afc4864
Merge pull request #454 from relative-ci/dependabot/npm_and_yarn/upda…
vio Feb 2, 2025
6558d3e
Merge pull request #452 from relative-ci/dependabot/npm_and_yarn/upda…
vio Feb 2, 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
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: "${{secrets.GITHUB_TOKEN}}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
Loading
Loading