Bump the packages group with 5 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(2 months ago)
(2 months ago)
dependencies javascript
poad
Bumps the packages group with 5 updates:
Package | From | To |
---|---|---|
@types/node | 24.0.10 |
24.0.11 |
dotenv | 17.0.1 |
17.1.0 |
vite | 7.0.2 |
7.0.3 |
@typescript-eslint/types | 8.35.1 |
8.36.0 |
zod | 3.25.75 |
3.25.76 |
Updates @types/node
from 24.0.10 to 24.0.11
Commits
- See full diff in compare view
Updates dotenv
from 17.0.1 to 17.1.0
Changelog
Sourced from dotenv's changelog.
17.1.0 (2025-07-07)
Added
- Add additional security and configuration tips to the runtime log (#884)
- Dim the tips text from the main injection information text
const TIPS = [ '🔐 encrypt with dotenvx: https://dotenvx.com', '🔐 prevent committing .env to code: https://dotenvx.com/precommit', '🔐 prevent building .env in docker: https://dotenvx.com/prebuild', '🛠️ run anywhere with `dotenvx run -- yourcommand`', '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }', '⚙️ enable debug logging with { debug: true }', '⚙️ override existing env vars with { override: true }', '⚙️ suppress all logs with { quiet: true }', '⚙️ write to custom object with { processEnv: myObject }', '⚙️ load multiple .env files with { path: [\'.env.local\', \'.env\'] }' ]
Commits
13bc310
17.1.00bc76fe
add to test coveragea43eecf
changelog 🪵956638e
adjust testd559cd6
standard formatting 🧼9b44ff4
adjust tips478d904
add tips around prebuild and precommite2863e6
dim tips9b71dc1
Merge pull request #884 from motdotla/copilot/fix-8838083e59
Remove _getRandomTip from public exports- Additional commits viewable in compare view
Updates vite
from 7.0.2 to 7.0.3
Changelog
Sourced from vite's changelog.
7.0.3 (2025-07-08)
Bug Fixes
- client: protect against window being defined but addEv undefined (#20359) (31d1467)
- define: replace optional values (#20338) (9465ae1)
- deps: update all non-major dependencies (#20366) (43ac73d)
Miscellaneous Chores
- deps: update dependency dotenv to v17 (#20325) (45040d4)
- deps: update dependency rolldown to ^1.0.0-beta.24 (#20365) (5ab25e7)
- use
n/prefer-node-protocol
rule (#20368) (38bb268)Code Refactoring
Commits
f562df8
release: v7.0.338bb268
chore: usen/prefer-node-protocol
rule (#20368)45040d4
chore(deps): update dependency dotenv to v17 (#20325)9465ae1
fix(define): replace optional values (#20338)43ac73d
fix(deps): update all non-major dependencies (#20366)31d1467
fix(client): protect against window being defined but addEv undefined (#20359)5ab25e7
chore(deps): update dependency rolldown to ^1.0.0-beta.24 (#20365)2e8050e
refactor: minor changes to reduce diff between normal Vite and rolldown-vite ...- See full diff in compare view
Updates @typescript-eslint/types
from 8.35.1 to 8.36.0
Release notes
Sourced from @typescript-eslint/types
's releases.
v8.36.0
8.36.0 (2025-07-07)
🚀 Features
- typescript-eslint: support
basePath
intseslint.config()
(#11357)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/types
's changelog.
8.36.0 (2025-07-07)
This was a version bump only for types 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 zod
from 3.25.75 to 3.25.76
Release notes
Sourced from zod's releases.
v3.25.76
Commits:
- 91c9ca6385bef38278605294498af06c89b9aa68 fix: cleanup _idmap of $ZodRegistry (#4837)
- 9cce1c5779aea32d00226a931a7f67d3e2529d58 docs: fix typo in flattenError example on error-formatting page (#4819) (#4833)
- a3560aeb6c3a8675a932601be79cfae897eec9d9 v3.25.76 (#4838)
- 50606616c0d291caf3210a7521da51271b918333 Release 3.25.76
- 7baee4e17f86f4017e09e12b0acdee36a5b1c087 Update index.mdx (#4831)
Commits
463f03e
Release 3.25.76fa2791d
Detect cycle on root schema. Closes #46517a51879
Set when converting registry to JSON Schema. Closes #4620db354b6
Update docse542398
Add when param. Clean up z.check. Closes #4598c842698
Implement .clear() in . Fixes #48349f122ae
Add toString to ZodError. Fixes #4830- 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 2994978 |
UUID: | 3213940613 |
Node ID: | PR_kwDOMzbQP86eBW1- |
Host: | GitHub |
Repository: | poad/github-rest-api-executor |