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

chore(deps-dev): bump the dev group across 1 directory with 4 updates #143

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2024

Bumps the dev group with 4 updates in the / directory: eslint-plugin-simple-import-sort, globals, typescript-eslint and @swc/core.

Updates eslint-plugin-simple-import-sort from 12.1.0 to 12.1.1

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 12.1.1 (2024-07-02)

This release adds a short meta.docs.description to each rule. Thanks to fisker Cheung (@​fisker)!

Commits

Updates globals from 15.7.0 to 15.8.0

Release notes

Sourced from globals's releases.

v15.8.0

  • Add es2025 globals (Same as es2021) (#256) 2ef342a

sindresorhus/globals@v15.7.0...v15.8.0

Commits

Updates typescript-eslint from 7.14.1 to 7.15.0

Release notes

Sourced from typescript-eslint's releases.

v7.15.0

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case (#8752)
  • eslint-plugin: back-port new rules around empty object types from v8 (#9443)

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459)
  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
  • utils: clean outdated RuleTester export (#9322)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

❤️ Thank You

  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

Commits
  • 2865d31 chore(release): publish 7.15.0
  • 2671de5 feat(eslint-plugin): back-port new rules around empty object types from v8 (#...
  • a466e07 fix: disable EXPERIMENTAL_useProjectService in disabled-type-checked shar...
  • See full diff in compare view

Updates @swc/core from 1.6.6 to 1.6.7

Changelog

Sourced from @​swc/core's changelog.

[1.6.7] - 2024-07-03

Bug Fixes

Documentation

  • Use @swc/counter for 3rd-party download count (026ff7e)

Features

  • (binding) Create Wasm package for stripping only TypeScript (#9124) (6b3c0da)

  • (es/minifier) Handle more indexing expression (#8750) (570c47a)

  • (preset-env) Upgrade browserslist-rs (#9023) (18d6277)

Performance

  • (es/lexer) Do not use memchr::memmem in parser (#9118) (72021de)

Refactor

  • (es/typescript) Extract type annotation proposal out (#9127) (dfee5f8)

Testing

Build

... (truncated)

Commits
  • c12c8d9 chore: Publish 1.6.7 with swc_core v0.96.2
  • 0677161 chore: Update changelog
  • 917cf83 chore: Publish 1.6.7-nightly-20240703.4 with swc_core v0.96.2
  • c6d6db3 test(bindings/ts): Test Wasm binding (#9128)
  • 214535b chore: Update changelog
  • e2527fb chore: Publish 1.6.7-nightly-20240703.3 with swc_core v0.96.2
  • c34c253 chore: Bump crates
  • dfee5f8 refactor(es/typescript): Extract type annotation proposal out (#9127)
  • eda493c chore: Update changelog
  • cffc68d chore: Publish 1.6.7-nightly-20240703.2 with swc_core v0.96.1
  • Additional commits viewable in compare view

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

Bumps the dev group with 4 updates in the / directory: [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort), [globals](https://github.com/sindresorhus/globals), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@swc/core](https://github.com/swc-project/swc).


Updates `eslint-plugin-simple-import-sort` from 12.1.0 to 12.1.1
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.0...v12.1.1)

Updates `globals` from 15.7.0 to 15.8.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.7.0...v15.8.0)

Updates `typescript-eslint` from 7.14.1 to 7.15.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/v7.15.0/packages/typescript-eslint)

Updates `@swc/core` from 1.6.6 to 1.6.7
- [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.6.6...v1.6.7)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 4, 2024
Copy link

vercel bot commented Jul 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chainfile.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2024 1:12am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

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

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-b335cbc678 branch July 8, 2024 00:30
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 kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants