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 development-dependencies group across 1 directory with 12 updates #1557

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 Jan 27, 2025

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

Package From To
@babel/core 7.26.0 7.26.7
@babel/preset-env 7.26.0 7.26.7
@eslint/js 9.18.0 9.19.0
eslint 9.18.0 9.19.0
knip 5.42.0 5.43.3
rollup 4.30.1 4.32.0
typescript-eslint 8.20.0 8.21.0
@webref/css 6.18.1 6.19.0
mdn-data 2.14.0 2.15.0
puppeteer 24.0.0 24.1.1
stylelint 16.13.1 16.14.0
stylelint-test-rule-node 0.3.0 0.4.0

Updates @babel/core from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/core's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @babel/preset-env from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @eslint/js from 9.18.0 to 9.19.0

Release notes

Sourced from @​eslint/js's releases.

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Updates eslint from 9.18.0 to 9.19.0

Release notes

Sourced from eslint's releases.

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Updates knip from 5.42.0 to 5.43.3

Release notes

Sourced from knip's releases.

Release 5.43.3

  • Improve enum/member handling (fc5982e9a90edb5f966391069a19b778d37dfe0e)
  • More concise naming (f93a410f1319fd49661cafd73ddec8d10b546b6f)
  • feat(jest): add mocks to entry files (#925) (895434b8ce3adf02b11b3fe3835d658ade05f348) - thanks @​TkDodo!
  • Move mock (0259b8752b6f8c6b2bd780270b09e63ff227a10d)

Release 5.43.2

  • Add a bit of error handling for failed contributors fetch (b70958a58ea255ee7a7831e404786da807ca93d7)
  • Always use production entries by default in expo plugin (resolves #918) (9b8cb699dfbfe7bb9422ac2834dd229ebb93eb06)
  • knipignore → lintignore (47460d28c8723dfca4f85fb81be3037c2c52c8f1)
  • Fix scoping of namespace import refs (c8ce64d71dc841745cef6d059f43841d0f2d2419)
  • Bun started exposing serialize and deserialize directly from node:v8 (cbfc56e98bdab15d708c16413dcff4ecf2916e8d)
  • Update docs (b7b627398930b9aaf64e1a1bf56f6aea0ff9f35d)
  • Update dependencies (9b4f695c6c1b8ed9cc4b503e51888f40e1fc1a88)

Release 5.43.1

  • Add ignoreUnresolved to json schema (ec1cca705d0dbae53927938ae3d09cb1b5d1da1b)
  • Update docs (d1f05c1e2df592cbee7b40b76f6657d8c07d43cb)

Release 5.43.0

  • Add ignoreUnresolved feature (resolves #920) (081a776adc106221b0e7c0a0c14bcb594e7f651d)
  • Edit metro plugin doc (a418b57eda0fb31cf54f8d148da2ecbd4294988d)

Release 5.42.3

  • Do not crash when running npm init @​knip/config on a repository not using git (#916) (10575b8afbc0d6cc7a1442d9c28d6fa144b656ea) - thanks @​guillaumebrunerie!
  • feat: add support for storybook framework option as a string (#923) (030ac406877d3c61005eee4f0067b555942c9a2f) - thanks @​filipw01!
  • Fix vitest reporters with options (#922) (02a300c1f01dc9d1dc1c312404e25d88c97a125f) - thanks @​dakro!
  • Improve containingFilePath for inputs + debug output for failed script parser (8ccee8178e1087791b563a47018e220db386ed9e)

Release 5.42.2

  • Accept function that returns config in expo plugin (96b67835ebc07abea5c899154978b6f09ca39bff)
  • Improve pm binary/package handling (4b78b614d8dace82c6c8c168c7909f4f4f025f7b)
  • Make github-action inputs optional in production mode (resolves #914) (c510a3500e946153db798d912d8d9c8dc399bb0d)
  • Minor housekeeping (4011b233dcef91ea8c48e971c018bbc16141cef4)
  • Track Angular polyfills (#913) (e5688024e618ad066a85ef995c8a2f292fe3c43d) - thanks @​davidlj95!

Release 5.42.1

  • Exclude semantic-release packages (resolves #899) (a28cc021)* Edit docs + gen (d850cbeb)
  • Improve reported line sorting (7ff0b70b)
  • Rename tests touching fs for easier exclusion (be5ba912)
  • Add test:watch script to watch only failing test (86b2123f)
  • Add default formatter for jsx (4a212ad9)
  • Avoid overwrites in issue collector storage key (0530465c)
  • Rename file to match test/fixture consistency (959b64cf)
  • Fix case of node ../../node_modules/.bin/executable (resolves #908) (5a77dcc4)
  • Log debug session from launcher (be1f9d42)
  • Introduce optional dependencies & improve pm cli arg handling (1731ee5d)
  • Support more execa methods in visitor (5f2cf340)
  • Minor refactor (052375f1)
  • Fix non-internal isDependency case (e908cfea)

... (truncated)

Commits

Updates rollup from 4.30.1 to 4.32.0

Release notes

Sourced from rollup's releases.

v4.32.0

4.32.0

2025-01-24

Features

  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#5799)

Bug Fixes

  • Fix incorrect urls in CLI warnings (#5809)

Pull Requests

v4.31.0

4.31.0

2025-01-19

Features

  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#5803)

Bug Fixes

  • Handle files with more than one UTF-8 BOM header (#5806)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.32.0

2025-01-24

Features

  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#5799)

Bug Fixes

  • Fix incorrect urls in CLI warnings (#5809)

Pull Requests

4.31.0

2025-01-19

Features

  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#5803)

Bug Fixes

  • Handle files with more than one UTF-8 BOM header (#5806)

Pull Requests

Commits
  • 2538304 4.32.0
  • 41d01c2 fix: avoid duplicate rollupjs.org prefix (#5809)
  • 56ba60f chore(deps): update dependency @​shikijs/vitepress-twoslash to v2 (#5810)
  • 52b9e78 Feature/watch on invalidate (#5799)
  • 6ba5278 fix(deps): lock file maintenance minor/patch updates (#5811)
  • b3695a2 chore(deps): update dependency vite to v6.0.9 [security] (

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` | `9.19.0` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.42.0` | `5.43.3` |
| [rollup](https://github.com/rollup/rollup) | `4.30.1` | `4.32.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.20.0` | `8.21.0` |
| [@webref/css](https://github.com/w3c/webref) | `6.18.1` | `6.19.0` |
| [mdn-data](https://github.com/mdn/data) | `2.14.0` | `2.15.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.0.0` | `24.1.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.13.1` | `16.14.0` |
| [stylelint-test-rule-node](https://github.com/stylelint/stylelint-test-rule-node) | `0.3.0` | `0.4.0` |



Updates `@babel/core` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)

Updates `@babel/preset-env` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)

Updates `@eslint/js` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

Updates `knip` from 5.42.0 to 5.43.3
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.43.3/packages/knip)

Updates `rollup` from 4.30.1 to 4.32.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.1...v4.32.0)

Updates `typescript-eslint` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/typescript-eslint)

Updates `@webref/css` from 6.18.1 to 6.19.0
- [Commits](https://github.com/w3c/webref/compare/@webref/[email protected]...@webref/[email protected])

Updates `mdn-data` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/mdn/data/releases)
- [Changelog](https://github.com/mdn/data/blob/main/CHANGELOG.md)
- [Commits](mdn/data@v2.14.0...v2.15.0)

Updates `puppeteer` from 24.0.0 to 24.1.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.0.0...puppeteer-v24.1.1)

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

Updates `stylelint-test-rule-node` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/stylelint/stylelint-test-rule-node/releases)
- [Changelog](https://github.com/stylelint/stylelint-test-rule-node/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-test-rule-node@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@eslint/js"
  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-minor
  dependency-group: development-dependencies
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@webref/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mdn-data
  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-minor
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: stylelint-test-rule-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment