Skip to content

chore: remove unused deps - #2281

Merged
damienbod merged 3 commits into
damienbod:mainfrom
timdeschryver:refactor-removed-deps
Aug 26, 2026
Merged

chore: remove unused deps#2281
damienbod merged 3 commits into
damienbod:mainfrom
timdeschryver:refactor-removed-deps

Conversation

@timdeschryver

Copy link
Copy Markdown
Contributor

A leftover from the v22 upgrade.
angular/animations is deprecated, so I removed it. While doing so I also came across other packages that are unused.

describe('hasStorage', () => {
it('returns false if there is no storage', () => {
(Storage as any) = undefined;
vi.stubGlobal('Storage', undefined);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@damienbod this might have been the cause why some test were failing. The previous CI run also failed.

@damienbod
damienbod merged commit 4ea2e3f into damienbod:main Aug 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants