Update dependency @comet/eslint-config to v8 #137
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.8.0→^8.11.1Release Notes
vivid-planet/comet (@comet/eslint-config)
v8.11.1Compare Source
Patch Changes
v8.11.0Compare Source
Minor Changes
4b448f6: Format.JS: enforce literal default messagesPrevent function calls or variables in
defaultMessagewhich are not supported in our internationalization workflow.e5427a0: Future: Bannode-cachebecause it's unmaintainedIntroduce a new rule in
future/nestjsandfuture/nextjsthat bans importingnode-cacheand recommendscache-manager/@cacheable/node-cache/@nestjs/cache-managerinstead.This rule is now in the future configs and will be enforced generally in v9.
9d5e331: Enable@typescript-eslint/consistent-type-exportsin@comet/eslint-config/future/react.jsPatch Changes
v8.10.0Compare Source
Patch Changes
v8.9.0Compare Source
Patch Changes
v8.8.0Compare Source
Minor Changes
f8bf3f5: Detect React version in@comet/eslint-config/react.jsand@comet/eslint-config/nextjs.jsRemoves the
React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration.warning.Patch Changes
v8.7.1Compare Source
Patch Changes
v8.7.0Compare Source
Patch Changes
v8.6.0Compare Source
Patch Changes
v8.5.2Compare Source
Patch Changes
v8.5.1Compare Source
Patch Changes
dcb9712: Disable@next/next/no-img-elementrulev8.5.0Compare Source
Patch Changes
v8.4.2Compare Source
Patch Changes
v8.4.0Compare Source
Patch Changes
576731f: Allow%as a string literal infuture/react.jsv8.3.0Compare Source
Minor Changes
dd4e4a8: Introduce a new future/react.js configuration and enable the ESLint rule react/jsx-no-literals.Patch Changes
v8.2.0Compare Source
Patch Changes
594331e: Fix import restriction of@mui/materialcomponents:Alert,Button,Dialog,TooltipThe restriction was not working for deep imports like
import Button from "@​mui/material/Button".v8.1.1Compare Source
Patch Changes
v8.1.0Compare Source
Patch Changes
v8.0.0Compare Source
Major Changes
6d3c196: Add import restriction for MUI'sButtonButtons used in Comet DXP applications should match the Comet CI.
Use
Buttonfrom@comet/admininstead.ceaf99d: Bump ESLint peer dependency to v9f904b71: Require Node v22The minimum required Node version is now v22.0.0.
See the migration guide for instructions on how to upgrade your project.
4d0d820: Prevent@mui/materialtooltip importsTooltips used in Comet DXP applications should match the Comet CI.
Use tooltips from
@comet/admininstead.c6d87a2: Bump Prettier peer dependency to v39509f97: Enable rule to restrict barrel React importsImporting
Reactis no longer necessary due to the new JSX transform, which automatically imports the necessaryreact/jsx-runtimefunctions.Use individual named imports instead, e.g,
import { useState } from "react".Minor Changes
a8edddb: Enable@typescript-eslint/consistent-type-importsrulePatch Changes
6ec43c9: Use recommended config from eslint-plugin-package-json correctly649297e: Readd@comet/eslint-plugindependency that was mistakenly removedf904b71]v7.25.14: 7.25.14Compare Source
@comet/cms-api@7.25.14
Patch Changes
09a62af: API Generator: fix generated query in position-servicev7.25.13: 7.25.13Compare Source
@comet/cms-site@7.25.13
Patch Changes
2af58aa: SetreferrerPolicy="strict-origin-when-cross-origin"in theYouTubeVideoBlockApparently, YouTube recently started requiring a
Refererheader for embedded videos. If noRefereris present, the video fails to load ("Error 153").v7.25.12: 7.25.12Compare Source
@comet/site-nextjs@7.25.12
Patch Changes
0747af7: SetreferrerPolicy="strict-origin-when-cross-origin"in theYouTubeVideoBlockApparently, YouTube recently started requiring a
Refererheader for embedded videos. If noRefereris present, the video fails to load ("Error 153").v7.25.11: 7.25.11Compare Source
@comet/cms-site@7.25.11
Patch Changes
cb057ee: Add SEOtitleproperty to PixelImageBlock and SvgImageBlock@comet/site-nextjs@7.25.11
Patch Changes
cb057ee: Add SEOtitleproperty to PixelImageBlock and SvgImageBlock@comet/site-react@7.25.11
Patch Changes
cb057ee: Add SEOtitleproperty to PixelImageBlock and SvgImageBlockv7.25.10: 7.25.10Compare Source
@comet/cms-site@7.25.10
Patch Changes
9b3292d: Prevent phishing in SitePreview (for pages router)@comet/site-nextjs@7.25.10
Patch Changes
9b3292d: Prevent phishing in SitePreview (for pages router)v7.25.9: 7.25.9Compare Source
@comet/cms-admin@7.25.9
Patch Changes
79a90e7: Prevent phishing in SitePreviewAffected applications: if the property
resolvePathof theSitePreviewcomponent returns the plain path. The default implementation in the starter is not affected.@comet/cms-site@7.25.9
Patch Changes
79a90e7: Prevent phishing in SitePreviewAffected applications: if the property
resolvePathof theSitePreviewcomponent returns the plain path. The default implementation in the starter is not affected.@comet/site-nextjs@7.25.9
Patch Changes
79a90e7: Prevent phishing in SitePreviewAffected applications: if the property
resolvePathof theSitePreviewcomponent returns the plain path. The default implementation in the starter is not affected.v7.25.8: 7.25.8Compare Source
@comet/cms-admin@7.25.8
Patch Changes
c85d162: Fix styling ofDialogTitleinChooseFileDialogv7.25.7: 7.25.7Compare Source
@comet/cms-admin@7.25.7
Patch Changes
1f6b81f: Copying a page between scopes with the same DAM scope now retains DAM file referencesPreviously, when copying a page from one scope to another and these scopes shared the same DAM scope, the copied page would lose all references to DAM files.
Example:
{ domain: "main", language: "en" }to{ domain: "main", language: "de" }{ domain: "main" }→ the copied page would lose all references to DAM files
Now, the copied page retains references to DAM files, if both scopes share the same DAM scope.
v7.25.6: 7.25.6Compare Source
@comet/cms-admin@7.25.6
Patch Changes
ddeba02: Fix missing "Crop image" button inPixelImageBlockv7.25.5: 7.25.5Compare Source
@comet/cms-api@7.25.5
Patch Changes
cc8b41c: Fix copying a file from one scope to anotherPreviously, the media alternatives weren't handled when copying a file (which happens automatically when copying a page from one scope to another). This caused this error:
v7.25.4: 7.25.4Compare Source
@comet/cms-admin@7.25.4
Patch Changes
4043175: Validate path parameter in site previewPrevents phishing attacks.
v7.25.3Compare Source
Patch Changes
v7.25.2Compare Source
Patch Changes
v7.25.1Compare Source
Patch Changes
85e8021]v7.25.0Compare Source
Patch Changes
v7.24.0Compare Source
Patch Changes
v7.23.0Compare Source
Patch Changes
v7.22.0Compare Source
Patch Changes
v7.21.1Compare Source
Patch Changes
v7.21.0Compare Source
Patch Changes
v7.20.0Compare Source
Patch Changes
v7.19.0Compare Source
Patch Changes
v7.18.0Compare Source
Patch Changes
v7.17.0Compare Source
Patch Changes
v7.16.0Compare Source
Patch Changes
v7.15.0Compare Source
Patch Changes
v7.14.0Compare Source
Patch Changes
v7.13.0Compare Source
Patch Changes
v7.12.0Compare Source
Patch Changes
v7.11.0Compare Source
Patch Changes
v7.10.0Compare Source
Patch Changes
v7.9.0Compare Source
Patch Changes
v7.8.0Compare Source
Patch Changes
v7.7.0Compare Source
Patch Changes
v7.6.0Compare Source
Patch Changes
v7.5.0Compare Source
Patch Changes
v7.4.2Compare Source
Patch Changes
v7.4.1Compare Source
Patch Changes
v7.4.0Compare Source
Patch Changes
v7.3.2Compare Source
Patch Changes
v7.3.1Compare Source
Patch Changes
v7.3.0Compare Source
Patch Changes
v7.2.1Compare Source
Patch Changes
v7.2.0Compare Source
Patch Changes
v7.1.0Compare Source
Patch Changes
v7.0.0Compare Source
Major Changes
45585f4: Add the rule@typescript-eslint/prefer-enum-initializersto require enum initializersaf37ac9: nextjs: Enablereact/jsx-curly-brace-presencerule7a473ab: Prevent@mui/icons-materialicon importsIcons used in Comet DXP applications should match the Comet CI.
Use icons from
@comet/admin-iconsinstead.2e20a86: nextjs/react: Enablereact/jsx-no-useless-fragmentruleMinor Changes
769bd72: Use the Next.js Preview Mode for the site previewThe preview is entered by navigating to an API Route in the site, which has to be executed in a secured environment.
In the API Route the current scope is checked (and possibly stored), then the client is redirected to the preview.
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.