chore(deps): bump the dependencies group with 7 updates#86
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the dependencies group with 7 updates#86dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.15.2` | `1.16.0` | | [nanoid](https://github.com/ai/nanoid) | `5.1.9` | `5.1.11` | | [@apify/actor-memory-expression](https://github.com/apify/apify-shared-js) | `0.1.12` | `0.1.15` | | [@apify/input_secrets](https://github.com/apify/apify-shared-js) | `1.2.32` | `1.2.35` | | [apify-cli](https://github.com/apify/apify-cli) | `1.4.1` | `1.5.0` | | [eslint](https://github.com/eslint/eslint) | `10.2.1` | `10.3.0` | | [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.6.0` | Updates `axios` from 1.15.2 to 1.16.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) Updates `nanoid` from 5.1.9 to 5.1.11 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@5.1.9...5.1.11) Updates `@apify/actor-memory-expression` from 0.1.12 to 0.1.15 - [Release notes](https://github.com/apify/apify-shared-js/releases) - [Changelog](https://github.com/apify/apify-shared-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.12...@apify/actor-memory-expression@0.1.15) Updates `@apify/input_secrets` from 1.2.32 to 1.2.35 - [Release notes](https://github.com/apify/apify-shared-js/releases) - [Changelog](https://github.com/apify/apify-shared-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.32...@apify/input_secrets@1.2.35) Updates `apify-cli` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/apify/apify-cli/releases) - [Changelog](https://github.com/apify/apify-cli/blob/master/CHANGELOG.md) - [Commits](apify/apify-cli@v1.4.1...v1.5.0) Updates `eslint` from 10.2.1 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.1...v10.3.0) Updates `globals` from 17.5.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.5.0...v17.6.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nanoid dependency-version: 5.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@apify/actor-memory-expression" dependency-version: 0.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@apify/input_secrets" dependency-version: 1.2.35 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: apify-cli dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Docs PR opened: https://github.com/mintlify-community/docs-itservice-fca34978/pull/1 Added a changelog page documenting the axios, nanoid, apify-cli, eslint, and globals dependency bumps with behavior-impact notes for self-hosters. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 7 updates:
1.15.21.16.05.1.95.1.110.1.120.1.151.2.321.2.351.4.11.5.010.2.110.3.017.5.017.6.0Updates
axiosfrom 1.15.2 to 1.16.0Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Updates
nanoidfrom 5.1.9 to 5.1.11Release notes
Sourced from nanoid's releases.
Changelog
Sourced from nanoid's changelog.
Commits
5423cf5Release 5.1.11 version2183894Backport 3.3.12 changelog7087969Limit ID even more013517bTemporary add pnpm-workspace.yaml to npm ignore5db09eeRelease 5.1.10 versionbe7901aFix random pool break974f73bStructure tests with describe() instead of prefixfe3e7ecUpdate dependencies043a7c1Move to pnpm 11Updates
@apify/actor-memory-expressionfrom 0.1.12 to 0.1.15Release notes
Sourced from @apify/actor-memory-expression's releases.
Changelog
Sourced from @apify/actor-memory-expression's changelog.
Commits
c65d95fchore: release [skip ci]2497c39feat(consts): addCItoMETA_ORIGINS(#627)7b07840chore: update root lock file and changelog [skip ci]e1292c8chore: release [skip ci]a0c03f9chore: migrate from eslint to oxlint (#623)2b790f6chore: drop@apify/dummy-package-for-testing(#626)a324622chore: release [skip ci]f134fd6ci: use workspace protocol for internal@apify/*deps (#625)d293765chore: migrate to pnpm and enable minimum release age (#616)89ab996chore: update root lock file and changelog [skip ci]Updates
@apify/input_secretsfrom 1.2.32 to 1.2.35Release notes
Sourced from @apify/input_secrets's releases.
Changelog
Sourced from @apify/input_secrets's changelog.
Commits
c65d95fchore: release [skip ci]2497c39feat(consts): addCItoMETA_ORIGINS(#627)7b07840chore: update root lock file and changelog [skip ci]e1292c8chore: release [skip ci]a0c03f9chore: migrate from eslint to oxlint (#623)2b790f6chore: drop@apify/dummy-package-for-testing(#626)a324622chore: release [skip ci]f134fd6ci: use workspace protocol for internal@apify/*deps (#625)d293765chore: migrate to pnpm and enable minimum release age (#616)89ab996chore: update root lock file and changelog [skip ci]Updates
apify-clifrom 1.4.1 to 1.5.0Release notes
Sourced from apify-cli's releases.
Changelog
Sourced from apify-cli's changelog.
Commits
3d04a74chore(release): Update changelog and package version [skip ci]5d45b15test: e2e tests batch-3 (#1097)f7ed07achore(release): Update changelog and package version [skip ci]5d1fe06feat: add --user-agent flag for caller-identified telemetry (#1102)3111d16chore(release): Update changelog and package version [skip ci]3446b68feat: add --yes flag to commands that prompt users (#1105)baae5bcdocs: restore changelog to sidebar (#1103)ed31fcbchore(release): Update changelog and package version [skip ci]da15ae7feat: addapify apisubcommand for direct API access (#1076)1a6cb26chore: Automatic theme updating workflow [skip ci]Updates
eslintfrom 10.2.1 to 10.3.0Release notes
Sourced from eslint's releases.
Commits
788920410.3.05b69b4fBuild: changelog update for 10.3.0d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826)b6ae5cffix: handle unavailable require cache (#20812)3ffb14echore: clean up typos in comments and JSDoc (#20821)6fb3685fix: rule suggestions cause continuation in class body (#20787)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)379571afeat: add suggestions for no-unused-private-class-members (#20773)97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811)Updates
globalsfrom 17.5.0 to 17.6.0Release notes
Sourced from globals's releases.
Commits
6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)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 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