Skip to content
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

chore(deps): update all dependencies #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update all dependencies #238

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/check (source) 0.7.0 -> 0.9.3 age adoption passing confidence devDependencies minor
@astrojs/markdown-remark (source) 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
@astrojs/mdx (source) 3.0.0 -> 3.1.6 age adoption passing confidence devDependencies minor
@astrojs/rss (source) 4.0.6 -> 4.0.7 age adoption passing confidence devDependencies patch
@astrojs/sitemap (source) 3.1.4 -> 3.1.6 age adoption passing confidence devDependencies patch
@astrojs/vercel (source) 7.6.0 -> 7.8.1 age adoption passing confidence dependencies minor
@graphql-codegen/typescript (source) 4.0.7 -> 4.0.9 age adoption passing confidence devDependencies patch
@graphql-codegen/typescript-operations (source) 4.2.1 -> 4.2.3 age adoption passing confidence devDependencies patch
@tailwindcss/typography 0.5.13 -> 0.5.15 age adoption passing confidence devDependencies patch
@total-typescript/ts-reset (source) 0.5.1 -> 0.6.1 age adoption passing confidence devDependencies minor
@types/eslint (source) 8.56.10 -> 8.56.12 age adoption passing confidence devDependencies patch
@types/markdown-it (source) 14.1.1 -> 14.1.2 age adoption passing confidence devDependencies patch
@types/sanitize-html (source) 2.11.0 -> 2.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.10.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.10.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@urql/core (source) 5.0.3 -> 5.0.6 age adoption passing confidence dependencies patch
astro (source) 4.8.6 -> 4.15.6 age adoption passing confidence dependencies minor
astro-eslint-parser 1.0.2 -> 1.0.3 age adoption passing confidence devDependencies patch
astro-icon (source) 1.1.0 -> 1.1.1 age adoption passing confidence devDependencies patch
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence devDependencies patch
cspell (source) 8.8.3 -> 8.14.2 age adoption passing confidence devDependencies minor
cssnano 7.0.1 -> 7.0.6 age adoption passing confidence devDependencies patch
cssnano-preset-advanced 7.0.1 -> 7.0.6 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age adoption passing confidence devDependencies patch
eslint-plugin-astro (source) 1.2.0 -> 1.2.4 age adoption passing confidence devDependencies patch
eslint-plugin-import 2.29.1 -> 2.30.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-perfectionist (source) 2.10.0 -> 2.11.0 age adoption passing confidence devDependencies minor
go (source) 1.22.3 -> 1.23.1 age adoption passing confidence golang minor
node (source) ^20.3.0 -> ^20.17.0 age adoption passing confidence engines minor
postcss (source) 8.4.38 -> 8.4.45 age adoption passing confidence devDependencies patch
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence devDependencies minor
prettier-plugin-astro 0.13.0 -> 0.14.1 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss 0.5.14 -> 0.6.6 age adoption passing confidence devDependencies minor
pretty-ms 9.0.0 -> 9.1.0 age adoption passing confidence devDependencies minor
tailwind-merge 2.3.0 -> 2.5.2 age adoption passing confidence devDependencies minor
tailwindcss (source) 3.4.3 -> 3.4.11 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.6.2 age adoption passing confidence devDependencies minor

Release Notes

withastro/language-tools (@​astrojs/check)

v0.9.3

Compare Source

Patch Changes

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags
Patch Changes

v0.8.3

Compare Source

Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • b8a6af3: Upgrades to the latest version of Volar, the underlying framework powering the Astro language server. This update should fix some of the recent issues regarding intellisense inside script tags.
Patch Changes
withastro/astro (@​astrojs/markdown-remark)

v5.2.0

Compare Source

