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 js-packages group across 1 directory with 25 updates #288

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the js-packages group with 25 updates in the / directory:

Package From To
@craco/craco 7.0.0 7.1.0
@emotion/styled 11.10.0 11.13.0
@mui/icons-material 5.11.0 6.1.0
@mui/material 5.11.0 6.1.0
@types/jest 29.4.0 29.5.13
@types/node 18.11.9 22.5.5
express 4.18.1 4.21.0
i18next 23.11.2 23.15.1
loglevel 1.8.0 1.9.2
monaco-editor 0.47.0 0.51.0
typescript 4.9.3 5.6.2
ws 8.13.0 8.18.0
@cypress/webpack-dev-server 3.7.4 3.11.0
@typescript-eslint/eslint-plugin 5.49.0 8.6.0
@typescript-eslint/parser 5.49.0 8.6.0
cypress 13.7.3 13.14.2
cypress-real-events 1.12.0 1.13.0
eslint 8.32.0 9.10.0
eslint-config-prettier 8.6.0 9.1.0
eslint-plugin-cypress 2.12.1 3.5.0
eslint-plugin-prettier 4.2.1 5.2.1
husky 8.0.1 9.1.6
lint-staged 13.1.0 15.2.10
prettier 2.8.0 3.3.3
serve 14.2.0 14.2.3

Updates @craco/craco from 7.0.0 to 7.1.0

Release notes

Sourced from @​craco/craco's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: dilanx/craco@v7.0.0...v7.1.0

Commits
  • 70a7a2a v7.1.0
  • 6d4f5db revert a bit
  • 7dab7d2 v7.1.0
  • 9e5fe9d Fix broken link, fixing typos
  • 58f67cf Merge branch 'main' into pr/attilapolakovics/489
  • 98b89ea match package versions with cra
  • 3099eae fix: Include path override into build and test scripts as well
  • c90e944 feat: Override CRA paths
  • 5f68223 allow build script to use existing NODE_ENV value
  • See full diff in compare view

Updates @emotion/styled from 11.10.0 to 11.13.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

@​emotion/styled@​11.11.5

Patch Changes

@​emotion/styled@​11.11.0

Minor Changes

Patch Changes

... (truncated)

Commits

Updates @mui/icons-material from 5.11.0 to 6.1.0

Release notes

Sourced from @​mui/icons-material's releases.

v6.1.0

Sep 11, 2024

A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:

  • Minor version changes: To solve longstanding ESM compatibility issues we added package exports to @mui/icons-material (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the exports field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
  • This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

v6.1.0

Sep 10, 2024

A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:

  • Minor version changes: To solve longstanding ESM compatibility issues we added package exports to @mui/icons-material (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the exports field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
  • This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by diegoandai, a new releaser for @​mui/icons-material since your current version.


Updates @mui/material from 5.11.0 to 6.1.0

Release notes

Sourced from @​mui/material's releases.

v6.1.0

Sep 11, 2024

A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:

  • Minor version changes: To solve longstanding ESM compatibility issues we added package exports to @mui/icons-material (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the exports field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
  • This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.0

Sep 10, 2024

A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:

  • Minor version changes: To solve longstanding ESM compatibility issues we added package exports to @mui/icons-material (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the exports field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
  • This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by diegoandai, a new releaser for @​mui/material since your current version.


Updates @types/jest from 29.4.0 to 29.5.13

Commits

Updates @types/node from 18.11.9 to 22.5.5

Commits

Updates express from 4.18.1 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct cli...

      Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/js-packages-6f03cddae8 branch from cf3576a to 9744734 Compare September 16, 2024 22:17
Bumps the js-packages group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@craco/craco](https://github.com/dilanx/craco/tree/HEAD/packages/craco) | `7.0.0` | `7.1.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.10.0` | `11.13.0` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.11.0` | `6.1.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.11.0` | `6.1.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.4.0` | `29.5.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.11.9` | `22.5.5` |
| [express](https://github.com/expressjs/express) | `4.18.1` | `4.21.0` |
| [i18next](https://github.com/i18next/i18next) | `23.11.2` | `23.15.1` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.8.0` | `1.9.2` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.47.0` | `0.51.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.9.3` | `5.6.2` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` |
| [@cypress/webpack-dev-server](https://github.com/cypress-io/cypress) | `3.7.4` | `3.11.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.49.0` | `8.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.49.0` | `8.6.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.7.3` | `13.14.2` |
| [cypress-real-events](https://github.com/dmtrKovalenko/cypress-real-events) | `1.12.0` | `1.13.0` |
| [eslint](https://github.com/eslint/eslint) | `8.32.0` | `9.10.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.6.0` | `9.1.0` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.12.1` | `3.5.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `4.2.1` | `5.2.1` |
| [husky](https://github.com/typicode/husky) | `8.0.1` | `9.1.6` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `13.1.0` | `15.2.10` |
| [prettier](https://github.com/prettier/prettier) | `2.8.0` | `3.3.3` |
| [serve](https://github.com/vercel/serve) | `14.2.0` | `14.2.3` |



Updates `@craco/craco` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/dilanx/craco/releases)
- [Commits](https://github.com/dilanx/craco/commits/v7.1.0/packages/craco)

Updates `@emotion/styled` from 11.10.0 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@mui/icons-material` from 5.11.0 to 6.1.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.1.0/packages/mui-icons-material)

Updates `@mui/material` from 5.11.0 to 6.1.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.1.0/packages/mui-material)

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

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

Updates `express` from 4.18.1 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.18.1...4.21.0)

Updates `i18next` from 23.11.2 to 23.15.1
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.11.2...v23.15.1)

Updates `loglevel` from 1.8.0 to 1.9.2
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.8.0...v1.9.2)

Updates `monaco-editor` from 0.47.0 to 0.51.0
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.47.0...v0.51.0)

Updates `typescript` from 4.9.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@v4.9.3...v5.6.2)

Updates `ws` from 8.13.0 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.18.0)

Updates `@cypress/webpack-dev-server` from 3.7.4 to 3.11.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v3.7.4...@cypress/webpack-dev-server-v3.11.0)

Updates `@typescript-eslint/eslint-plugin` from 5.49.0 to 8.6.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.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.49.0 to 8.6.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.6.0/packages/parser)

Updates `cypress` from 13.7.3 to 13.14.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.7.3...v13.14.2)

Updates `cypress-real-events` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/dmtrKovalenko/cypress-real-events/releases)
- [Commits](dmtrKovalenko/cypress-real-events@v1.12.0...v1.13.0)

Updates `eslint` from 8.32.0 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.32.0...v9.10.0)

Updates `eslint-config-prettier` from 8.6.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.6.0...v9.1.0)

Updates `eslint-plugin-cypress` from 2.12.1 to 3.5.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v2.12.1...v3.5.0)

Updates `eslint-plugin-prettier` from 4.2.1 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@v4.2.1...v5.2.1)

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

Updates `lint-staged` from 13.1.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@v13.1.0...v15.2.10)

Updates `prettier` from 2.8.0 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@2.8.0...3.3.3)

Updates `serve` from 14.2.0 to 14.2.3
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](vercel/serve@14.2.0...14.2.3)

---
updated-dependencies:
- dependency-name: "@craco/craco"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: loglevel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@cypress/webpack-dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: cypress-real-events
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: serve
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/js-packages-6f03cddae8 branch from 9744734 to 5cc4cb4 Compare September 17, 2024 22:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2024

Superseded by #292.

@dependabot dependabot bot closed this Sep 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js-packages-6f03cddae8 branch September 19, 2024 22:24
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