Skip to content

build(deps-dev): bump the patterns group across 1 directory with 8 updates #510

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the patterns group with 8 updates in the / directory:

Package From To
@emotion/react 11.13.0 11.13.3
@swc/core 1.7.14 1.7.18
@types/react 18.3.3 18.3.4
@typescript-eslint/parser 8.2.0 8.3.0
expect-type 0.19.0 0.20.0
husky 9.1.4 9.1.5
rollup 4.21.0 4.21.1
vite 5.4.1 5.4.2

Updates @emotion/react from 11.13.0 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

Commits

Updates @swc/core from 1.7.14 to 1.7.18

Changelog

Sourced from @​swc/core's changelog.

Changelog

[1.7.17] - 2024-08-23

Bug Fixes

  • (bindings/wasm) Fix typing (#9469) (8c007c4)

  • (ci) FIx pattern for actions/download-artifact (ac7bd31)

  • (es/minifier) Force rename synthesized identifiers (#9473) (c72b5f8)

  • (es/minifier) Mark LHS of for-in/of as update (#9474) (ac432c4)

  • (es/typescript) Correctly handle deep import chains (#9487) (50d70d3)

  • (es/typescript) Correctly handle ESM context (#9490) (fc0483c)

  • (html) Fix html binding (eefae1c)

Features

  • (bindings/html) Allow using lightningcss as minfiier (#9462) (74d6478)

  • (es/minifier) Drop more patterns with PURE marker (#9478) (ede1a52)

  • (es/parser) Disallow let let (#9484) (1121bc0)

  • (visit) Add experimental traverse APIs (#9464) (3ee8980)

Miscellaneous Tasks

  • (html) Use binding_html_node instead of html_node (bdea5cb)

  • (html) Fix publish action (f30fd4f)

... (truncated)

Commits
  • 54f99a2 chore: Publish 1.7.18 with swc_core v0.101.6
  • f500dd4 chore: Update changelog
  • 6a47580 chore: Publish 1.7.18-nightly-20240824.1 with swc_core v0.101.6
  • 92dee82 chore: Fix publish action
  • ef74760 chore: Update changelog
  • b73cadc chore: Publish 1.7.17 with swc_core v0.101.6
  • efa38b0 chore: Update changelog
  • 58fe9a4 chore: Publish 1.7.17-nightly-20240823.1 with swc_core v0.101.6
  • d84720c chore: Disable html publish pipeline
  • 82fa400 chore: Publish crates with swc_core v0.101.6
  • Additional commits viewable in compare view

Updates @types/react from 18.3.3 to 18.3.4

Commits

Updates @typescript-eslint/parser from 8.2.0 to 8.3.0

Release notes

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

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

8.3.0 (2024-08-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits

Updates expect-type from 0.19.0 to 0.20.0

Release notes

Sourced from expect-type's releases.

v0.20.0

Breaking changes

This change updates how overloaded functions are treated. Now, .parameters gives you a union of the parameter-tuples that a function can take. For example, given the following type:

type Factorize = {
  (input: number): number[]
  (input: bigint): bigint[]
}

Behvaiour before:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[bigint]>()

Behaviour now:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[number] | [bigint]>()

There were similar changes for .returns, .parameter(...), and .toBeCallableWith. Also, overloaded functions are now differentiated properly when using .branded.toEqualTypeOf (this was a bug that it seems nobody found).

See #83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).

What's Changed

Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0

v0.20.0-0

Breaking changes

... (truncated)

Commits

Updates husky from 9.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates rollup from 4.21.0 to 4.21.1

Release notes

Sourced from rollup's releases.

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Commits
  • c33c6ce 4.21.1
  • fadebcd fix: get the right chunk name for preserve modules in Windows (#5625)
  • eb07813 fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)
  • c1d25d6 Call and await closeWatcher hooks on exit signals (#5619)
  • 3eb8817 chore(deps): lock file maintenance minor/patch updates (#5622)
  • 262a388 preload the WASM file even though the version is undefined. (#5618)
  • 9625890 chore(deps): update dependency @​types/eslint to v9 (#5591)
  • 916bd62 Fix REPL loading
  • See full diff in compare view

Updates vite from 5.4.1 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the patterns group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.14` | `1.7.18` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.2.0` | `8.3.0` |
| [expect-type](https://github.com/mmkal/expect-type) | `0.19.0` | `0.20.0` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [rollup](https://github.com/rollup/rollup) | `4.21.0` | `4.21.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `5.4.2` |



Updates `@emotion/react` from 11.13.0 to 11.13.3
- [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/react@11.13.0...@emotion/react@11.13.3)

Updates `@swc/core` from 1.7.14 to 1.7.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.14...v1.7.18)

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

Updates `@typescript-eslint/parser` from 8.2.0 to 8.3.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.3.0/packages/parser)

Updates `expect-type` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](mmkal/expect-type@0.19.0...v0.20.0)

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `rollup` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.0...v4.21.1)

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

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: expect-type
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@emotion/react@11.13.3 None 0 824 kB emotion-release-bot
npm/@rollup/rollup-android-arm-eabi@4.21.1 None 0 1.48 MB lukastaegert
npm/@rollup/rollup-android-arm64@4.21.1 None 0 2.1 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.21.1 None 0 2.19 MB lukastaegert
npm/@rollup/rollup-darwin-x64@4.21.1 None 0 2.36 MB lukastaegert
npm/@rollup/rollup-linux-arm-gnueabihf@4.21.1 None 0 2.21 MB lukastaegert
npm/@rollup/rollup-linux-arm-musleabihf@4.21.1 None 0 2.21 MB lukastaegert
npm/@rollup/rollup-linux-arm64-gnu@4.21.1 None 0 2.22 MB lukastaegert
npm/@rollup/rollup-linux-arm64-musl@4.21.1 None 0 2.12 MB lukastaegert
npm/@rollup/rollup-linux-powerpc64le-gnu@4.21.1 None 0 2.76 MB lukastaegert
npm/@rollup/rollup-linux-riscv64-gnu@4.21.1 None 0 2.31 MB lukastaegert
npm/@rollup/rollup-linux-s390x-gnu@4.21.1 None 0 3.84 MB lukastaegert
npm/@rollup/rollup-linux-x64-gnu@4.21.1 None 0 2.48 MB lukastaegert
npm/@rollup/rollup-linux-x64-musl@4.21.1 None 0 2.48 MB lukastaegert
npm/@rollup/rollup-win32-arm64-msvc@4.21.1 None 0 2.74 MB lukastaegert
npm/@rollup/rollup-win32-ia32-msvc@4.21.1 None 0 2.5 MB lukastaegert
npm/@rollup/rollup-win32-x64-msvc@4.21.1 None 0 3.31 MB lukastaegert
npm/@swc/core-darwin-arm64@1.7.18 None 0 37.8 MB kdy1
npm/@swc/core-darwin-x64@1.7.18 None 0 41.7 MB kdy1
npm/@swc/core-linux-arm-gnueabihf@1.7.18 None 0 26.3 MB kdy1, kwonoj
npm/@swc/core-linux-arm64-gnu@1.7.18 None 0 44.9 MB kdy1, kwonoj
npm/@swc/core-linux-arm64-musl@1.7.18 None 0 55.7 MB kdy1, kwonoj
npm/@swc/core-linux-x64-gnu@1.7.18 None 0 52 MB kdy1, kwonoj
npm/@swc/core-linux-x64-musl@1.7.18 None 0 63.6 MB kdy1, kwonoj
npm/@swc/core-win32-arm64-msvc@1.7.18 None 0 35.5 MB kdy1, kwonoj
npm/@swc/core-win32-ia32-msvc@1.7.18 None 0 29.8 MB kdy1, kwonoj
npm/@swc/core-win32-x64-msvc@1.7.18 None 0 55.5 MB kdy1, kwonoj
npm/@swc/core@1.7.18 None 0 120 kB kdy1, kwonoj
npm/@types/react@18.3.4 None 0 438 kB types
npm/@typescript-eslint/parser@8.3.0 None 0 18.8 kB bradzacher, jameshenry
npm/expect-type@0.20.0 None 0 109 kB mmkale
npm/husky@9.1.5 None 0 0 B
npm/rollup@4.21.1 environment, filesystem 0 2.27 MB lukastaegert
npm/vite@5.4.2 None 0 3.26 MB antfu, patak, soda, ...2 more

🚮 Removed packages: npm/@emotion/react@11.13.0), npm/@rollup/rollup-android-arm-eabi@4.21.0), npm/@rollup/rollup-android-arm64@4.21.0), npm/@rollup/rollup-darwin-arm64@4.21.0), npm/@rollup/rollup-darwin-x64@4.21.0), npm/@rollup/rollup-linux-arm-gnueabihf@4.21.0), npm/@rollup/rollup-linux-arm-musleabihf@4.21.0), npm/@rollup/rollup-linux-arm64-gnu@4.21.0), npm/@rollup/rollup-linux-arm64-musl@4.21.0), npm/@rollup/rollup-linux-powerpc64le-gnu@4.21.0), npm/@rollup/rollup-linux-riscv64-gnu@4.21.0), npm/@rollup/rollup-linux-s390x-gnu@4.21.0), npm/@rollup/rollup-linux-x64-gnu@4.21.0), npm/@rollup/rollup-linux-x64-musl@4.21.0), npm/@rollup/rollup-win32-arm64-msvc@4.21.0), npm/@rollup/rollup-win32-ia32-msvc@4.21.0), npm/@rollup/rollup-win32-x64-msvc@4.21.0), npm/@swc/core-darwin-arm64@1.7.14), npm/@swc/core-darwin-x64@1.7.14), npm/@swc/core-linux-arm-gnueabihf@1.7.14), npm/@swc/core-linux-arm64-gnu@1.7.14), npm/@swc/core-linux-arm64-musl@1.7.14), npm/@swc/core-linux-x64-gnu@1.7.14), npm/@swc/core-linux-x64-musl@1.7.14), npm/@swc/core-win32-arm64-msvc@1.7.14), npm/@swc/core-win32-ia32-msvc@1.7.14), npm/@swc/core-win32-x64-msvc@1.7.14), npm/@swc/core@1.7.14), npm/@types/react@18.3.3), npm/@typescript-eslint/parser@8.2.0), npm/expect-type@0.19.0), npm/husky@9.1.4), npm/rollup@4.21.0), npm/vite@5.4.1)

View full report↗︎

Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for any-viewer ready!

Name Link
🔨 Latest commit 5487390
🔍 Latest deploy log https://app.netlify.com/sites/any-viewer/deploys/66cccacc98b706000859a85a
😎 Deploy Preview https://deploy-preview-510--any-viewer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patterns-6693434903 branch September 2, 2024 03:39
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