-
Notifications
You must be signed in to change notification settings - Fork 39
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
refactor(other): bump @faker-js/faker from 5.1.0 to 8.4.1 in /webapp and adapt repo-wide code to deprecation warnings #6999
refactor(other): bump @faker-js/faker from 5.1.0 to 8.4.1 in /webapp and adapt repo-wide code to deprecation warnings #6999
Conversation
@dependabot rebase |
8c1903b
to
d03b20c
Compare
@dependabot rebase |
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 5.1.0 to 8.4.1. - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](faker-js/faker@v5.1.0...v8.4.1) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d03b20c
to
8c35728
Compare
In general it seems to be working! On If we run the webapp locally we get the depricated warning: Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(-$size, 3) or calc(-1 * $size / 3)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
1180 │ margin-right: -$size / 3;
│ ^^^^^^^^^^
╵
components/Badges.vue 1180:21 root stylesheet |
This PR is about the webapp's faker package, but the deprecation warning relates to the backend's faker package.
This deprecation warning is out of this PR's scopus and referring to SASS. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumps @faker-js/faker from 5.1.0 to 8.4.1.
Release notes
Sourced from
@faker-js/faker
's releases.... (truncated)
Changelog
Sourced from
@faker-js/faker
's changelog.... (truncated)
Commits
7c7f78d
chore(release): v8.4.1 (#2646)baa21f8
docs: clarify that the result of faker.date.betweens() is sorted (#2635)45b012e
chore(deps): update devdependencies (#2644)a5eaa7d
chore(deps): update devdependencies (#2641)c6b8383
chore(deps): update dependency prettier to v3.2.5 (#2639)5ca4ef6
chore(deps): update codecov/codecov-action action to v4 (#2643)7152487
chore(deps): update typescript-eslint to ~6.21.0 (#2642)acba5b7
docs: missing options jsdocs (#2638)acbdae7
docs: override default vitepress brand colors (#2632)b1987ef
docs(utilities): add missing since (#2637)Maintainer changes
This version was pushed to npm by shinigami92, a new releaser for
@faker-js/faker
since your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Issues
faker.name is deprecated since v8.0 and will be removed in V10.0. Please use faker.person
#7303