Minor Changes
  • #​11341 49b5145 Thanks @​madcampos! - Adds support for Shiki's defaultColor option.

    This option allows you to override the values of a theme's inline style, adding only CSS variables to give you more flexibility in applying multiple color themes.

    Configure defaultColor: false in your Shiki config to apply throughout your site, or pass to Astro's built-in <Code> component to style an individual code block.

    import { defineConfig } from 'astro/config';
    export default defineConfig({
      markdown: {
        shikiConfig: {
          themes: {
            light: 'github-light',
            dark: 'github-dark',
          },
          defaultColor: false,
        },
      },
    });

v5.1.1

Compare Source

Patch Changes
  • #​11310 b6afe6a Thanks @​bluwy! - Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile's data.imagePaths
withastro/astro (@​astrojs/mdx)

v3.1.6

Compare Source

Patch Changes

v3.1.5

Compare Source

Patch Changes
  • #​11818 88ef1d0 Thanks @​bluwy! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • #​11144 803dd80 Thanks @​ematipico! - The integration now exposes a function called getContainerRenderer, that can be used inside the Container APIs to load the relative renderer.

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import ReactWrapper from '../src/components/ReactWrapper.astro';
    import { loadRenderers } from 'astro:container';
    import { getContainerRenderer } from '@&#8203;astrojs/react';
    
    test('ReactWrapper with react renderer', async () => {
      const renderers = await loadRenderers([getContainerRenderer()]);
      const container = await AstroContainer.create({
        renderers,
      });
      const result = await container.renderToString(ReactWrapper);
    
      expect(result).toContain('Counter');
      expect(result).toContain('Count: <!-- -->5');
    });

v3.0.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/rss)

v4.0.7

Compare Source

Patch Changes
withastro/astro (@​astrojs/sitemap)

v3.1.6

Compare Source

Patch Changes

v3.1.5

Compare Source

Patch Changes
withastro/adapters (@​astrojs/vercel)

v7.8.1

Patch Changes

v7.8.0

Minor Changes
  • #​11728 5ea02b1 Thanks @​matthewp! - Deprecates the functionPerRoute option

    This option is now deprecated, and will be removed entirely in Astro v5.0. We suggest removing this option from your configuration as soon as you are able to:

    import { defineConfig } from 'astro/config';
    import vercel from '@&#8203;astrojs/vercel/serverless';
    
    export default defineConfig({
      // ...
      output: 'server',
      adapter: vercel({
    -     functionPerRoute: true,
      }),
    });
Patch Changes
  • #​11783 fc81b01 Thanks @​matthewp! - Prevent race condition with Node 18

    Using Node 18 there can be a race condition where polyfill for the crypto global is not applied in time. This change ensures the polyfills run first.

v7.7.2

Patch Changes

v7.7.1

Patch Changes

v7.7.0

Minor Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.2.3

Compare Source

Patch Changes

v4.2.2

Compare Source

Patch Changes
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)

v0.5.14

Compare Source

  • Fix table text alignment (#​346)
total-typescript/ts-reset (@​total-typescript/ts-reset)

v0.6.1

Patch Changes
  • 757be40: Fixed a bug where creating an empty map would no longer infer types correctly.

v0.6.0

Minor Changes
  • 6574858: Added a rule, /map-constructor, to default Map to Map<unknown, unknown> when no arguments are passed to the constructor.

    Before, you'd get any for both key and value types. Now, the result of Map.get is unknown instead of any:

    const userMap = new Map();
    
    const value = userMap.get("matt"); // value: unknown

    This now is part of the recommended rules.

  • 5bf3a15: Added a rule, /promise-catch, to change the catch method to take unknown instead of any as an argument.

    const promise = Promise.reject("error");
    
    // BEFORE
    
    promise.catch((error) => {
      console.error(error); // error is any!
    });
    
    // AFTER
    
    promise.catch((error) => {
      console.error(error); // error is unknown!
    });
Patch Changes
  • 53cee4f: author: @​none23

    Fixed a bug where running .filter on a union of arrays would not work.

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variab

Configuration

📅 Schedule: Branch creation - "after 12am and before 5am every weekday,every weekend" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from yeskunall June 1, 2024 06:31
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants