chore(studio-deps)(deps): bump iconv-lite from 0.7.1 to 0.7.2 in /studio#3101
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(studio-deps)(deps): bump iconv-lite from 0.7.1 to 0.7.2 in /studio#3101dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [iconv-lite](https://github.com/pillarjs/iconv-lite) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/pillarjs/iconv-lite/releases) - [Changelog](https://github.com/pillarjs/iconv-lite/blob/master/Changelog.md) - [Commits](pillarjs/iconv-lite@v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: iconv-lite dependency-version: 0.7.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🧪 CI InsightsHere's what we observed from your CI run for 2cc2c4c. 🟢 All jobs passed!But CI Insights is watching 👀 |
robfrank
approved these changes
Jan 12, 2026
Contributor
Author
|
Looks like iconv-lite is no longer a dependency, so this is no longer needed. |
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.3. Release notes *Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).* > v3.30.3 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 3.30.3 - 10 Sep 2025 > -------------------- > > No user facing changes. > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.3/CHANGELOG.md) for more information. > > v3.30.2 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 3.30.2 - 09 Sep 2025 > -------------------- > > * Fixed a bug which could cause language autodetection to fail. [ArcadeData#3084](https://redirect.github.com/github/codeql-action/pull/3084) > * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [ArcadeData#3064](https://redirect.github.com/github/codeql-action/pull/3064) > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.2/CHANGELOG.md) for more information. Changelog *Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).* > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > [UNRELEASED] > ------------ > > * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100) > * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107) > > 3.30.3 - 10 Sep 2025 > -------------------- > > No user facing changes. > > 3.30.2 - 09 Sep 2025 > -------------------- > > * Fixed a bug which could cause language autodetection to fail. [ArcadeData#3084](https://redirect.github.com/github/codeql-action/pull/3084) > * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [ArcadeData#3064](https://redirect.github.com/github/codeql-action/pull/3064) > > 3.30.1 - 05 Sep 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.0. [ArcadeData#3077](https://redirect.github.com/github/codeql-action/pull/3077) > > 3.30.0 - 01 Sep 2025 > -------------------- > > * Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [ArcadeData#3054](https://redirect.github.com/github/codeql-action/pull/3054) > > 3.29.11 - 21 Aug 2025 > --------------------- > > * Update default CodeQL bundle version to 2.22.4. [ArcadeData#3044](https://redirect.github.com/github/codeql-action/pull/3044) > > 3.29.10 - 18 Aug 2025 > --------------------- > > No user facing changes. > > 3.29.9 - 12 Aug 2025 > -------------------- > > No user facing changes. > > 3.29.8 - 08 Aug 2025 > -------------------- > > * Fix an issue where the Action would autodetect unsupported languages such as HTML. [ArcadeData#3015](https://redirect.github.com/github/codeql-action/pull/3015) > > 3.29.7 - 07 Aug 2025 > -------------------- > > This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5. > > 3.29.6 - 07 Aug 2025 > -------------------- > > * The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [ArcadeData#2999](https://redirect.github.com/github/codeql-action/pull/2999) > * Update default CodeQL bundle version to 2.22.3. [ArcadeData#3000](https://redirect.github.com/github/codeql-action/pull/3000) ... (truncated) Commits * [`192325c`](github/codeql-action@192325c) Merge pull request [ArcadeData#3104](https://redirect.github.com/github/codeql-action/issues/3104) from github/update-v3.30.3-b660efdcf * [`e68956d`](github/codeql-action@e68956d) Update changelog for v3.30.3 * [`b660efd`](github/codeql-action@b660efd) Merge pull request [ArcadeData#3103](https://redirect.github.com/github/codeql-action/issues/3103) from github/mbg/fix/category-check * [`e49458b`](github/codeql-action@e49458b) Fix `runInterpretResultsFor` using the wrong `AnalysisConfig` for `category` fix * [`f374a62`](github/codeql-action@f374a62) Merge pull request [ArcadeData#3098](https://redirect.github.com/github/codeql-action/issues/3098) from github/kaspersv/increase-overlay-base-size-limit * [`5efa438`](github/codeql-action@5efa438) Merge pull request [ArcadeData#3101](https://redirect.github.com/github/codeql-action/issues/3101) from github/mbg/public-repo-notice-in-pr-template * [`8a84a62`](github/codeql-action@8a84a62) Overlay: Increase size limit for cached overlay base database * [`eb50a88`](github/codeql-action@eb50a88) Merge pull request [ArcadeData#3097](https://redirect.github.com/github/codeql-action/issues/3097) from github/redsun82/only-dump-sarif * [`4c53461`](github/codeql-action@4c53461) Tweak sarif dump log * [`dae3742`](github/codeql-action@dae3742) Dump soon to be uploaded SARIF on request * Additional commits viewable in [compare view](github/codeql-action@f1f6e5f...192325c) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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 iconv-lite from 0.7.1 to 0.7.2.
Release notes
Sourced from iconv-lite's releases.
Changelog
Sourced from iconv-lite's changelog.
Commits
6cf4f08release: 0.7.2 (#379)7dff5cefix: correction of CommonJS exports in TypeScript definitions (#366)61dd902Bump actions/download-artifact from 6 to 7 (#376)eda7530Bump actions/upload-artifact from 4 to 6 (#377)4b4e4b6Bump github/codeql-action from 4.31.2 to 4.31.9 (#375)25c8d11chore: use files field in package.json instead of .npmignore (#372)89a5c45Bump actions/checkout from 4 to 6 (#374)72503eeBump actions/setup-node from 4 to 6 (#373)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)