build(deps-dev): bump the development-dependencies group with 6 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies javascript
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: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akari
Changelog
Sourced from @babel/preset-env's changelog.
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
Commits
Updates @types/react from 19.1.2 to 19.1.3
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.3 to 19.1.4
Commits
- See full diff in compare view
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
02da7ef4.40.2d115fb2fix: watch mode input should not be an output subpath (#5939)9ea9093fix(exports): avoid "exports is not defined"ReferenceError(#5934)30f342dchore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)de2aefefix(deps): lock file maintenance minor/patch updates (#5943)4d018aefix(deps): lock file maintenance minor/patch updates (#5942)860df3fchore(deps): update dependency vite to v6.3.4 [security] (#5940)cb8f815consider 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
Reverts
Commits
5c81798chore(main): release self-assert 1.0.2 (#75)d62797dupdate .release-please-manifest.json, CHANGELOG.md and package.jsonfb50da1chore(main): release self-assert 1.0.2 (#73)95caa28fix: permissions on release workflow973f0ddchore(main): release self-assert 1.0.2 (#72)bc34e92docs: update CHANGELOG.mdc764eb2revert: 1.0.2 changelog notesf712847revert: version 1.0.2 of self-assert21f135echore(main): release self-assert 1.0.2 (#71)8eab3cbfix: 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
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
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
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 1029910 |
| UUID: | 3057693863 |
| Node ID: | PR_kwDOOWZMbc6V4GwW |
| Host: | GitHub |
| Repository: | self-assert/self-assert-react |