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

build(deps-dev): bump the development-dependencies group across 1 directory with 49 updates #1126

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the development-dependencies group with 49 updates in the / directory:

Package From To
@11ty/eleventy 2.0.1 3.0.0
@commitlint/cli 18.4.4 19.5.0
@commitlint/config-conventional 18.4.4 19.5.0
@lottiefiles/lottie-player 2.0.2 2.0.4
@semantic-release/commit-analyzer 11.1.0 13.0.0
@semantic-release/github 9.2.6 11.0.0
@semantic-release/npm 11.0.2 12.0.1
@semantic-release/release-notes-generator 12.1.0 14.0.1
@types/node 20.10.7 22.7.4
@types/react 18.2.47 18.3.11
@types/react-dom 18.2.18 18.3.0
@typescript-eslint/eslint-plugin 6.18.0 8.8.0
@typescript-eslint/parser 6.18.0 8.8.0
axe-core 4.8.3 4.10.0
cheerio 1.0.0-rc.12 1.0.0
cssnano 6.0.3 7.0.6
dotenv-cli 7.3.0 7.4.2
eslint 8.56.0 9.12.0
eslint-plugin-compat 4.2.0 6.0.1
eslint-plugin-prettier 5.1.2 5.2.1
eslint-plugin-promise 6.1.1 7.1.0
eslint-plugin-react 7.33.2 7.37.1
glob 10.3.10 11.0.0
husky 8.0.3 9.1.6
jsdom 16.7.0 25.0.1
lint-staged 15.2.0 15.2.10
markdown-it-anchor 8.6.7 9.2.0
postcss 8.4.33 8.4.47
postcss-import 16.0.0 16.1.0
postcss-mixins 9.0.4 11.0.3
postcss-nested 6.0.1 6.2.0
postcss-normalize 10.0.1 13.0.1
postcss-preset-env 9.3.0 10.0.6
prettier 3.1.1 3.3.3
puppeteer 21.7.0 23.5.1
semantic-release 22.0.12 24.1.2
stylelint 16.1.0 16.9.0
stylelint-config-standard 36.0.0 36.0.1
stylelint-declaration-strict-value 1.10.4 1.10.6
stylelint-no-unsupported-browser-features 8.0.0 8.0.1
stylelint-use-nesting 4.1.0 6.0.0
svgo 3.2.0 3.3.2
tailwindcss 3.4.1 3.4.13
trash-cli 5.0.0 6.0.0
ts-jest 29.1.1 29.2.5
typescript 5.3.3 5.6.2
validate-branch-name 1.3.0 1.3.1
vue 3.4.6 3.5.11
wicg-inert 3.1.2 3.1.3

Updates @11ty/eleventy from 2.0.1 to 3.0.0

Release notes

Sourced from @​11ty/eleventy's releases.

Eleventy v3.0.0: Possums ❤️ ESM

We did it. After 22 pre-releases and over a year of work, Eleventy 3.0.0 is now available. You can try it out now on your project using:

npm install @11ty/eleventy@latest

If you’re upgrading from a previous version of Eleventy, use the Upgrade Help plugin for automated checks and help with your upgrade!

Why should you use Eleventy? Eleventy is a flexible and production-ready site generator known for its zero-client JavaScript footprint, speedy sites, speedy builds, and full control over the output.

A few numbers on the best version of Eleventy yet:

Stats v2.0.1 v3.0.0
20% smaller 35.2 MB 28.1 MB
11% fewer dependencies 213 189
9% faster npm install 4.511s* 4.103s*

*fastest time of 3 runs (bypassing local cache)

Flagship 3.0 features

  1. Eleventy is now written in ESM with full support for ESM in your projects: configuration, data files, 11ty.js templates, etc. For many projects this won’t be a breaking change and we’ll continue to support CommonJS too. Every example on the docs now includes both a CommonJS and ESM version. Docs: https://v3.11ty.dev/docs/cjs-esm/
// ESM
export default function(eleventyConfig) {}
// We’ll keep supporting CommonJS:
module.exports = function(eleventyConfig) {}

  1. Supporting more package managers and runtimes: pnpm, yarn, Deno. More examples on the docs! https://v3.11ty.dev/docs/
  2. Asynchronous configuration #614 Docs: https://v3.11ty.dev/docs/config/
// ESM
export default async function(eleventyConfig) {}
// CommonJS
module.exports = async function(eleventyConfig) {}

  1. For-free performance improvement to built-in slugify, inputPathToUrl universal filters (via memoization) #840 Docs: https://v3.11ty.dev/docs/memoize/
  2. Named config export improves consistency for plugins #3246 and set*Directory configuration API methods #1503 Docs: https://v3.11ty.dev/docs/config-shapes/#optional-export-config-object and https://v3.11ty.dev/docs/config/#configuration-options
export default function(eleventyConfig) {
  eleventyConfig.setInputDirectory(".");
</tr></table> 

... (truncated)

Commits

Updates @commitlint/cli from 18.4.4 to 19.5.0

Release notes

Sourced from @​commitlint/cli's releases.

v19.5.0

19.5.0 (2024-09-11)

Features

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.1...v19.5.0

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

19.5.0 (2024-09-11)

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

19.4.0 (2024-08-07)

Features

19.3.0 (2024-04-23)

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

... (truncated)

Commits

Updates @commitlint/config-conventional from 18.4.4 to 19.5.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.5.0

19.5.0 (2024-09-11)

Features

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.1...v19.5.0

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.5.0 (2024-09-11)

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

19.1.0 (2024-03-12)

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

19.0.0 (2024-02-27)

Reverts

  • Revert "chore!: minimum node version v20" (2816783)

... (truncated)

Commits

Updates @lottiefiles/lottie-player from 2.0.2 to 2.0.4

Commits

Updates @semantic-release/commit-analyzer from 11.1.0 to 13.0.0

Release notes

Sourced from @​semantic-release/commit-analyzer's releases.

v13.0.0

13.0.0 (2024-05-31)

Bug Fixes

  • log the raw message again (e2f5d6c)

Features

  • support latest conventional-changelog packages (0254d7a)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v13.0.0-beta.2

13.0.0-beta.2 (2024-05-25)

Bug Fixes

  • log the raw message again (e2f5d6c)

v13.0.0-beta.1

13.0.0-beta.1 (2024-05-25)

Features

  • support latest conventional-changelog packages (0254d7a)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v12.0.0

12.0.0 (2024-03-18)

... (truncated)

Commits
  • 9d5b993 Merge pull request #653 from semantic-release/beta
  • e2f5d6c fix: log the raw message again
  • 6a89bd9 refactor(prettier): fixed style problems
  • 3953810 docs(maintainers): added myself to the contributors list
  • 0254d7a feat: support latest conventional-changelog packages
  • 7a2902e chore(deps): lock file maintenance (#651)
  • 5d86f0b chore(deps): update dependency publint to v0.2.8 (#650)
  • 6c5506b chore(deps): update dependency npm-run-all2 to v6.2.0 (#649)
  • 9e7ce45 ci(action): update actions/checkout action to v4.1.6 (#648)
  • 8fb7af8 chore(deps): update npm to v10.8.0 (#647)
  • Additional commits viewable in compare view

Updates @semantic-release/github from 9.2.6 to 11.0.0

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.0

11.0.0 (2024-09-24)

chore

  • update peer dependency for semantic-release (95c7cdd)

Code Refactoring

  • modify commit associatedPRs and relatedIssues label property data type. (718134a)

Features

  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)

BREAKING CHANGES

  • the commit associatedPR and relatedIssues label prop is now an array of objects with more properties
  • the minimum required version of semantic-release to use @​semantic-release/github is now v24.1.0

v10.3.5

10.3.5 (2024-09-20)

Bug Fixes

  • replace searchAPI usage with GraphQL in findSRIssue util (#907) (7fb46a3)

v10.3.4

10.3.4 (2024-09-15)

Bug Fixes

  • glob-assets: remove unnecessary option when invoking globby() (#924) (efe9f49)

v10.3.3

10.3.3 (2024-09-05)

Bug Fixes

  • Revert: feat: verify OAuth scopes of classic GitHub PATs (#915) (990bd73)

... (truncated)

Commits
  • b6ed55e Merge pull request #916 from semantic-release/add/warn
  • 5bef865 Merge branch 'master' into add/warn
  • 39aa5b5 chore(deps): lock file maintenance (#930)
  • 311eecf Merge branch 'master' into add/warn
  • 7fb46a3 fix: replace searchAPI usage with GraphQL in findSRIssue util (#907)
  • 775480e Merge branch 'master' into add/warn
  • e57dc0c ci(action): update actions/setup-node action to v4.0.4 (#929)
  • 520271f Merge branch 'master' into add/warn
  • 2cc8f1a chore(deps): update dependency publint to v0.2.11 (#928)
  • 59cb02c chore(deps): lock file maintenance (#927)
  • Additional commits viewable in compare view

Updates @semantic-release/npm from 11.0.2 to 12.0.1

Release notes

Sourced from @​semantic-release/npm's releases.

v12.0.1

12.0.1 (2024-05-09)

Bug Fixes

  • deps: update dependency execa to v9 (9ac5ed0)

v12.0.0

12.0.0 (2024-03-16)

Features

  • exports: defined exports to point at ./index.js (9e193c2)
  • node-versions: dropped support for node v18 and v19 (2df962b)

BREAKING CHANGES

  • exports: exports has been defined, which prevents access to private apis (which arent intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported

v11.0.3

11.0.3 (2024-03-01)

Bug Fixes

even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully

Commits
  • 9ac5ed0 fix(deps): update dependency execa to v9
  • 63cbef1 ci(action): update actions/checkout action to v4.1.5 (#796)
  • 2e93b22 chore(deps): update dependency sinon to v17.0.2 (#795)
  • fbf77cf chore(deps): lock file maintenance (#794)
  • f93b63f chore(deps): update dependency ava to v6.1.3 (#793)
  • 86011db chore(deps): update npm to v10.7.0 (#788)
  • 5850c2e chore(deps): update npm to v10.6.0
  • 8ae2364 chore(deps): lock file maintenance (#787)
  • 0885986 chore(deps): lock file maintenance (#786)
  • f9c63ab ci(action): update actions/checkout action to v4.1.4 (#782)
  • Additional commits viewable in compare view

Updates @semantic-release/release-notes-generator from 12.1.0 to 14.0.1

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v14.0.1

14.0.1 (2024-06-22)

Bug Fixes

  • deps: rename read-pkg-up to read-package-up (#671) (687ba5a)

v14.0.0

14.0.0 (2024-05-31)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v14.0.0-beta.1

14.0.0-beta.1 (2024-05-17)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v13.0.0

13.0.0 (2024-03-24)

Features

  • exports: defined exports to point at ./index.js (5655b18)
  • node-versions: dropped support for node v18 and v19 (e65959a)

BREAKING CHANGES

  • exports: exports has been defined, which prevents access to private apis (which arent intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported
Commits
  • 44c780c chore(deps): fixed the lockfile for semantic-release sub-tree (#677)
  • 687ba5a fix(deps): rename read-pkg-up to read-package-up (#671)
  • 6bb0e84 chore(deps): update dependency stream-buffers to v3.0.3 (#674)
  • cc9fb56 chore(deps): update dependency ls-engines to v0.9.2 (#673)
  • b201c0d chore(deps): lock file maintenance (#672)
  • b5f2392 chore(deps): update dependency lockfile-lint to v4.14.0 (#670)
  • 3895275 chore(deps): update dependency c8 to v10.1.2 (#668)
  • 1da8d24 ci(action): update actions/checkout action to v4.1.7 (#667)
  • f5700f2 chore(deps): update dependency c8 to v10.1.1 (#666)
  • d2cfb27 chore(deps): update dependency c8 to v10.1.0 (#665)
  • Additional commits viewable in compare view

Updates @types/node from 20.10.7 to 22.7.4

Commits

Updates @types/react from 18.2.47 to 18.3.11

Commits

Updates @types/react-dom from 18.2.18 to 18.3.0

Commits

Updates @typescript-eslint/eslint-plugin from 6.18.0 to 8.8.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update missing type information message (#10043)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

  • Abraham Guo

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

You can read about our versioning strategy and releases on our website.

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

... (truncated)

Commits
  • 2055cfb chore(release): publish 8.8.0
  • b121bd9 feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)
  • 9028d9d docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)
  • 977e0a1 fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...
  • 6ce66b5 fix: remove export type * in d.ts to support TS<5.0 (#10070)
  • a916ff2 feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)
  • b36d524 fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
  • 7a216fe fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...
  • 94c5484 fix(type-utils): check for type parameters on isBuiltinSymbolLikeRecurser()...
  • ced951b docs: [prefer-literal-enum-member] fix bad examples (#10035)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.18.0 to 8.8.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update...

    Description has been truncated

…ectory with 49 updates

Bumps the development-dependencies group with 49 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@11ty/eleventy](https://github.com/11ty/eleventy) | `2.0.1` | `3.0.0` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `18.4.4` | `19.5.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `18.4.4` | `19.5.0` |
| [@lottiefiles/lottie-player](https://github.com/LottieFiles/lottie-player) | `2.0.2` | `2.0.4` |
| [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) | `11.1.0` | `13.0.0` |
| [@semantic-release/github](https://github.com/semantic-release/github) | `9.2.6` | `11.0.0` |
| [@semantic-release/npm](https://github.com/semantic-release/npm) | `11.0.2` | `12.0.1` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `12.1.0` | `14.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.7` | `22.7.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.3.11` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.3.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.18.0` | `8.8.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.18.0` | `8.8.0` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.8.3` | `4.10.0` |
| [cheerio](https://github.com/cheeriojs/cheerio) | `1.0.0-rc.12` | `1.0.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `6.0.3` | `7.0.6` |
| [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.3.0` | `7.4.2` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.12.0` |
| [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) | `4.2.0` | `6.0.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.2.1` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.1.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.1` |
| [glob](https://github.com/isaacs/node-glob) | `10.3.10` | `11.0.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.1.6` |
| [jsdom](https://github.com/jsdom/jsdom) | `16.7.0` | `25.0.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.0` | `15.2.10` |
| [markdown-it-anchor](https://github.com/valeriangalliat/markdown-it-anchor) | `8.6.7` | `9.2.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.47` |
| [postcss-import](https://github.com/postcss/postcss-import) | `16.0.0` | `16.1.0` |
| [postcss-mixins](https://github.com/postcss/postcss-mixins) | `9.0.4` | `11.0.3` |
| [postcss-nested](https://github.com/postcss/postcss-nested) | `6.0.1` | `6.2.0` |
| [postcss-normalize](https://github.com/csstools/postcss-normalize) | `10.0.1` | `13.0.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.3.0` | `10.0.6` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.3.3` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.7.0` | `23.5.1` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `22.0.12` | `24.1.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.1.0` | `16.9.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` |
| [stylelint-declaration-strict-value](https://github.com/AndyOGo/stylelint-declaration-strict-value) | `1.10.4` | `1.10.6` |
| [stylelint-no-unsupported-browser-features](https://github.com/RJWadley/stylelint-no-unsupported-browser-features) | `8.0.0` | `8.0.1` |
| [stylelint-use-nesting](https://github.com/csstools/stylelint-use-nesting) | `4.1.0` | `6.0.0` |
| [svgo](https://github.com/svg/svgo) | `3.2.0` | `3.3.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.13` |
| [trash-cli](https://github.com/sindresorhus/trash-cli) | `5.0.0` | `6.0.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.2.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.6.2` |
| [validate-branch-name](https://github.com/JsonMa/validate-branch-name) | `1.3.0` | `1.3.1` |
| [vue](https://github.com/vuejs/core) | `3.4.6` | `3.5.11` |
| [wicg-inert](https://github.com/WICG/inert) | `3.1.2` | `3.1.3` |



Updates `@11ty/eleventy` from 2.0.1 to 3.0.0
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md)
- [Commits](11ty/eleventy@v2.0.1...v3.0.0)

Updates `@commitlint/cli` from 18.4.4 to 19.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 18.4.4 to 19.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/config-conventional)

Updates `@lottiefiles/lottie-player` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/LottieFiles/lottie-player/releases)
- [Changelog](https://github.com/LottieFiles/lottie-player/blob/master/CHANGELOG.md)
- [Commits](https://github.com/LottieFiles/lottie-player/commits)

Updates `@semantic-release/commit-analyzer` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](semantic-release/commit-analyzer@v11.1.0...v13.0.0)

Updates `@semantic-release/github` from 9.2.6 to 11.0.0
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v9.2.6...v11.0.0)

Updates `@semantic-release/npm` from 11.0.2 to 12.0.1
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v11.0.2...v12.0.1)

Updates `@semantic-release/release-notes-generator` from 12.1.0 to 14.0.1
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v12.1.0...v14.0.1)

Updates `@types/node` from 20.10.7 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.47 to 18.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.18 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.18.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/parser)

Updates `axe-core` from 4.8.3 to 4.10.0
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.8.3...v4.10.0)

Updates `cheerio` from 1.0.0-rc.12 to 1.0.0
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0)

Updates `cssnano` from 6.0.3 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.3...cssnano@7.0.6)

Updates `dotenv-cli` from 7.3.0 to 7.4.2
- [Release notes](https://github.com/entropitor/dotenv-cli/releases)
- [Commits](entropitor/dotenv-cli@v7.3.0...v7.4.2)

Updates `eslint` from 8.56.0 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.12.0)

Updates `eslint-plugin-compat` from 4.2.0 to 6.0.1
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](amilajack/eslint-plugin-compat@v4.2.0...v6.0.1)

Updates `eslint-plugin-prettier` from 5.1.2 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.2...v5.2.1)

Updates `eslint-plugin-promise` from 6.1.1 to 7.1.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v7.1.0)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.1
- [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.37.1)

Updates `glob` from 10.3.10 to 11.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.10...v11.0.0)

Updates `husky` from 8.0.3 to 9.1.6
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.6)

Updates `jsdom` from 16.7.0 to 25.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@16.7.0...25.0.1)

Updates `lint-staged` from 15.2.0 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.0...v15.2.10)

Updates `markdown-it-anchor` from 8.6.7 to 9.2.0
- [Release notes](https://github.com/valeriangalliat/markdown-it-anchor/releases)
- [Changelog](https://github.com/valeriangalliat/markdown-it-anchor/blob/master/CHANGELOG.md)
- [Commits](valeriangalliat/markdown-it-anchor@v8.6.7...v9.2.0)

Updates `postcss` from 8.4.33 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.47)

Updates `postcss-import` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@16.0.0...16.1.0)

Updates `postcss-mixins` from 9.0.4 to 11.0.3
- [Release notes](https://github.com/postcss/postcss-mixins/releases)
- [Changelog](https://github.com/postcss/postcss-mixins/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-mixins@9.0.4...11.0.3)

Updates `postcss-nested` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-nested@6.0.1...6.2.0)

Updates `postcss-normalize` from 10.0.1 to 13.0.1
- [Release notes](https://github.com/csstools/postcss-normalize/releases)
- [Changelog](https://github.com/csstools/postcss-normalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-normalize/commits)

Updates `postcss-preset-env` from 9.3.0 to 10.0.6
- [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.1.1 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.1.1...3.3.3)

Updates `puppeteer` from 21.7.0 to 23.5.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.7.0...puppeteer-v23.5.1)

Updates `semantic-release` from 22.0.12 to 24.1.2
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v22.0.12...v24.1.2)

Updates `stylelint` from 16.1.0 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.1.0...16.9.0)

Updates `stylelint-config-standard` from 36.0.0 to 36.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@36.0.0...36.0.1)

Updates `stylelint-declaration-strict-value` from 1.10.4 to 1.10.6
- [Changelog](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/master/CHANGELOG.md)
- [Commits](AndyOGo/stylelint-declaration-strict-value@v1.10.4...v1.10.6)

Updates `stylelint-no-unsupported-browser-features` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/releases)
- [Changelog](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/blob/master/CHANGELOG.md)
- [Commits](RJWadley/stylelint-no-unsupported-browser-features@v8.0.0...v8.0.1)

Updates `stylelint-use-nesting` from 4.1.0 to 6.0.0
- [Release notes](https://github.com/csstools/stylelint-use-nesting/releases)
- [Changelog](https://github.com/csstools/stylelint-use-nesting/blob/main/CHANGELOG.md)
- [Commits](https://github.com/csstools/stylelint-use-nesting/commits)

Updates `svgo` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.2.0...v3.3.2)

Updates `tailwindcss` from 3.4.1 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.13)

Updates `trash-cli` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/sindresorhus/trash-cli/releases)
- [Commits](sindresorhus/trash-cli@v5.0.0...v6.0.0)

Updates `ts-jest` from 29.1.1 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.1...v29.2.5)

Updates `typescript` from 5.3.3 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.6.2)

Updates `validate-branch-name` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JsonMa/validate-branch-name/releases)
- [Changelog](https://github.com/JsonMa/validate-branch-name/blob/master/CHANGELOG.md)
- [Commits](JsonMa/validate-branch-name@v1.3.0...v1.3.1)

Updates `vue` from 3.4.6 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.6...v3.5.11)

Updates `wicg-inert` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/WICG/inert/releases)
- [Commits](WICG/inert@v3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@lottiefiles/lottie-player"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: cheerio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: dotenv-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: markdown-it-anchor
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: postcss-mixins
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: postcss-nested
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: postcss-normalize
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint-declaration-strict-value
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint-no-unsupported-browser-features
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint-use-nesting
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: svgo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: trash-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: validate-branch-name
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: wicg-inert
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
liquid ❌ Failed (Inspect) Oct 7, 2024 3:44pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants