Skip to content

chore(deps): update stylelint dependencies #759

chore(deps): update stylelint dependencies

chore(deps): update stylelint dependencies #759

GitHub Actions / Test Results succeeded Feb 4, 2024 in 0s

All 115 tests pass in 2s

115 tests  ±0   115 ✅ ±0   2s ⏱️ -1s
 40 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit d5267cc. ± Comparison against earlier commit 644c697.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

115 tests found

There are 115 tests, see "Raw output" for the full list of tests.
Raw output
src/atoms/Icons/cookie.test.tsx ‑ The cookie icon > should be unchanged
src/atoms/Toggle/index.test.tsx ‑ The toggle component > renders with custom props.
src/atoms/Toggle/index.test.tsx ‑ The toggle component > renders with default props
src/atoms/Toggle/index.test.tsx ‑ The toggle component > renders with disabled prop set to true.
src/atoms/Toggle/index.test.tsx ‑ The toggle component > renders with tabIndex prop set to -1.
src/atoms/Toggle/index.test.tsx ‑ The toggle component > should call the onChange function when toggle state changes.
src/atoms/Toggle/index.test.tsx ‑ The toggle component > should not call the onChange function when toggle is disabled.
src/atoms/Toggle/index.test.tsx ‑ The toggle component > switches between checked and unchecked state.
src/auth.server.test.ts ‑ The auth server > initializes the auth server correctly
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has a predefined dark class > and the user prefers dark mode > does not change the dom unnecessarily
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has a predefined dark class > and the user prefers light mode > does not change to light
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has a predefined light class > and the user prefers dark mode > does not change to dark
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has a predefined light class > and the user prefers light mode > does not change the dom unnecessarily
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has no dark or light class > and the user prefers dark mode > adds the dark class
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the sensor script > when the body has no dark or light class > and the user prefers light mode > adds the light class
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the update script > adds a listener to the load event
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the update script > when the load event fires > adds a listener to the color scheme change event
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the update script > when the load event fires > when the color scheme changes from dark to light > removes the old class dark and adds the new light class
src/components/ColorModeSwitcher/clientUtils.test.ts ‑ The color switcher client utils > the update script > when the load event fires > when the color scheme changes from light to dark > removes the old class light and adds the new dark class
src/components/ColorModeSwitcher/index.test.tsx ‑ The Color Mode Switch > The color mode sensor > should render the correct script
src/components/ColorModeSwitcher/index.test.tsx ‑ The Color Mode Switch > The color mode switcher > should change the color mode
src/components/ColorModeSwitcher/index.test.tsx ‑ The Color Mode Switch > The color mode switcher > should configure the form correctly
src/components/ColorModeSwitcher/index.test.tsx ‑ The Color Mode Switch > The color mode switcher > should use the correct mode based on the html tag
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > adds the escape key handler
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > hides and saves the form correctly on deny
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > is wired up correctly when false
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > is wired up correctly when true
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > is wired up correctly when undefined
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the banner > renders the form
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the provider > can pass on the initial consent data
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the provider > does not interfere with the unset status
src/components/CookieConsent/index.test.tsx ‑ The Cookie Consent Component > the provider > propagates the change
src/components/CookieYes/CookieYes.test.tsx ‑ CookieYes > Renders null when not in production
src/components/CookieYes/CookieYes.test.tsx ‑ CookieYes > Renders with the correct values
src/components/CookieYes/index.test.ts ‑ The CookieYes Index > links the CookieYes component
src/components/ExposeAppConfig/ExposeAppConfig.test.tsx ‑ ExposeAppConfig > can expose the app config correctly
src/components/GoogleAnalytics/index.test.tsx ‑ Google Analytics 4 > when analytics is disabled > Should render with the correct arguments
src/components/GoogleAnalytics/index.test.tsx ‑ Google Analytics 4 > when analytics is enabled > Should render with the correct arguments
src/components/Hello/index.test.tsx ‑ Hello component > should link the correct stylesheets
src/components/Hello/index.test.tsx ‑ Hello component > should render as expected
src/components/Hotjar/index.test.tsx ‑ Hotjar > When analytics is disabled > Should render with the correct arguments
src/components/Hotjar/index.test.tsx ‑ Hotjar > When analytics is enabled > Should render with the correct arguments
src/components/Login/index.test.tsx ‑ The Login component > should render as expected
src/components/Logout/index.test.tsx ‑ The Logout component > should render as expected
src/components/Posthog/index.test.tsx ‑ The posthog wrapper > identifies the visitor
src/components/Posthog/index.test.tsx ‑ The posthog wrapper > initialises posthog correctly
src/components/Posthog/index.test.tsx ‑ The posthog wrapper > renders the children
src/entry.client.test.tsx ‑ The Client Entrypoint > Should initialise Sentry
src/entry.client.test.tsx ‑ The Client Entrypoint > Should work on Other Browsers
src/entry.client.test.tsx ‑ The Client Entrypoint > Should work on Safari
src/entry.server.test.ts ‑ entry.server > should initialise things correctly
src/entry.server.test.ts ‑ entry.server > should return the correct headers
src/entry.server.test.ts ‑ entry.server > should return the markup
src/features.test.ts ‑ The feature flags > should be untouched
src/hooks/hasFeature.test.ts ‑ The hasFeature hook > should return false for an off flag
src/hooks/hasFeature.test.ts ‑ The hasFeature hook > should return false for an undefined flag
src/hooks/hasFeature.test.ts ‑ The hasFeature hook > should return true for an on flag
src/hooks/useChangeLanguage.test.ts ‑ useChangeLanguage > should set the correct dependencies for the useEffect
src/hooks/useChangeLanguage.test.ts ‑ useChangeLanguage > should set the correct functionality
src/i18n/i18n.config.test.ts ‑ The i18n config > should not change unintentionally
src/i18n/i18next.client.test.ts ‑ i18next.client > is wired up correctly
src/i18n/i18next.server.test.ts ‑ The i18next server module > didn't change unexpectedly
src/i18n/i18next.server.test.ts ‑ The i18next server module > responds to the debug mode
src/i18n/index.test.ts ‑ index > should not change unexpectedly
src/i18n/remix.server.test.ts ‑ The remix i18n server module > should not change unintentionally
src/posthog.server.test.ts ‑ The PostHog Server > should initialise the posthog server
src/root.test.tsx ‑ The root module > should expose a consistent handle
src/root.test.tsx ‑ The root module > should have a consistent links function
src/root.test.tsx ‑ The root module > should have a consistent meta function
src/root.test.tsx ‑ The root module > when calling the loader > should prepare the environment
src/root.test.tsx ‑ The root module > when calling the loader > should return the app config for dev
src/root.test.tsx ‑ The root module > when calling the loader > should return the app config for prod
src/root.test.tsx ‑ The root module > when calling the loader > should set the cookie header
src/root.test.tsx ‑ The root module > when rendering the app > when there is consent for cookies > renders the app with analytics scripts
src/root.test.tsx ‑ The root module > when rendering the app > when there is no consent for cookies > renders the app
src/routes/_index.test.tsx ‑ The index route > surfaces the links of the underlying components
src/routes/_index.test.tsx ‑ The index route > when the auth feature is enabled > should render the login component
src/routes/_index.test.tsx ‑ The index route > when the hello feature is disabled > should render the goodbye component
src/routes/_index.test.tsx ‑ The index route > when the hello feature is disabled > should return false from the loader
src/routes/_index.test.tsx ‑ The index route > when the hello feature is enabled > should render the hello component
src/routes/_index.test.tsx ‑ The index route > when the hello feature is enabled > should return true from the loader
src/routes/auth.auth0.test.ts ‑ auth0 > should call the authorize function
src/routes/auth.callback.test.ts ‑ The Auth0 callback route > should pass the request on to the authenticator handler
src/routes/dashboard.test.tsx ‑ The Dashboard Route > prioritises the givenName over name
src/routes/dashboard.test.tsx ‑ The Dashboard Route > prioritises the nickname over anything
src/routes/dashboard.test.tsx ‑ The Dashboard Route > returns the user from the auth service
src/routes/dashboard.test.tsx ‑ The Dashboard Route > uses the name if nothing else is present
src/routes/login.test.ts ‑ The Login Route > renders the logout component
src/routes/login.test.ts ‑ The Login Route > when the auth feature is not turned on > should redirect to the home page
src/routes/login.test.ts ‑ The Login Route > when the auth feature is on > should not redirect at all
src/routes/logout.test.ts ‑ The Logout route > should call the logout function and destroy the sessoion
src/routes/logout.test.ts ‑ The Logout route > should expose the same function for the loader and action
src/routes/settings.color-mode.test.ts ‑ The color mode switch route > should redirect any get requests
src/routes/settings.color-mode.test.ts ‑ The color mode switch route > should set the dark color mode cookie
src/routes/settings.color-mode.test.ts ‑ The color mode switch route > should set the light color mode cookie
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > returns the redirect with the correct cookies
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > when there are settings coming [ 'analytics', 'marketing' ] [ 'false', 'false' ] > sets all the settings to analytics,marketing:false,false
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > when there are settings coming [ 'analytics', 'marketing' ] [ 'false', 'true' ] > sets all the settings to analytics,marketing:false,true
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > when there are settings coming [ 'analytics', 'marketing' ] [ 'true', 'false' ] > sets all the settings to analytics,marketing:true,false
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > when there are settings coming [ 'analytics', 'marketing' ] [ 'true', 'true' ] > sets all the settings to analytics,marketing:true,true
src/routes/settings.cookie-consent.test.ts ‑ The cookie consent settings > when there is no form in the body > sets all the settings to false
src/session.server.test.ts ‑ The session server > When retrieving a visitorID > creates a custom one for localhost
src/session.server.test.ts ‑ The session server > When retrieving a visitorID > creates a new one if there isn't an existing one
src/session.server.test.ts ‑ The session server > When retrieving a visitorID > returns the existing one from the session
src/session.server.test.ts ‑ The session server > can commit a session
src/session.server.test.ts ‑ The session server > can create a user session
src/session.server.test.ts ‑ The session server > can destroy a session
src/session.server.test.ts ‑ The session server > can get a visitorId from a request
src/session.server.test.ts ‑ The session server > returns a session from a request
src/sessionStorage.server.test.ts ‑ The session storage > configures the cookie correctly
src/sessionStorage.server.test.ts ‑ The session storage > returns the configured one
src/style.test.ts ‑ The style module > didn't get unintentionally modified
src/utils/contentSecurityPolicy.test.ts ‑ contentSecurityPolicy > is correctly set
src/utils/securityHeaders.test.ts ‑ securityHeaders > removes unwanted headers
src/utils/securityHeaders.test.ts ‑ securityHeaders > sets the correct security headers