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

[Tech] Bump the non-major-dev-dependencies group across 1 directory with 7 updates #3616

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the non-major-dev-dependencies group with 7 updates in the /frontend directory:

Package From To
@import-meta-env/cli 0.6.9 0.7.0
@import-meta-env/prepare 0.1.14 0.2.0
@import-meta-env/unplugin 0.5.2 0.6.0
@swc/core 1.7.22 1.7.23
eslint-plugin-import 2.29.1 2.30.0
eslint-plugin-jest 28.8.1 28.8.2
eslint-plugin-react 7.35.0 7.35.2

Updates @import-meta-env/cli from 0.6.9 to 0.7.0

Release notes

Sourced from @​import-meta-env/cli's releases.

cli0.7.0

Changelog: https://github.com/runtime-env/import-meta-env/blob/cli0.7.0/packages/cli/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/cli's changelog.

0.7.0 (2024-09-01)

⚠ BREAKING CHANGES

  • dotenv is a dependency instead of a peer dependency

Features

Commits

Updates @import-meta-env/prepare from 0.1.14 to 0.2.0

Release notes

Sourced from @​import-meta-env/prepare's releases.

flow0.2.0

Changelog: https://github.com/runtime-env/import-meta-env/blob/flow0.2.0/packages/flow/CHANGELOG.md

prepare0.2.0

Changelog: https://github.com/runtime-env/import-meta-env/blob/prepare0.2.0/packages/prepare/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/prepare's changelog.

0.2.0 (2024-09-01)

⚠ BREAKING CHANGES

  • dotenv is a dependency instead of a peer dependency

Features

Commits

Updates @import-meta-env/unplugin from 0.5.2 to 0.6.0

Release notes

Sourced from @​import-meta-env/unplugin's releases.

cli0.6.0

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.6.0/packages/cli/CHANGELOG.md

unplugin0.6.0

Changelog: https://github.com/runtime-env/import-meta-env/blob/unplugin0.6.0/packages/unplugin/CHANGELOG.md

cli0.5.6

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.5.6/packages/cli/CHANGELOG.md

cli0.5.5

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.5.5/packages/cli/CHANGELOG.md

cli0.5.4

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.5.4/packages/cli/CHANGELOG.md

cli0.5.3

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.5.3/packages/cli/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/unplugin's changelog.

0.6.0 (2024-09-01)

⚠ BREAKING CHANGES

  • dotenv is a dependency instead of a peer dependency

Features

Commits
  • d4d38eb chore(release): @​import-meta-env/unplugin@​0.4.8
  • 9a2f498 build: upgrade peer dependecy version in multiple packages
  • ecb07e9 chore(deps): update dependency typescript to v5.0.3
  • 0f16813 chore(deps): update dependency webpack to v5.77.0
  • 8ac72aa chore(deps): update dependency @​types/node to v18.15.11
  • e9af2e2 chore(deps): update dependency @​types/node to v18.15.10
  • 1ed89fd chore(deps): update dependency rollup to v3.20.2
  • 2518735 chore(deps): update dependency @​types/node to v18.15.9
  • 5f0a603 chore(deps): update dependency @​types/node to v18.15.8
  • 2b41a58 chore(deps): update dependency @​types/node to v18.15.7
  • Additional commits viewable in compare view

Updates @swc/core from 1.7.22 to 1.7.23

Changelog

Sourced from @​swc/core's changelog.

[1.7.23] - 2024-09-02

Bug Fixes

