Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the development-dependencies group with 6 updates:

Package From To
@babel/preset-env 7.27.1 7.27.2
@types/react 19.1.2 19.1.3
@types/react-dom 19.1.3 19.1.4
rollup 4.40.1 4.40.2
self-assert 1.0.1 1.0.2
typescript-eslint 8.32.0 8.32.1

Updates @babel/preset-env from 7.27.1 to 7.27.2

Release notes

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

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Committers: 5

Changelog

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

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Commits

Updates @types/react from 19.1.2 to 19.1.3

Commits

Updates @types/react-dom from 19.1.3 to 19.1.4

Commits

Updates rollup from 4.40.1 to 4.40.2

Release notes

Sourced from rollup's releases.

v4.40.2

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Changelog

Sourced from rollup's changelog.

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Commits
  • 02da7ef 4.40.2
  • d115fb2 fix: watch mode input should not be an output subpath (#5939)
  • 9ea9093 fix(exports): avoid "exports is not defined" ReferenceError (#5934)
  • 30f342d chore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)
  • de2aefe fix(deps): lock file maintenance minor/patch updates (#5943)
  • 4d018ae fix(deps): lock file maintenance minor/patch updates (#5942)
  • 860df3f chore(deps): update dependency vite to v6.3.4 [security] (#5940)
  • cb8f815 consider TLA imports have higher execution priority (#5937)
  • See full diff in compare view

Updates self-assert from 1.0.1 to 1.0.2

Release notes

Sourced from self-assert's releases.

self-assert: v1.0.2

1.0.2 (2025-05-10)

Bug Fixes

  • permissions on release workflow (95caa28)
  • removed old changelog notes (8eab3cb)

Reverts

  • 1.0.2 changelog notes (c764eb2)
  • version 1.0.2 of self-assert (f712847)
Changelog

Sourced from self-assert's changelog.

1.0.2 (2025-05-10)

Bug Fixes

  • permissions on release workflow (95caa28)
  • removed old changelog notes (8eab3cb)

Reverts

  • 1.0.2 changelog notes (c764eb2)
  • version 1.0.2 of self-assert (f712847)
Commits
  • 5c81798 chore(main): release self-assert 1.0.2 (#75)
  • d62797d update .release-please-manifest.json, CHANGELOG.md and package.json
  • fb50da1 chore(main): release self-assert 1.0.2 (#73)
  • 95caa28 fix: permissions on release workflow
  • 973f0dd chore(main): release self-assert 1.0.2 (#72)
  • bc34e92 docs: update CHANGELOG.md
  • c764eb2 revert: 1.0.2 changelog notes
  • f712847 revert: version 1.0.2 of self-assert
  • 21f135e chore(main): release self-assert 1.0.2 (#71)
  • 8eab3cb fix: removed old changelog notes
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.32.0 to 8.32.1

Release notes

Sourced from typescript-eslint's releases.

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.32.1 (2025-05-12)

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

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

Commits
  • af077a0 chore(release): publish 8.32.1
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
  • e57126a chore(typescript-eslint): correct naming of import of typescript-eslint in te...
  • See full diff 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 development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.27.1` | `7.27.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.2` | `19.1.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.3` | `19.1.4` |
| [rollup](https://github.com/rollup/rollup) | `4.40.1` | `4.40.2` |
| [self-assert](https://github.com/self-assert/self-assert/tree/HEAD/packages/core) | `1.0.1` | `1.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.0` | `8.32.1` |


Updates `@babel/preset-env` from 7.27.1 to 7.27.2
- [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.27.2/packages/babel-preset-env)

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

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

Updates `rollup` from 4.40.1 to 4.40.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.1...v4.40.2)

Updates `self-assert` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/self-assert/self-assert/releases)
- [Changelog](https://github.com/self-assert/self-assert/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/self-assert/self-assert/commits/self-assert-v1.0.2/packages/core)

Updates `typescript-eslint` from 8.32.0 to 8.32.1
- [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/v8.32.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-version: 7.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.40.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: self-assert
  dependency-version: 1.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.1
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2025
@tomasossa tomasossa closed this May 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-3d2d4c6b97 branch May 13, 2025 23:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants