app-tutorial
app-tutorial copied to clipboard
chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.4.1
Bumps @nextcloud/eslint-config from 8.2.1 to 8.4.1.
Release notes
Sourced from @nextcloud/eslint-config's releases.
v8.4.1
v8.4.1 (2024-05-16)
Fixes
- fix(vue3): align rules with Vue 2 rules by
@ShGKmein nextcloud-libraries/eslint-config#771- fix(vue3): config crashes ESLint by
@ShGKmein nextcloud-libraries/eslint-config#770Changed
- build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5 by
@dependabotin nextcloud-libraries/eslint-config#769v8.4.0
v8.4.0 (2024-05-15)
Features
- :rocket: Vue 3 support: There is a new sub-configuration for projects using Vue 3 :rocket:
v8.3.0
v8.3.0 (2023-09-24)
Features
- Typescript 5 support
- Allow linting of typescript with module resolution set to
node16ornodenextby@susnuxin nextcloud-libraries/eslint-config#527- Support Composition API & Typescript + Vue projects by
@susnuxin nextcloud-libraries/eslint-config#562- Allow linting of TSX files by
@susnuxin nextcloud-libraries/eslint-config#456Fixes
- Ignore camelcase rule for __webpack variables by
@kesselbin nextcloud-libraries/eslint-config#530- Add Typescript overrides for all valid Typescript file extensions by
@susnuxin nextcloud-libraries/eslint-config#567- Allow empty functions by
@skjnldsvin nextcloud-libraries/eslint-config#570- fix(typescript): Also set the typescript settings to the vue overrides for typescript import resolving by
@susnuxin nextcloud-libraries/eslint-config#639- fix(typescript): Allow generic type parameters on function calls by
@susnuxin nextcloud-libraries/eslint-config#571- Make sure vue files written in Typescript are linted correctly by
@susnuxin nextcloud-libraries/eslint-config#579- fix: Allow to import packages from
devDependencieswithin config files by@susnuxin nextcloud-libraries/eslint-config#580- fix: Allow
@jest-environmentdocblock for jest tests by@susnuxin nextcloud-libraries/eslint-config#592Changed
- Various dependencies upgrades
- chore: Update
@nextcloud/eslint-pluginto version 2.1.0 by@susnuxin nextcloud-libraries/eslint-config#605- Drop webpack dependency by
@susnuxin nextcloud-libraries/eslint-config#528 538- Update node engines to next LTS (node 20 and NPM 9) by
@nextcloud-commandin nextcloud-libraries/eslint-config#563 565- Make eslint to take this config for linting the config by
@susnuxin nextcloud-libraries/eslint-config#572- chore: Fix URLs after package got transfered by
@susnuxin nextcloud-libraries/eslint-config#602v8.3.0-beta.2
... (truncated)
Changelog
Sourced from @nextcloud/eslint-config's changelog.
v8.4.1 (2024-05-16)
Fixes
- fix(vue3): align rules with Vue 2 rules by
@ShGKmein nextcloud-libraries/eslint-config#771- fix(vue3): config crashes ESLint by
@ShGKmein nextcloud-libraries/eslint-config#770Changed
- build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5 by
@dependabotin nextcloud-libraries/eslint-config#769v8.4.0 (2024-05-15)
Features
- Vue 3 support: There is a new sub-configuration for projects using Vue 3
v8.3.0 (2023-09-25)
Features
- Typescript 5 support
- Allow linting of typescript with module resolution set to
node16ornodenextby@susnuxin nextcloud-libraries/eslint-config#527- Support Composition API & Typescript + Vue projects by
@susnuxin nextcloud-libraries/eslint-config#562- Allow linting of TSX files by
@susnuxin nextcloud-libraries/eslint-config#456Fixes
- Ignore camelcase rule for __webpack variables by
@kesselbin nextcloud-libraries/eslint-config#530- Add Typescript overrides for all valid Typescript file extensions by
@susnuxin nextcloud-libraries/eslint-config#567- Allow empty functions by
@skjnldsvin nextcloud-libraries/eslint-config#570- fix(typescript): Also set the typescript settings to the vue overrides for typescript import resolving by
@susnuxin nextcloud-libraries/eslint-config#639- fix(typescript): Allow generic type parameters on function calls by
@susnuxin nextcloud-libraries/eslint-config#571- Make sure vue files written in Typescript are linted correctly by
@susnuxin nextcloud-libraries/eslint-config#579- fix: Allow to import packages from
devDependencieswithin config files by@susnuxin nextcloud-libraries/eslint-config#580- fix: Allow
@jest-environmentdocblock for jest tests by@susnuxin nextcloud-libraries/eslint-config#592Changed
- Various dependencies upgrades
- chore: Update
@nextcloud/eslint-pluginto version 2.1.0 by@susnuxin nextcloud-libraries/eslint-config#605- Drop webpack dependency by
@susnuxin nextcloud-libraries/eslint-config#528 538- Update node engines to next LTS (node 20 and NPM 9) by
@nextcloud-commandin nextcloud-libraries/eslint-config#563 565- Make eslint to take this config for linting the config by
@susnuxin nextcloud-libraries/eslint-config#572- chore: Fix URLs after package got transfered by
@susnuxin nextcloud-libraries/eslint-config#602
Commits
17ca2c0Merge pull request #772 from nextcloud-libraries/release/v8.4.1a61c76erelease: v8.4.13a00b1bMerge pull request #770 from nextcloud-libraries/fix/vue3-part049cd90Merge pull request #771 from nextcloud-libraries/fix/vue3-less-diff-with-vue206bfbf4fix(vue3): align rules with Vue 2 rules05bd142fix(vue3): use correct plugin name for vue 3 rulese3e06f4fix(vue3): typo warning -> warn10ff104Merge pull request #769 from nextcloud-libraries/dependabot/npm_and_yarn/esli...c9db970build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5b656ac2fix: Update NPM to LTS version 10 for Node 20- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.