Commit 061d7a1
chore(deps): bump github.com/launchdarkly/ld-find-code-refs/v2 from 2.13.0 to 2.14.0 (#177)
Bumps
[github.com/launchdarkly/ld-find-code-refs/v2](https://github.com/launchdarkly/ld-find-code-refs)
from 2.13.0 to 2.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/launchdarkly/ld-find-code-refs/releases">github.com/launchdarkly/ld-find-code-refs/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.14.0</h2>
<h3>Added:</h3>
<ul>
<li><code>--skipArchivedFlags</code> option to instruct the tool to
ignore any flag keys it finds from archived flags</li>
</ul>
<h3>Changed:</h3>
<ul>
<li>replaced the stdlib <code>regexp</code> with <code>go-re2</code> for
improved regexp compilation and pattern matching</li>
<li>now using caching to optimize file globbing and regex
compilation</li>
<li>move off of legacy <code>olekukonko/tablewriter</code> and onto
<code>v1.x</code></li>
<li>updated to the latest version of the LaunchDarkly API</li>
</ul>
<h3>Fixed:</h3>
<ul>
<li><code>subdirectory</code> option now works with
<code>projects[*].dir</code> configuration, and produces correct
"View in source" links in the LD UI</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/launchdarkly/ld-find-code-refs/blob/main/CHANGELOG.md">github.com/launchdarkly/ld-find-code-refs/v2's
changelog</a>.</em></p>
<blockquote>
<h2>[2.14.0] - 2025-08-12</h2>
<h3>Added:</h3>
<ul>
<li><code>--skipArchivedFlags</code> option to instruct the tool to
ignore any flag keys it finds from archived flags</li>
</ul>
<h3>Changed:</h3>
<ul>
<li>replaced the stdlib <code>regexp</code> with <code>go-re2</code> for
improved regexp compilation and pattern matching</li>
<li>now using caching to optimize file globbing and regex
compilation</li>
<li>move off of legacy <code>olekukonko/tablewriter</code> and onto
<code>v1.x</code></li>
<li>updated to the latest version of the LaunchDarkly API (17.2.0)</li>
</ul>
<h3>Fixed:</h3>
<ul>
<li><code>subdirectory</code> option now works with
<code>projects[*].dir</code> configuration, and produces correct
"View in source" links in the LD UI</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/295c167a0e96a98772a6ac69dbec1b15b5391762"><code>295c167</code></a>
feat: [REL-8033] Prepare release of version 2.14.0 (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/563">#563</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/91005dab3cb5c3abc1989dc279541935a056bdea"><code>91005da</code></a>
chore: [REL-4161] use elevated token for git stuff (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/562">#562</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/b4da482ffe933fac6769401a3bbb597340bd2059"><code>b4da482</code></a>
chore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/560">#560</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/6c6e4ba09e9eb577af689b241514f48754af1777"><code>6c6e4ba</code></a>
chore: [REL-4161] make the circleci orb check more reliable (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/559">#559</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/25d9b554371d5f9c6adb9514845900f25decdd9c"><code>25d9b55</code></a>
chore: [REL-4161] fix up tag checks (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/558">#558</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/4eea47fde319b2f0ed9f5c537d437b204a4c3eca"><code>4eea47f</code></a>
chore: [REL-4161] dont run setup or cleanup if tag already exists (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/557">#557</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/d6f2654659b69ecd6bce36b9640b14cc9a7fce5b"><code>d6f2654</code></a>
chore: [REL-4161] ensure tag is being created in the correct directory
(<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/556">#556</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/2c3137e031968f01bb69987faf56df1fad7e72b4"><code>2c3137e</code></a>
chore: [REL-4161] dont bomb out if ssh dir exists (<a
href="https://redirect.github.com/launchdarkly/ld-find-code-refs/issues/555">#555</a>)</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/d6b3c6a0ceda13590aa477e592c94a84c564faf6"><code>d6b3c6a</code></a>
chore: [REL-4161] use printf to ensure we get the exact value for
homebrew ke...</li>
<li><a
href="https://github.com/launchdarkly/ld-find-code-refs/commit/0323f0d7e2ce21b08181b7bc8e9beb16ffe04ac7"><code>0323f0d</code></a>
chore: [REL-4161] write deploy key to file instead of adding contents
directl...</li>
<li>Additional commits viewable in <a
href="https://github.com/launchdarkly/ld-find-code-refs/compare/v2.13.0...v2.14.0">compare
view</a></li>
</ul>
</details>
<br />
[](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)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 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)
</details>
[REL-8033]:
https://launchdarkly.atlassian.net/browse/REL-8033?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Isabelle Miller <imiller@launchdarkly.com>1 parent de9a4c7 commit 061d7a1
1,097 files changed
Lines changed: 309986 additions & 2603 deletions
File tree
- internal/extinctions
- vendor
- github.com
- bmatcuk/doublestar/v4
- fatih/color
- go-viper/mapstructure/v2
- hashicorp/go-retryablehttp
- launchdarkly
- api-client-go/v17
- ld-find-code-refs/v2
- aliases
- flags
- internal
- ld
- version
- options
- search
- mattn
- go-colorable
- go-runewidth
- olekukonko
- errors
- ll
- lh
- lx
- tablewriter
- pkg
- twwarp
- twwidth
- renderer
- tw
- pjbgf/sha1cd
- ubc
- rivo/uniseg
- spf13/pflag
- tetratelabs/wazero
- api
- experimental
- sys
- imports/wasi_snapshot_preview1
- internal
- descriptor
- engine
- interpreter
- wazevo
- backend
- isa
- amd64
- arm64
- regalloc
- frontend
- ssa
- wazevoapi
- expctxkeys
- filecache
- fsapi
- ieee754
- internalapi
- leb128
- moremath
- platform
- sock
- sysfs
- sys
- u32
- u64
- version
- wasip1
- wasmdebug
- wasmruntime
- wasm
- binary
- sys
- wasilibs
- go-re2
- internal
- cre2
- wasm
- wazero-helpers
- allocator
- golang.org/x
- crypto/bcrypt
- sys
- unix
- windows
- tools/godoc
- util
- vfs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
34 | | - | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | | - | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | | - | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
47 | | - | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | | - | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | | - | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
60 | | - | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments