csstools / postcss-plugins

PostCSS Tools and Plugins
https://preset-env.cssdb.org/
MIT No Attribution
888 stars 71 forks source link

Bump the development-dependencies group with 5 updates #1455

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the development-dependencies group with 5 updates:

Package From To
@eslint/js 9.8.0 9.9.0
@stryker-mutator/core 8.3.0 8.5.0
eslint 9.8.0 9.9.0
knip 5.27.0 5.27.2
puppeteer 22.15.0 23.0.2

Updates @eslint/js from 9.8.0 to 9.9.0

Release notes

Sourced from @​eslint/js's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
Changelog

Sourced from @​eslint/js's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)
Commits


Updates @stryker-mutator/core from 8.3.0 to 8.5.0

Release notes

Sourced from @​stryker-mutator/core's releases.

v8.5.0

8.5.0 (2024-08-11)

Bug Fixes

  • deps: update dependency tap-parser to v18 (#4942) (d5bc38e)

Features

  • html report: support mutation coverage based on covered code (cec0b95)

v8.4.0

8.4.0 (2024-08-06)

Bug Fixes

  • instrumenter: support explicit resource management in TS (#4928) (2bd046a), closes #4876
  • mocha-runner: properly restrict tests to run (f9ef08e)
  • mutant placement: don't place mutants inside assignment expression (#4927) (4b8885c), closes #4884
  • node-18: revert changes to support node 18 again (#4935) (42162bd)

Features

  • clear-text-reporter: Add "skipFull" option (#4875) (da213ad)
Changelog

Sourced from @​stryker-mutator/core's changelog.

8.5.0 (2024-08-11)

Features

  • html report: support mutation coverage based on covered code (cec0b95)

8.4.0 (2024-08-06)

Bug Fixes

  • node-18: revert changes to support node 18 again (#4935) (42162bd)

Features

  • clear-text-reporter: Add "skipFull" option (#4875) (da213ad)
Commits
  • 6d9fcb7 v8.5.0
  • 4b59841 chore(deps): update dependency @​types/node to v20.14.15 (#4950)
  • cec0b95 feat(html report): support mutation coverage based on covered code
  • 494045d v8.4.0
  • 42162bd fix(node-18): revert changes to support node 18 again (#4935)
  • da213ad feat(clear-text-reporter): Add "skipFull" option (#4875)
  • 7b4b9b1 chore(deps): update dependency @​types/node to v20.14.14 (#4929)
  • 23dcc8f docs(logging): Make link in console clickable (#4880)
  • See full diff in compare view


Updates eslint from 9.8.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)
Commits
  • 0dd3863 9.9.0
  • 2e5ba77 Build: changelog update for 9.9.0
  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765)
  • 59dba1b chore: package.json update for @​eslint/js release
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724)
  • 41d0206 feat: Add support for TS config files (#18134)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760)
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716)
  • Additional commits viewable in compare view


Updates knip from 5.27.0 to 5.27.2

Release notes

Sourced from knip's releases.

Release 5.27.2

  • Don't git-ignore user configured entry files (5e07bbcb)
  • Release @​knip/create-config 1.0.2 (ba39caa5)

Release 5.27.1

  • Use pathsBasePath if available to make compilerOptions.paths absolute (fixes #748) (6c866d26)
  • Format docs (d0d5f970)
  • Increase enhanced-resolve cache duration (c7fa02e1)
  • Add test coverage for tsconfig.json w/ module:commonjs (3d5a5363)
  • Add non-standard CJS require calls in TS files as entry files (as require.resolve) (f8f0d669)
  • Update docs (b2ea3a9a)
  • Fix regression issue template (f6066d69)
  • Aid ts issues (9eff1bb1)
  • Enable more tests in Bun (953d6f61)
  • Update lockfile (4d8b35b8)
  • Replace resolve with enhanced-resolve (39e0f223)
  • Temp exclude unlisted in typescript integration test (76752c88)
  • Inline playwright types (ea099cc0)
  • Add Vue example to compilers in docs (#733) (949ddd8b)
  • Minor refactor (8c21df51)
  • Fix omitted expressions in Promise.all imports (resolves #725) (858c0b73)
  • Clean up tryResolve etc. (e20a9e9a)
  • fix: pnpm workspace fixes (#738) (d5003d1b)
  • Update .gitattributes to exclude binary files (b9b8f4da)
  • Revert "CRLF will be replaced by LF the next time Git touches it" (0fdb4c93)
  • Upgrade Astro (ccb7523f)
  • Use latest tsx again (2b7d0537)
  • Add bun create @knip/config to installation instructions (fb199152)
Commits
  • 4f19785 Release 5.27.2
  • 5e07bbc Don't git-ignore user configured entry files
  • a4a2e1f Release 5.27.1
  • 6c866d2 Use pathsBasePath if available to make compilerOptions.paths absolute (fi...
  • c7fa02e Increase enhanced-resolve cache duration
  • 3d5a536 Add test coverage for tsconfig.json w/ module:commonjs
  • f8f0d66 Add non-standard CJS require calls in TS files as entry files (as require.res...
  • 9eff1bb Aid ts issues
  • 953d6f6 Enable more tests in Bun
  • 39e0f22 Replace resolve with enhanced-resolve
  • Additional commits viewable in compare view


Updates puppeteer from 22.15.0 to 23.0.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v23.0.2

23.0.2 (2024-08-08)

Bug Fixes

puppeteer: v23.0.2

23.0.2 (2024-08-08)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.0.1 to 23.0.2

puppeteer-core: v23.0.1

23.0.1 (2024-08-07)

Bug Fixes

puppeteer: v23.0.1

23.0.1 (2024-08-07)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.0.0 to 23.0.1

puppeteer-core: v23.0.0

23.0.0 (2024-08-07)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions