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 11 updates #144

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@babel/eslint-parser 7.24.1 7.25.7
@babel/preset-env 7.24.4 7.25.7
@playwright/test 1.42.1 1.47.2
@size-limit/preset-app 11.1.2 11.1.6
cssnano 6.1.2 7.0.6
postcss-dark-theme-class 1.2.1 1.3.0
postcss-preset-env 9.5.4 10.0.6
vite 5.2.8 5.4.8
vite-plugin-singlefile 2.0.1 2.0.2

Updates @babel/eslint-parser from 7.24.1 to 7.25.7

Release notes

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

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @babel/preset-env from 7.24.4 to 7.25.7

Release notes

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

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

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

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @playwright/test from 1.42.1 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.0

Network Tab improvements

The Network tab in the UI mode and trace viewer has several nice improvements:

  • filtering by asset type and URL
  • better display of query string parameters
  • preview of font assets

Network tab now has filters

Credit to @​kubajanik for these wonderful improvements!

--tsconfig CLI option

By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:

# Pass a specific tsconfig
</tr></table> 

... (truncated)

Commits
  • d93029f chore: mark v1.47.2 (#32729)
  • 0c6217a cherry-pick(#32699): fix(codegen): use content_frame property in python
  • f96b487 cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...
  • 937424f cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • Additional commits viewable in compare view

Updates @size-limit/preset-app from 11.1.2 to 11.1.6

Release notes

Sourced from @​size-limit/preset-app's releases.

11.1.6

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

11.1.5

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.
Changelog

Sourced from @​size-limit/preset-app's changelog.

11.1.6

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

11.1.5

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.
Commits

Updates browserslist from 4.23.0 to 4.24.0

Release notes

Sourced from browserslist's releases.

4.24.0

  • Added browserslist.findConfigFile() helper (by @​JLHwung).

4.23.3

4.23.2

  • Updated Firefox ESR.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Changelog

Sourced from browserslist's changelog.

4.24.0

  • Added browserslist.findConfigFile() helper (by @​JLHwung).

4.23.3

4.23.2

  • Updated Firefox ESR.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Commits

Updates cssnano from 6.1.2 to 7.0.6

Release notes

Sourced from cssnano's releases.

v7.0.6

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6

v7.0.5

Bug Fixes

v7.0.4

Bug fixes

v7.0.3

Bug Fixes

  • cssnano-preset-default: preserve SVG viewbox and title by default
  • postcss-convert-values: preserve percent sign in arguments of color functions when needed
  • postcss-ordered-values: preserve correct order in animation property
  • postcss-minify-selectors: preserve quotes when escaping selector is required
  • postcss-discard-comments: do not remove strings that only look like comments in selectors

Thanks to @​ota-meshi and @​seiyab for their contributions to this release.

v7.0.2

Bug Fixes

  • fix invalid output in some cases where selectors contain comments

v7.0.1

Patch changes

Update postcss-calc dependency to latest version

v7.0.0

Breaking changes

This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the package.json engines field has been updated. The code should otherwise be identical to the previous 6.1.2 release.

Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.

Commits
  • 26c83f5 Publish cssnano 7.0.6
  • e43f9bf chore: update development dependencies
  • 34bdcb8 chore: add changeset
  • a4e2c51 fix(postcss-convert-values): convert 0ms to 0s (#1665)
  • 7e86cfd chore: update Node type definitions
  • 1d65a10 fix: update postcss-selector-parser
  • 024ddef fix(cssnano-preset-default): update postcss-calc
  • 842b7f3 chore: update development dependencies
  • 104c303 docs: Update website for release
  • a7855c1 Publish cssnano 7.0.5
  • Additional commits viewable in compare view

Updates postcss-dark-theme-class from 1.2.1 to 1.3.0

Release notes

Sourced from postcss-dark-theme-class's releases.

1.3.0

1.2.3

1.2.2

  • Fixed !important for light-dark() (by @​yuheiy).
Changelog

Sourced from postcss-dark-theme-class's changelog.

1.3.0

1.2.3

1.2.2

  • Fixed !important for light-dark() (by @​yuheiy).
Commits

Updates postcss-preset-env from 9.5.4 to 10.0.6

Changelog

Sourced from postcss-preset-env's changelog.

10.0.6

October 4, 2024

10.0.5

September 22, 2024

10.0.4

September 22, 2024

10.0.3

September 9, 2024

10.0.2

August 18, 2024

... (truncated)

Commits

Updates size-limit from 11.1.2 to 11.1.6

Release notes

Sourced from size-limit's releases.

11.1.6

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

11.1.5

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.
Changelog

Sourced from size-limit's changelog.

11.1.6

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

11.1.5

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.
Commits

Updates vite from 5.2.8 to 5.4.8

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.1` | `7.25.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.4` | `7.25.7` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.42.1` | `1.47.2` |
| [@size-limit/preset-app](https://github.com/ai/size-limit) | `11.1.2` | `11.1.6` |
| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.6` |
| [postcss-dark-theme-class](https://github.com/postcss/postcss-dark-theme-class) | `1.2.1` | `1.3.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.5.4` | `10.0.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.8` | `5.4.8` |
| [vite-plugin-singlefile](https://github.com/richardtallent/vite-plugin-singlefile) | `2.0.1` | `2.0.2` |



Updates `@babel/eslint-parser` from 7.24.1 to 7.25.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.25.7/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.4 to 7.25.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.25.7/packages/babel-preset-env)

Updates `@playwright/test` from 1.42.1 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.42.1...v1.47.2)

Updates `@size-limit/preset-app` from 11.1.2 to 11.1.6
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.1.2...11.1.6)

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

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

Updates `postcss-dark-theme-class` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/postcss/postcss-dark-theme-class/releases)
- [Changelog](https://github.com/postcss/postcss-dark-theme-class/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-dark-theme-class@1.2.1...1.3.0)

Updates `postcss-preset-env` from 9.5.4 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 `size-limit` from 11.1.2 to 11.1.6
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.1.2...11.1.6)

Updates `vite` from 5.2.8 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

Updates `vite-plugin-singlefile` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/richardtallent/vite-plugin-singlefile/blob/main/CHANGELOG.md)
- [Commits](https://github.com/richardtallent/vite-plugin-singlefile/commits)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@size-limit/preset-app"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: postcss-dark-theme-class
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite-plugin-singlefile
  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 requested a review from meduzen as a code owner October 7, 2024 20:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link

github-actions bot commented Oct 7, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Everything 281.84 KB (-0.03% 🔽) 5.7 s (-0.03% 🔽) 5.1 s (+13.02% 🔺) 10.7 s
HTML 4.4 KB (0%) 88 ms (0%) 0 ms (+100% 🔺) 88 ms
CSS 3.68 KB (0%) 74 ms (0%) 0 ms (+100% 🔺) 74 ms
JS 6.66 KB (-1.16% 🔽) 134 ms (-1.16% 🔽) 4.9 s (-12.43% 🔽) 5 s
Fonts 12.47 KB (0%) 250 ms (0%) 0 ms (+100% 🔺) 250 ms
Sounds (FLAC) 125.78 KB (0%) 2.6 s (0%) 0 ms (+100% 🔺) 2.6 s
Sounds (WAV) 168.79 KB (0%) 3.4 s (0%) 0 ms (+100% 🔺) 3.4 s

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #145.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-bfa8e8db03 branch November 1, 2024 18:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants