-
Notifications
You must be signed in to change notification settings - Fork 87
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
Bump @nextcloud/l10n from 1.6.0 to 2.0.1 #3667
Bump @nextcloud/l10n from 1.6.0 to 2.0.1 #3667
Conversation
I tried to replace the l10n import in import { getGettextBuilder } from '@nextcloud/l10n/gettext' But lint still fails with:
|
@susnux Any idea about the failing eslint here? I adjusted the path to import { getGettextBuilder } from '@nextcloud/l10n/gettext' but eslint still complains with this error: /home/runner/work/nextcloud-vue/nextcloud-vue/src/l10n.js
Error: 1:35 error Unable to resolve path to module '@nextcloud/l10n/gettext' import/no-unresolved |
Related to the I file a PR against eslint-config adding a fix for this false positive. |
Thanks for the insight. Should we just ignore the false-positive for now then? |
PR: nextcloud-libraries/eslint-config#452 Edit: Merged and released, we can now update our config (#3702) |
@dependabot recreate |
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.6.0 to 2.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](nextcloud-libraries/nextcloud-l10n@v1.6.0...v2.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0aa7f56
to
bf7f3ba
Compare
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
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.
@dependabot merge
Bumps @nextcloud/l10n from 1.6.0 to 2.0.1.
Release notes
Sourced from
@nextcloud/l10n
's releases.Changelog
Sourced from
@nextcloud/l10n
's changelog.Commits
9bfc0b7
Merge pull request #564 from nextcloud/release/2.0.1b53c876
chore(release): v2.0.10fe2ab4
Merge pull request #556 from nextcloud/fix-standalone-register4f53d4f
Merge pull request #562 from nextcloud/fix/typings-tsconfig781e23a
Merge pull request #563 from nextcloud/fix/npmignore8201098
fix(config): fix npmignore config6bf77eb
fix(config): fix tsconfig out dir typings71a4f43
Merge pull request #559 from nextcloud/dependabot/npm_and_yarn/typedoc-0.23.2402d7682
Merge pull request #557 from nextcloud/dependabot/npm_and_yarn/ts-jest-29.0.5c1f2f2f
build(deps-dev): Bump typedoc from 0.23.23 to 0.23.24Maintainer changes
This version was pushed to npm by skjnldsv, a new releaser for
@nextcloud/l10n
since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @raimund-schluessler.
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 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)