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

Bump the npm group with 23 updates #465

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2024

  1. Bump the npm group with 23 updates

    Bumps the npm group with 23 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact) | `3.0.2` | `3.5.1` |
    | [@preact/signals](https://github.com/preactjs/signals/tree/HEAD/packages/preact) | `1.2.1` | `1.3.0` |
    | [clsx](https://github.com/lukeed/clsx) | `2.0.0` | `2.1.1` |
    | [preact](https://github.com/preactjs/preact) | `10.17.1` | `10.23.1` |
    | [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.4` |
    | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.8.1` | `0.9.1` |
    | [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) | `1.1.3` | `1.9.1` |
    | [@types/lodash-es](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash-es) | `4.17.9` | `4.17.12` |
    | [@types/mapbox__rehype-prism](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox__rehype-prism) | `0.8.0` | `0.8.3` |
    | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.21` | `18.3.3` |
    | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.19` |
    | [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.1` | `8.2.2` |
    | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
    | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.9.0` |
    | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.35.0` |
    | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
    | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.40` |
    | [postcss-html](https://github.com/ota-meshi/postcss-html) | `1.5.0` | `1.7.0` |
    | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.1.3` | `9.6.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.3.3` |
    | [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) | `0.12.0` | `0.14.1` |
    | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.4` |
    | [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules) | `5.0.1` | `5.1.0` |
    
    
    Updates `@astrojs/preact` from 3.0.2 to 3.5.1
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@3.5.1/packages/integrations/preact)
    
    Updates `@preact/signals` from 1.2.1 to 1.3.0
    - [Release notes](https://github.com/preactjs/signals/releases)
    - [Changelog](https://github.com/preactjs/signals/blob/main/packages/preact/CHANGELOG.md)
    - [Commits](https://github.com/preactjs/signals/commits/@preact/signals@1.3.0/packages/preact)
    
    Updates `clsx` from 2.0.0 to 2.1.1
    - [Release notes](https://github.com/lukeed/clsx/releases)
    - [Commits](lukeed/clsx@v2.0.0...v2.1.1)
    
    Updates `preact` from 10.17.1 to 10.23.1
    - [Release notes](https://github.com/preactjs/preact/releases)
    - [Commits](preactjs/preact@10.17.1...10.23.1)
    
    Updates `sharp` from 0.32.6 to 0.33.4
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
    - [Commits](lovell/sharp@v0.32.6...v0.33.4)
    
    Updates `@astrojs/check` from 0.8.1 to 0.9.1
    - [Release notes](https://github.com/withastro/language-tools/releases)
    - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
    - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.9.1/packages/astro-check)
    
    Updates `@astrojs/ts-plugin` from 1.1.3 to 1.9.1
    - [Release notes](https://github.com/withastro/language-tools/releases)
    - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md)
    - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/ts-plugin@1.9.1/packages/ts-plugin)
    
    Updates `@types/lodash-es` from 4.17.9 to 4.17.12
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash-es)
    
    Updates `@types/mapbox__rehype-prism` from 0.8.0 to 0.8.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox__rehype-prism)
    
    Updates `@types/react` from 18.2.21 to 18.3.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `autoprefixer` from 10.4.15 to 10.4.19
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
    - [Commits](postcss/autoprefixer@10.4.15...10.4.19)
    
    Updates `concurrently` from 8.2.1 to 8.2.2
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v8.2.1...v8.2.2)
    
    Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)
    
    Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.9.0
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.9.0)
    
    Updates `eslint-plugin-react` from 7.33.2 to 7.35.0
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.35.0)
    
    Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
    
    Updates `postcss` from 8.4.31 to 8.4.40
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.31...8.4.40)
    
    Updates `postcss-html` from 1.5.0 to 1.7.0
    - [Release notes](https://github.com/ota-meshi/postcss-html/releases)
    - [Commits](ota-meshi/postcss-html@v1.5.0...v1.7.0)
    
    Updates `postcss-preset-env` from 9.1.3 to 9.6.0
    - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
    - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)
    
    Updates `prettier` from 3.0.3 to 3.3.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.3...3.3.3)
    
    Updates `prettier-plugin-astro` from 0.12.0 to 0.14.1
    - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
    - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
    - [Commits](withastro/prettier-plugin-astro@v0.12.0...v0.14.1)
    
    Updates `typescript` from 5.2.2 to 5.5.4
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.5.4)
    
    Updates `typescript-plugin-css-modules` from 5.0.1 to 5.1.0
    - [Release notes](https://github.com/mrmckeb/typescript-plugin-css-modules/releases)
    - [Commits](mrmckeb/typescript-plugin-css-modules@v5.0.1...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/preact"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@preact/signals"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: clsx
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: preact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: sharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@astrojs/check"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@astrojs/ts-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@types/lodash-es"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@types/mapbox__rehype-prism"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: autoprefixer
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: concurrently
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: eslint-plugin-jsx-a11y
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: eslint-plugin-react-hooks
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: postcss-html
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: postcss-preset-env
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: prettier-plugin-astro
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: typescript-plugin-css-modules
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5b4fec7 View commit details
    Browse the repository at this point in the history