Performance

  • (es/compat) Reimplement constructor transform (#9519) (4b85a92)

  • (es/utils) Rewrite inject_after_super (#9496) (c562cfa)

Commits
  • d52a48f chore: Publish 1.7.23 with swc_core v0.103.1
  • 508f02d chore: Update changelog
  • 3c503eb chore: Publish 1.7.23-nightly-20240902.1 with swc_core v0.103.1
  • 838fe80 chore: Publish crates with swc_core v0.103.1
  • 5fd68f9 fix(es/minifier): Fix name mangler (#9524)
  • 595e8db chore: Publish crates with swc_core v0.103.0
  • 29fcebe chore: Publish crates with swc_core v0.103.0
  • c562cfa perf(es/utils): Rewrite inject_after_super (#9496)
  • 4b85a92 perf(es/compat): Reimplement constructor transform (#9519)
  • 6b19c0c chore: Update changelog
  • See full diff in compare view

Updates eslint-plugin-import from 2.29.1 to 2.30.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.30.0

Added

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.30.0] - 2024-09-02

Added

  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@​JiangWeixian])
  • [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@​amsardesai])
  • [no-unused-modules]: Add ignoreUnusedTypeExports option (#3011, thanks [@​silverwind])
  • add support for Flat Config (#3018, thanks [@​michaelfaith])

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])
Commits
  • 18787d3 Bump to 2.30.0
  • 9902298 [Deps] update eslint-module-utils
  • 9d194a6 [utils] v2.9.0
  • 0a58d75 [resolvers/webpack] v0.13.9
  • a3015eb [Test] namespace: ensure valid case is actually included
  • 8bdb32b [Test] add explicit marker for trailing whitespace in cases
  • 038c26c [readme] Clarify how to install the plugin
  • 32a2b89 [Fix] order: do not compare first path segment for relative paths (#2682)
  • ee1ea02 [Fix] newline-after-import: fix considerComments option when require
  • 806e3c2 [New] add support for Flat Config
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 28.8.1 to 28.8.2

Release notes

Sourced from eslint-plugin-jest's releases.

v28.8.2

28.8.2 (2024-09-02)

Performance Improvements

  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#1646) (0660242)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.8.2 (2024-09-02)

Performance Improvements

  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#1646) (0660242)
Commits
  • 9adda0a chore(release): 28.8.2 [skip ci]
  • 0660242 perf(prefer-importing-jest-globals): stop collecting import specifiers for no...
  • a789420 chore(deps): lock file maintenance
  • See full diff in compare view

Updates eslint-plugin-react from 7.35.0 to 7.35.2

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.2

Fixed

#3814: jsx-eslint/eslint-plugin-react#3814 jsx-curly-brace-presence: docs/rules/jsx-curly-brace-presence.md

v7.35.1

Fixed

#3798: jsx-eslint/eslint-plugin-react#3798

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

[7.35.2] - 2024.09.03

Fixed

  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814[] @​ljharb)

#3814: jsx-eslint/eslint-plugin-react#3814

7.35.1 - 2024.09.02

Fixed

  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#3798[] @​akulsr0)

#3798: jsx-eslint/eslint-plugin-react#3798

Commits
  • 4c10849 Update CHANGELOG and bump version
  • 45ba6bc [Fix] jsx-curly-brace-presence: avoid autofixing attributes with double quo...
  • e538ee9 [Tests] jsx-curly-brace-presence: clean up formatting
  • 5fc0f87 Update CHANGELOG and bump version
  • a2306e7 [Tests] use npm audit instead of aud
  • d9c7ef1 [Dev Deps] update @babel/core, @babel/eslint-parser, aud
  • 10eb235 [Fix] jsx-curly-brace-presence: do not trigger on strings containing a quot...
  • 0170dbe [Refactor] add astUtil.isCallExpression predicate
  • 3b6bacc [Refactor] general cleanup
  • 8dc0215 [Refactor] hoist functions to module level
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file tech. enhancement technical ehancement labels Sep 4, 2024
dependabot bot and others added 3 commits September 4, 2024 12:28
…ith 7 updates

Bumps the non-major-dev-dependencies group with 7 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@import-meta-env/cli](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli) | `0.6.9` | `0.7.0` |
| [@import-meta-env/prepare](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/prepare) | `0.1.14` | `0.2.0` |
| [@import-meta-env/unplugin](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/unplugin) | `0.5.2` | `0.6.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.22` | `1.7.23` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.1` | `28.8.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.35.2` |



Updates `@import-meta-env/cli` from 0.6.9 to 0.7.0
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/cli0.7.0/packages/cli)

Updates `@import-meta-env/prepare` from 0.1.14 to 0.2.0
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/prepare/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/cli0.2.0/packages/prepare)

Updates `@import-meta-env/unplugin` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/unplugin/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/cli0.6.0/packages/unplugin)

Updates `@swc/core` from 1.7.22 to 1.7.23
- [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.22...v1.7.23)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)

Updates `eslint-plugin-jest` from 28.8.1 to 28.8.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.8.1...v28.8.2)

Updates `eslint-plugin-react` from 7.35.0 to 7.35.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.35.2)

---
updated-dependencies:
- dependency-name: "@import-meta-env/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@import-meta-env/prepare"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@import-meta-env/unplugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@ivangabriele ivangabriele force-pushed the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-26c8f5bb5c branch from 1c559a0 to 92ac697 Compare September 4, 2024 11:04
Copy link

sonarcloud bot commented Sep 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
2 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ivangabriele ivangabriele merged commit c0c01f9 into master Sep 4, 2024
27 checks passed
@ivangabriele ivangabriele deleted the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-26c8f5bb5c branch September 4, 2024 11:19
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 tech. enhancement technical ehancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants