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

chore(deps-dev): bump sass from 1.80.3 to 1.83.0 #44

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
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
chore(deps-dev): bump sass from 1.80.3 to 1.83.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.80.3 to 1.83.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.3...1.83.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 16, 2024

Verified

This commit was signed with the committer’s verified signature.
lobis Luis Antonio Obis Aparicio
commit c7ea0524629019a7f66f813477fd9291b232ad0a
2 changes: 1 addition & 1 deletion pages/new-tab/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"@extension/tailwindcss-config": "workspace:*",
"@extension/tsconfig": "workspace:*",
"@extension/vite-config": "workspace:*",
"sass": "1.80.3",
"sass": "1.83.0",
"postcss-load-config": "^6.0.1",
"cross-env": "^7.0.3"
},
46 changes: 25 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

return () => {
chrome.runtime.onMessage.removeListener(onBackgroundMessage);
};
}, []);

Check warning on line 47 in pages/content-ui/src/App.tsx

GitHub Actions / eslint

React Hook useEffect has a missing dependency: 'onBackgroundMessage'. Either include it or remove the dependency array
return (
<>