Repository Name
stringlengths
1
28
Git URL
stringlengths
26
64
SHA
stringlengths
40
40
Author
stringlengths
2
37
Commit Date
stringdate
2016-01-02 05:39:51
2025-03-25 12:39:56
Description
stringlengths
13
160
Body
stringlengths
8
30.2k
Full Commit Message
stringlengths
36
42.6k
Git Diff
stringlengths
22
22.6M
firecracker
https://github.com/firecracker-microvm/firecracker
18bbf9ff323e7e3fa6ed39fbf173f0c9ceefcb11
Egor Lazarchuk
2023-05-16 02:09:19
fix: fixed bug in deserialization method
Fixed byte access with `strip_prefix` checks.
fix: fixed bug in deserialization method Fixed byte access with `strip_prefix` checks. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
diff --git a/src/vmm/src/cpu_config/aarch64/custom_cpu_template.rs b/src/vmm/src/cpu_config/aarch64/custom_cpu_template.rs index c7cc0905f24..3b980b267d9 100644 --- a/src/vmm/src/cpu_config/aarch64/custom_cpu_template.rs +++ b/src/vmm/src/cpu_config/aarch64/custom_cpu_template.rs @@ -160,7 +160,7 @@ mod tests { ...
Sourcery
https://github.com/krzysztofzablocki/Sourcery
461709d30c68c39f96df7f40429f7c9c3947794a
Yannick Heinrich
2017-04-26 19:36:12
feat: add lowerFirst function in stencil. (#254)
* Add lowerFirst function in stencil. Generating enum cases from type name would require the first letter to be lowercase. * Update CHANGELOG.md and Documentation.
feat: add lowerFirst function in stencil. (#254) * Add lowerFirst function in stencil. Generating enum cases from type name would require the first letter to be lowercase. * Update CHANGELOG.md and Documentation.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6c1aff4..b8d72ee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Paths in config file are now relative to config file path by default, absolute paths should start with `/` - Improved logging and error reporting, added `--quiet` CLI option, added runt...
bytebase
https://github.com/bytebase/bytebase
41c02653cc5fee81c160e37b77efc2b2d4b12081
Danny Xu
2023-04-07 21:21:27
chore: cleanup db connection (#5433)
* chore: cleanup db connection * chore: update
chore: cleanup db connection (#5433) * chore: cleanup db connection * chore: update
diff --git a/backend/plugin/advisor/utils_for_tests.go b/backend/plugin/advisor/utils_for_tests.go index f52802d349156c..a647c0e4f25318 100644 --- a/backend/plugin/advisor/utils_for_tests.go +++ b/backend/plugin/advisor/utils_for_tests.go @@ -237,9 +237,9 @@ func (*MockDriver) GetType() database.Type { return databas...
angular
https://github.com/angular/angular
f791e9f0816ecd5d67dfeec9a259f5d076942d84
JiaLi.Passion
2018-02-06 02:36:22
fix(core): fix #20582, don't need to wrap zone in location change listener (#20640)
PR Close #20640
fix(core): fix #20582, don't need to wrap zone in location change listener (#20640) PR Close #20640
diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index fcbdeb76277a5..952ead4a29bfd 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -34,8 +34,6 @@ import {UrlSerializer, UrlTree, containsTree, createEmptyUrlTree} from './url_tr import {forEach} from './utils/...
dragonfly
https://github.com/dragonflydb/dragonfly
51dd6d1bd22ac195e45e0dcfb6b038ed000aadf2
Roman Gershman
2025-03-12 13:18:05
feat: allow non-ascii values in dfly_bench (#4751)
binary strings are supported by RESP protocol so we now generate commands using this protocol, so that we could pass binary strings. In addition, fixed "done" metric which did not account for number of shards cluster mode.
feat: allow non-ascii values in dfly_bench (#4751) binary strings are supported by RESP protocol so we now generate commands using this protocol, so that we could pass binary strings. In addition, fixed "done" metric which did not account for number of shards cluster mode. Signed-off-by: Roman Gershman <roman@dragon...
diff --git a/src/server/dfly_bench.cc b/src/server/dfly_bench.cc index 2fc85bc86934..d8c4104c39cf 100644 --- a/src/server/dfly_bench.cc +++ b/src/server/dfly_bench.cc @@ -61,6 +61,7 @@ ABSL_FLAG(bool, noreply, false, "If true, does not wait for replies. Relevant on ABSL_FLAG(bool, greet, true, "If true, sen...
consul
https://github.com/hashicorp/consul
4e26d94080f5b9346f121bd488665dc6341e2703
David Yu
2021-09-15 20:41:22
docs: Remove step for deleting webhook-cert-manager secret on Consul K8s uninstall (#11035)
* Remove step for deleting webhook-cert-manager secret * Update website/content/docs/k8s/operations/uninstall.mdx
docs: Remove step for deleting webhook-cert-manager secret on Consul K8s uninstall (#11035) * Remove step for deleting webhook-cert-manager secret * Update website/content/docs/k8s/operations/uninstall.mdx
diff --git a/website/content/docs/k8s/operations/uninstall.mdx b/website/content/docs/k8s/operations/uninstall.mdx index b86dbc7955cd..53a08c053133 100644 --- a/website/content/docs/k8s/operations/uninstall.mdx +++ b/website/content/docs/k8s/operations/uninstall.mdx @@ -64,22 +64,7 @@ secret "consul-mesh-gateway-acl-to...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
fdbffee5ee0af797eaae1bf0de53fcf2561e7f53
Yoshi Automation
2021-07-08 07:57:19
fix(servicenetworking): update the API
#### servicenetworking:v1beta The following keys were changed: - schemas.Documentation.properties.summary.description - schemas.DocumentationRule.properties.description.description - schemas.DocumentationRule.properties.selector.description - schemas.Page.properties.content.description - schemas.Service.properties.enu...
fix(servicenetworking): update the API #### servicenetworking:v1beta The following keys were changed: - schemas.Documentation.properties.summary.description - schemas.DocumentationRule.properties.description.description - schemas.DocumentationRule.properties.selector.description - schemas.Page.properties.content.desc...
diff --git a/discovery/servicenetworking-v1.json b/discovery/servicenetworking-v1.json index 3c151ca29e..67fb540c76 100644 --- a/discovery/servicenetworking-v1.json +++ b/discovery/servicenetworking-v1.json @@ -860,7 +860,7 @@ } } }, - "revision": "20210525", + "revision": "20210706", "rootUrl": "ht...
refine
https://github.com/refinedev/refine
ab01e8e32d8c1f141c4284b9c32727e905094082
Omer Aplak
2023-09-22 21:31:51
chore: devtools fixes (#4995)
* chore(devtools): click to highlight with selector (#4991) * chore(devtools): project id actions (#4992) * chore(devtools-ui): add project id warning and auto-fix action * chore(devtools-server): add project-id actions * chore(cli): update dependencies * chore(devtools-server): update package instuctions (#4993) ...
chore: devtools fixes (#4995) * chore(devtools): click to highlight with selector (#4991) * chore(devtools): project id actions (#4992) * chore(devtools-ui): add project id warning and auto-fix action * chore(devtools-server): add project-id actions * chore(cli): update dependencies * chore(devtools-server): upda...
diff --git a/.changeset/afraid-berries-float.md b/.changeset/afraid-berries-float.md new file mode 100644 index 000000000000..ce66d6e45e02 --- /dev/null +++ b/.changeset/afraid-berries-float.md @@ -0,0 +1,6 @@ +--- +"@refinedev/devtools-server": patch +"@refinedev/devtools-ui": patch +--- + +Add Project ID warning and ...
Exposed
https://github.com/JetBrains/Exposed
c514f9fbd6c906cfd956725516013f7314aaaecd
obabichevjb
2024-06-19 16:48:11
fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
* fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests
fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126) * fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests
diff --git a/build.gradle.kts b/build.gradle.kts index 7d59c6e99a..44c5efd87c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ subprojects { } } - testDb("mysql") { + testDb("mysql5") { port = 3001 dialects("MYSQL_V5") dependencies { diff --git a/bu...
bitcoin
https://github.com/bitcoin/bitcoin
ffc89d1f21258553c0087b774a9ea1ce84139d4f
fanquake
2022-02-03 16:05:41
build: add support for std::filesystem
Add a macro to check if linking with -lstdc++fs or -lc++fs is required.
build: add support for std::filesystem Add a macro to check if linking with -lstdc++fs or -lc++fs is required.
diff --git a/build-aux/m4/l_filesystem.m4 b/build-aux/m4/l_filesystem.m4 new file mode 100644 index 0000000000000..ca3a0cd41c061 --- /dev/null +++ b/build-aux/m4/l_filesystem.m4 @@ -0,0 +1,47 @@ +dnl Copyright (c) 2022 The Bitcoin Core developers +dnl Distributed under the MIT software license, see the accompanying +dn...
next-auth
https://github.com/nextauthjs/next-auth
227a233bd882b263f8e970b7d4202f86649b3364
Vedant
2022-12-03 16:59:09
chore(adapters): update firebase sdk version in firebase adapter (#5902)
* Update firebase SDK version * Update pnpm-lock.yaml * add `--debug` * move flag * add `FIREBASE_TOKEN` * chore: upgrade `firebase-tools` * revert peer dep change * remove --debug flag
chore(adapters): update firebase sdk version in firebase adapter (#5902) * Update firebase SDK version * Update pnpm-lock.yaml * add `--debug` * move flag * add `FIREBASE_TOKEN` * chore: upgrade `firebase-tools` * revert peer dep change * remove --debug flag Co-authored-by: Balázs Orbán <info@balazsorban.com>
diff --git a/packages/adapter-firebase/package.json b/packages/adapter-firebase/package.json index 225f54dc56..9a710a50b6 100644 --- a/packages/adapter-firebase/package.json +++ b/packages/adapter-firebase/package.json @@ -29,7 +29,7 @@ }, "scripts": { "build": "tsc", - "test": "FIRESTORE_EMULATOR_HOST=lo...
angular
https://github.com/angular/angular
7d45ef702f13a35e83e4e2e7be26d36141dfa07d
Yann Provoost
2022-09-06 21:54:03
docs: fix doc linter warning and error in `accessibility.md` (#47282)
PR Close #47282
docs: fix doc linter warning and error in `accessibility.md` (#47282) PR Close #47282
diff --git a/aio/content/guide/accessibility.md b/aio/content/guide/accessibility.md index a88abd4f19aa7..135fe97becd07 100644 --- a/aio/content/guide/accessibility.md +++ b/aio/content/guide/accessibility.md @@ -121,7 +121,7 @@ router.events.pipe(filter(e =&gt; e instanceof NavigationEnd)).subscribe(() =&gt </code-...
influxdb
https://github.com/influxdata/influxdb
1da9b63ccea37968fcac3286d6c5746650164cf3
Dom Dwyer
2022-12-13 21:17:45
fix(ingester2): persist deadlock
Removes the submission queue from the persist fan-out, instead the PersistHandle now carries the shared state internally (cheaply cloned via ref counts). This also resolves the persist deadlock when under load.
fix(ingester2): persist deadlock Removes the submission queue from the persist fan-out, instead the PersistHandle now carries the shared state internally (cheaply cloned via ref counts). This also resolves the persist deadlock when under load.
diff --git a/clap_blocks/src/ingester2.rs b/clap_blocks/src/ingester2.rs index a7efbb1a106..ed537c77382 100644 --- a/clap_blocks/src/ingester2.rs +++ b/clap_blocks/src/ingester2.rs @@ -51,18 +51,4 @@ pub struct Ingester2Config { action )] pub persist_worker_queue_depth: usize, - - /// The maximum ...
angular
https://github.com/angular/angular
424035730a75a192c8d44dc038211926c36f29d9
Paul Gschwendtner
2022-12-20 01:20:42
refactor: update packages/common tests to work with ESM pipeline (#48521)
We no longer have generated `.js` files as everything generated is the ESM `.mjs` output. The tests need to be updated to reflect that. PR Close #48521
refactor: update packages/common tests to work with ESM pipeline (#48521) We no longer have generated `.js` files as everything generated is the ESM `.mjs` output. The tests need to be updated to reflect that. PR Close #48521
diff --git a/packages/common/http/test/BUILD.bazel b/packages/common/http/test/BUILD.bazel index 2b0edb6d40a06..d3b6516f5d146 100644 --- a/packages/common/http/test/BUILD.bazel +++ b/packages/common/http/test/BUILD.bazel @@ -3,7 +3,7 @@ load("//tools/circular_dependency_test:index.bzl", "circular_dependency_test") c...
python
https://github.com/docker-library/python
e34a67f6e79edcad7547241d53772528146ea34d
dependabot[bot]
2024-01-16 00:30:12
build(deps): bump fastapi from 0.108.0 to 0.109.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.108.0 to 0.109.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.0) ---
build(deps): bump fastapi from 0.108.0 to 0.109.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.108.0 to 0.109.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.0) --- updated-dependencies: - dependency-name: fastap...
⚠️ HTTP 404: Not Found
smooth-app
https://github.com/openfoodfacts/smooth-app
db080d2d095f1600dcf7d872660c7aa81c71cfca
monsieurtanuki
2024-10-13 23:03:14
fix: 5634 - refresh of price lazy counters when accessing lists (#5678)
Impacted files: * `get_prices_model.dart`: added a `LazyCounterPrices?` parameter * `lazy_counter.dart`: added a `bool notify` parameter * `lazy_counter_widget.dart`: now refreshed by "external" new count * `price_user_button.dart`: added a `LazyCounterPrices` parameter to have the counter refreshed * `product_prices_l...
fix: 5634 - refresh of price lazy counters when accessing lists (#5678) Impacted files: * `get_prices_model.dart`: added a `LazyCounterPrices?` parameter * `lazy_counter.dart`: added a `bool notify` parameter * `lazy_counter_widget.dart`: now refreshed by "external" new count * `price_user_button.dart`: added a `LazyC...
diff --git a/packages/smooth_app/lib/data_models/preferences/user_preferences.dart b/packages/smooth_app/lib/data_models/preferences/user_preferences.dart index 168ccac1d8e0..d2cd3f32d86f 100644 --- a/packages/smooth_app/lib/data_models/preferences/user_preferences.dart +++ b/packages/smooth_app/lib/data_models/prefere...
vector
https://github.com/vectordotdev/vector
f400754db69dda0341ea0a5e02bf49da925666af
GitHub
2022-08-13 00:00:11
feat(new sink): Initial `datadog_events` sink (#7678)
* Initial
feat(new sink): Initial `datadog_events` sink (#7678) * Initial Signed-off-by: ktf <krunotf@gmail.com> * Fixes Signed-off-by: ktf <krunotf@gmail.com> * Fixes Signed-off-by: ktf <krunotf@gmail.com> * Tests Signed-off-by: ktf <krunotf@gmail.com> * Add docs Signed-off-by: ktf <krunotf@gmail.com> * Add semantic ...
diff --git a/.github/semantic.yml b/.github/semantic.yml index 70fbedb12fc48..c4dc03a5769ca 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -134,11 +134,13 @@ scopes: - docker_logs source # Anything `docker_logs` source related - exec source # Anything `exec` source related - file source # Anyt...
wgpu
https://github.com/gfx-rs/wgpu
74f514ca6b1a4f3b90a8ce94306aff08bbd4eb12
Erich Gubler
2024-04-02 03:21:36
fix(gles): don't depend on BG{,L} entry order
This isn't guaranteed by `wgpu-core`; we should try to match by binding slot index instead.
fix(gles): don't depend on BG{,L} entry order This isn't guaranteed by `wgpu-core`; we should try to match by binding slot index instead.
diff --git a/CHANGELOG.md b/CHANGELOG.md index c443ecd89c..ca0b07415a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,6 +157,7 @@ Bottom level categories: - Fixes for being able to use an OpenGL 4.1 core context provided by macOS with wgpu. By @bes in [#5331](https://github.com/gfx-rs/wgpu/pull/5331). - Don't cr...
vowpal_wabbit
https://github.com/VowpalWabbit/vowpal_wabbit
b86a7439cac2f813b58477cc222a948d00368488
Alexey Taymanov
2022-03-15 23:40:37
fix: ldf cleanup and 'l' namespace manipulations removal (#3771)
* hidden ldf namespace * l namespace test * ldf cleanup in progress * ldf cleanup 2 * ldf cleanup 3 * ldf cleanup 4 * Revert "ldf cleanup 4" This reverts commit 4d258330ad03d9a237b85faea703c469ce7fc549. * ingore-test-list update
fix: ldf cleanup and 'l' namespace manipulations removal (#3771) * hidden ldf namespace * l namespace test * ldf cleanup in progress * ldf cleanup 2 * ldf cleanup 3 * ldf cleanup 4 * Revert "ldf cleanup 4" This reverts commit 4d258330ad03d9a237b85faea703c469ce7fc549. * ingore-test-list update Co-authored-by: ...
diff --git a/cs/unittest/RunTests.tt b/cs/unittest/RunTests.tt index c5dca305942..085b3b8d96c 100644 --- a/cs/unittest/RunTests.tt +++ b/cs/unittest/RunTests.tt @@ -37,7 +37,7 @@ var skipList = new[] { 13, 32, 39, 258, 40, 259, 41, 260, 59, 60, 61, 66, 68, 90 227, // "single continuous action, pdf value" predictio...
minikube
https://github.com/kubernetes/minikube
2d86437cc54b9fef8132274637fa6b6a4274e94a
dependabot[bot]
2024-03-19 00:28:19
Build(deps): Bump github.com/GoogleCloudPlatform/cloudsql-proxy
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) from 1.34.0 to 1.34.1. - [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.34.1/CHANGELOG.md) - [Commits...
Build(deps): Bump github.com/GoogleCloudPlatform/cloudsql-proxy Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) from 1.34.0 to 1.34.1. - [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases) - [Changelog](https://github.com/GoogleCl...
diff --git a/go.mod b/go.mod index 66f59ec91b55..fdd52d47871a 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( cloud.google.com/go/storage v1.39.1 contrib.go.opencensus.io/exporter/stackdriver v0.13.14 github.com/Delta456/box-cli-maker/v2 v2.3.0 - github.com/GoogleCloudPlatform/cloudsql-proxy v1.34.0 + ...
dokku
https://github.com/dokku/dokku
5787fd075054a63a24c3239f0432259fb22860d5
dependabot[bot]
2023-04-17 19:40:14
chore(deps): bump soupsieve from 2.4 to 2.4.1 in /docs/_build
Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.4 to 2.4.1. - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.4...2.4.1) ---
chore(deps): bump soupsieve from 2.4 to 2.4.1 in /docs/_build Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.4 to 2.4.1. - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.4...2.4.1) --- updated-dependencies: - dep...
diff --git a/docs/_build/requirements.txt b/docs/_build/requirements.txt index 0b46d99f9d8..4b77463d12d 100644 --- a/docs/_build/requirements.txt +++ b/docs/_build/requirements.txt @@ -18,6 +18,6 @@ python-dateutil==2.8.2 PyYAML==6.0 pyyaml_env_tag==0.1 six==1.16.0 -soupsieve==2.4 +soupsieve==2.4.1 watchdog==3.0.0 ...
uno
https://github.com/unoplatform/uno
1b72aea4ceb9598b10c96221fe5c7a0a33d4c728
Jerome Laban
2023-06-09 09:04:13
ci: Adjust for snapshot sample failure
Tests are breaking the runtime: at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName) at Xamarin.UITest.iOS.iOSApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) at Uno.UITest.Xamarin.XamarinApp.WaitFor(Func`1...
ci: Adjust for snapshot sample failure Tests are breaking the runtime: at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName) at Xamarin.UITest.iOS.iOSApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) at Uno....
diff --git a/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Controls/SwipeControlTests/SwipeControl_ListView.xaml.cs b/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Controls/SwipeControlTests/SwipeControl_ListView.xaml.cs index 5b84a6de01bf..d0a95acd9dde 100644 --- a/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Control...
preact
https://github.com/preactjs/preact
625aacf604b4097a454731e2fb3ac2ccb62d63cf
Ryan Christian
2025-03-10 16:32:33
revert: Bring back strict-equality bailout for children even w/ context updates (#4724)
Reverts a portion of #4048
revert: Bring back strict-equality bailout for children even w/ context updates (#4724) Reverts a portion of #4048
diff --git a/src/diff/index.js b/src/diff/index.js index 1ae0ab1251..2cba2714b6 100644 --- a/src/diff/index.js +++ b/src/diff/index.js @@ -165,14 +165,14 @@ export function diff( } if ( - !c._force && - ((c.shouldComponentUpdate != NULL && + (!c._force && + c.shouldComponentUpdate != NULL &...
svelte
https://github.com/sveltejs/svelte
01a2117330632bfe5f29eeb44ba5bd257401ead2
Rich Harris
2023-12-06 20:46:25
chore: use proxy instead of signal in createRoot (#9799)
* use proxy instead of signal in createRoot * DRY * remove for now * lint * chore: use proxies instead of signals for spread/rest props (#9801) * use proxies instead of signals for spread/rest * fix some spread attribute stuff * remove is_signal calls * simplify some more * more * remove some unnecessary unwr...
chore: use proxy instead of signal in createRoot (#9799) * use proxy instead of signal in createRoot * DRY * remove for now * lint * chore: use proxies instead of signals for spread/rest props (#9801) * use proxies instead of signals for spread/rest * fix some spread attribute stuff * remove is_signal calls * ...
diff --git a/packages/svelte/src/compiler/phases/1-parse/state/element.js b/packages/svelte/src/compiler/phases/1-parse/state/element.js index 019e29c9445b..6b38da217ef2 100644 --- a/packages/svelte/src/compiler/phases/1-parse/state/element.js +++ b/packages/svelte/src/compiler/phases/1-parse/state/element.js @@ -456,6...
CopilotKit
https://github.com/CopilotKit/CopilotKit
774149b1c2cb157bbc94e20f3d832c998583be54
Ariel Weinberger
2024-10-22 15:09:09
feat(example-next-openai): llm selector (#771)
* feat(example-next-openai): llm selector * feat(example-next-opena): add groq to example * feat(example-next-openai): disable azure * fix: formatting * feat: dynamic service adapter selector * fix: formatting
feat(example-next-openai): llm selector (#771) * feat(example-next-openai): llm selector * feat(example-next-opena): add groq to example * feat(example-next-openai): disable azure * fix: formatting * feat: dynamic service adapter selector * fix: formatting
diff --git a/CopilotKit/examples/next-openai/.gitignore b/CopilotKit/examples/next-openai/.gitignore index 1437c53f70..260a2d5a9f 100644 --- a/CopilotKit/examples/next-openai/.gitignore +++ b/CopilotKit/examples/next-openai/.gitignore @@ -32,3 +32,5 @@ yarn-error.log* # vercel .vercel + +.env \ No newline at end of...
RSSHub
https://github.com/DIYgod/RSSHub
c6dd4e24954d11f621f6d0a446719876369d4fba
dependabot[bot]
2022-09-08 02:37:14
chore(deps): bump winston from 3.8.1 to 3.8.2 (#10737)
Bumps [winston](https://github.com/winstonjs/winston) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.8.1...v3.8.2) ---
chore(deps): bump winston from 3.8.1 to 3.8.2 (#10737) Bumps [winston](https://github.com/winstonjs/winston) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winsto...
diff --git a/package.json b/package.json index c64d770807c744..57ed6fc9c224cf 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "tough-cookie": "4.1.2", "tunnel": "0.0.6", "twitter-api-v2": "1.12.5", - "winston": "3.8.1", + "winston": "3.8.2", "xml2js": "0.4.23" }, "jest":...
gatsby
https://github.com/gatsbyjs/gatsby
7527993bb575563d54918b7ea90939d7bc9e4975
Blaine Kasten
2020-02-29 22:15:14
fix(gatsby): Improve error message when EnsureResources fails to ensure a resource (#21429)
* fix(gatsby): Ensure that EnsureResources ensures resources * test * Throw error if the pageResource fails to load * fix lint * add jsx flag to allow test to pass * Update packages/gatsby/cache-dir/ensure-resources.js
fix(gatsby): Improve error message when EnsureResources fails to ensure a resource (#21429) * fix(gatsby): Ensure that EnsureResources ensures resources * test * Throw error if the pageResource fails to load * fix lint * add jsx flag to allow test to pass * Update packages/gatsby/cache-dir/ensure-resources.js Co...
diff --git a/packages/gatsby/cache-dir/__tests__/ensure-resources.tsx b/packages/gatsby/cache-dir/__tests__/ensure-resources.tsx new file mode 100644 index 0000000000000..0613effcbdb04 --- /dev/null +++ b/packages/gatsby/cache-dir/__tests__/ensure-resources.tsx @@ -0,0 +1,33 @@ +import React from "react" +import Ensure...
maps
https://github.com/rnmapbox/maps
b379611e5c1ee79f65dd304e5e0877732a388c72
dependabot[bot]
2022-11-03 01:34:15
chore(deps): bump actions/checkout from 2 to 3 (#2371)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) ---
chore(deps): bump actions/checkout from 2 to 3 (#2371) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/com...
diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 53e342114..10db106fd 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -34,7 +34,7 @@ jobs: # run that runs on: tag. (Using the GitHub token would # not run the workflow to prev...
FreeCAD
https://github.com/FreeCAD/FreeCAD
f31e5066ea16addb7c0e36539a24f160462dbe3f
0penBrain
2023-02-13 15:57:26
CI: improve logging for configure, build and install steps
* Line buffering for stdout and stderr to better preserve log order * Full log now contains both stdout and stderr to keep errors in context
CI: improve logging for configure, build and install steps * Line buffering for stdout and stderr to better preserve log order * Full log now contains both stdout and stderr to keep errors in context
diff --git a/.github/workflows/actions/linux/build/action.yml b/.github/workflows/actions/linux/build/action.yml index 7c9cc8e035aa..d4906eff9681 100644 --- a/.github/workflows/actions/linux/build/action.yml +++ b/.github/workflows/actions/linux/build/action.yml @@ -46,7 +46,8 @@ runs: id: build shell: ba...
envoy
https://github.com/envoyproxy/envoy
a9ce514ca53967cfdfb720ea29db127f177fcde3
dependabot[bot]
2023-03-22 15:26:59
build(deps): bump alpine from 3.13 to 3.17 in /examples/opentelemetry (#26221)
Bumps alpine from 3.13 to 3.17. ---
build(deps): bump alpine from 3.13 to 3.17 in /examples/opentelemetry (#26221) Bumps alpine from 3.13 to 3.17. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: de...
diff --git a/examples/opentelemetry/Dockerfile-opentelemetry b/examples/opentelemetry/Dockerfile-opentelemetry index f8aeb519a2c6..b74604a008e4 100644 --- a/examples/opentelemetry/Dockerfile-opentelemetry +++ b/examples/opentelemetry/Dockerfile-opentelemetry @@ -1,4 +1,4 @@ -FROM alpine:3.13@sha256:100448e45467d4f3838f...
reaction
https://github.com/reactioncommerce/reaction
6d65351d1528ef79ba9813ead1eb1c6ae80f6416
dependabot[bot]
2021-08-12 13:50:07
chore(deps): Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) ---
chore(deps): Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: p...
diff --git a/package-lock.json b/package-lock.json index ad05631764d..58f6a70ea0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11280,11 +11280,6 @@ "bundled": true, "dev": true }, - "path-parse": { - "version": "1.0.6", - "bundled": true, - ...
fluentui
https://github.com/microsoft/fluentui
4ed2b741e41cd71f83b0a13a8748a8154de98aee
ling1726
2022-04-21 00:52:57
fix: Bump ts-minbar-react-components to v9 (#22561)
* fix: Bump ts-minbar-react-components to v9 So that react-components will get bumped on release * revert upgrade examples * bump for upgrade-examples
fix: Bump ts-minbar-react-components to v9 (#22561) * fix: Bump ts-minbar-react-components to v9 So that react-components will get bumped on release * revert upgrade examples * bump for upgrade-examples
diff --git a/apps/ts-minbar-test-react-components/package.json b/apps/ts-minbar-test-react-components/package.json index 45c172e3d13ec3..a01c55ddfa778c 100644 --- a/apps/ts-minbar-test-react-components/package.json +++ b/apps/ts-minbar-test-react-components/package.json @@ -1,11 +1,11 @@ { "name": "@fluentui/ts-min...
sentry
https://github.com/getsentry/sentry
f5fc129f96a033e5f28ca111515513dbbedd33dd
Nar Saynorath
2023-07-11 23:59:40
fix(discover-tags): Add optional check for responseJSON (#52627)
Fixes JAVASCRIPT-2N6P
fix(discover-tags): Add optional check for responseJSON (#52627) Fixes JAVASCRIPT-2N6P
diff --git a/static/app/views/discover/tags.tsx b/static/app/views/discover/tags.tsx index 3fb7ee2b2bfb3f..e15fec53e3b45e 100644 --- a/static/app/views/discover/tags.tsx +++ b/static/app/views/discover/tags.tsx @@ -117,7 +117,7 @@ class Tags extends Component<Props, State> { } catch (err) { if ( er...
astro
https://github.com/withastro/astro
4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5
Ben Holmes
2022-06-28 02:50:28
Refactor: remove Deno shim to esbuild "banner" (#3734)
* refactor: remove Deno shim to esbuild "banner" * refactor: move shim to const * refactor: add shim to netlify edge * chore: changeset
Refactor: remove Deno shim to esbuild "banner" (#3734) * refactor: remove Deno shim to esbuild "banner" * refactor: move shim to const * refactor: add shim to netlify edge * chore: changeset
diff --git a/.changeset/spotty-islands-raise.md b/.changeset/spotty-islands-raise.md new file mode 100644 index 000000000000..f8246006de12 --- /dev/null +++ b/.changeset/spotty-islands-raise.md @@ -0,0 +1,6 @@ +--- +'@astrojs/deno': patch +'@astrojs/netlify': patch +--- + +Fix: append shim to top of built file to avoid...
angular
https://github.com/angular/angular
7df2b4aeff6efd491527b2a4e6fe41fb44fbf153
Greg Magolan
2019-12-12 02:48:51
build: update @angular/bazel schematics to use html_insert_assets & pkg_web (#34112)
PR Close #34112
build: update @angular/bazel schematics to use html_insert_assets & pkg_web (#34112) PR Close #34112
diff --git a/integration/bazel/package.json b/integration/bazel/package.json index 7e7954420fcde..cd8ee4a371fc5 100644 --- a/integration/bazel/package.json +++ b/integration/bazel/package.json @@ -29,21 +29,21 @@ "@bazel/terser": "0.42.1", "@bazel/typescript": "0.42.1", "@types/jasmine": "2.8.8", - "h...
sentry
https://github.com/getsentry/sentry
564513eec1381cb770cb8ae66a077a29317d3b5a
edwardgou-sentry
2022-08-16 00:17:11
fix(dashboards): Widget Viewer chart y axis formatter for custom metrics (#37810)
Opening a custom metric widget in widget viewer wasn't properly displaying units. Updates widget viewer to accept seriesResultsType for use in yAxis and tooltip formatters.
fix(dashboards): Widget Viewer chart y axis formatter for custom metrics (#37810) Opening a custom metric widget in widget viewer wasn't properly displaying units. Updates widget viewer to accept seriesResultsType for use in yAxis and tooltip formatters.
diff --git a/static/app/components/modals/widgetViewerModal.tsx b/static/app/components/modals/widgetViewerModal.tsx index f21682b9bb92f7..1c5d36311d612e 100644 --- a/static/app/components/modals/widgetViewerModal.tsx +++ b/static/app/components/modals/widgetViewerModal.tsx @@ -86,6 +86,7 @@ export interface WidgetView...
appsmith
https://github.com/appsmithorg/appsmith
cf534946b62f657d102ac0f3c815fef37b23e695
Valera Melnikov
2024-12-27 22:59:59
chore: CE code for datasource management (#38394)
## Description EE PR https://github.com/appsmithorg/appsmith-ee/pull/5821 ## Automation /ok-to-test tags="@tag.Datasource" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > 🔴 🔴 🔴 Some tests have failed. > Workflow run: <https://github.com/appsmithorg/a...
chore: CE code for datasource management (#38394) ## Description EE PR https://github.com/appsmithorg/appsmith-ee/pull/5821 ## Automation /ok-to-test tags="@tag.Datasource" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > 🔴 🔴 🔴 Some tests have failed...
diff --git a/app/client/packages/design-system/ads/jest.config.js b/app/client/packages/design-system/ads/jest.config.js index b9025f10e6db..05dd461a6813 100644 --- a/app/client/packages/design-system/ads/jest.config.js +++ b/app/client/packages/design-system/ads/jest.config.js @@ -17,6 +17,7 @@ module.exports = { ...
wp-calypso
https://github.com/Automattic/wp-calypso
5255c88ae42ed5ff7f86eec1de11a4f3af2b0448
Sergio Cinos
2021-12-01 03:10:03
chore: Create @automattic/calypso-apps-builder package (#58481)
* Create calypso-apps-builder package * Remove old file * Do not pass .cjs files to ts
chore: Create @automattic/calypso-apps-builder package (#58481) * Create calypso-apps-builder package * Remove old file * Do not pass .cjs files to ts
diff --git a/apps/editing-toolkit/package.json b/apps/editing-toolkit/package.json index 903a2f0535dc..e356995dd034 100644 --- a/apps/editing-toolkit/package.json +++ b/apps/editing-toolkit/package.json @@ -34,7 +34,7 @@ "build:wpcom-block-editor-nux": "calypso-build --env source='wpcom-block-editor-nux'", "build...
angular
https://github.com/angular/angular
955e4e704e7f1dae2059a68bf5ab33322aca58e0
Kara Erickson
2019-03-13 07:00:47
test(ivy): update blocklist to turn on table tests (#29271)
PR Close #29271
test(ivy): update blocklist to turn on table tests (#29271) PR Close #29271
diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 02be4491921405..81c3aa391006a3 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -49,18 +49,6 @@ window.testBlockli...
Umbraco-CMS
https://github.com/umbraco/Umbraco-CMS
d7a8fc2ed5594625c54d91d41adc3f8803bf5894
Jacob Overgaard
2024-07-25 21:16:43
Chore: Bundle members package (#2140)
* fix: resolve cyclic dependencies * feat: add bundling to 'members' * feat: add members as a workspace
Chore: Bundle members package (#2140) * fix: resolve cyclic dependencies * feat: add bundling to 'members' * feat: add members as a workspace
diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index 5a1f3cde7f3f..84159701dfb3 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -19,6 +19,7 @@ "./src/packages/health-check", "./src/packages/la...
grafana
https://github.com/grafana/grafana
55abfd7858de53d918c0963cc08d5db4b1f33e7a
Martin Lehmann
2024-09-06 18:05:35
Docs: fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry) (#93021)
chore(docs): fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry)
Docs: fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry) (#93021) chore(docs): fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry)
diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index f6ad8b08e08f6..88106a20c68f7 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1341,7 +1341,7 @@ Either "O...
angular
https://github.com/angular/angular
6e7a57f97a764534ef96679f6994bbe7dd9607dc
Ajit Singh
2020-12-08 22:17:39
docs: add note that sting based lazy loading is opt-in (#35956)
after angular version 8 string based lazy loading is not activated by default it is an opt in behaviour in which you have to add the lazy loaded routes in the tsconfig file for compilation. Aded a note too that it will be removed in version 11.
docs: add note that sting based lazy loading is opt-in (#35956) after angular version 8 string based lazy loading is not activated by default it is an opt in behaviour in which you have to add the lazy loaded routes in the tsconfig file for compilation. Aded a note too that it will be removed in version 11. Fixes #35...
diff --git a/aio/content/guide/lazy-loading-ngmodules.md b/aio/content/guide/lazy-loading-ngmodules.md index 479c0a5567f34..692974a09b0b8 100644 --- a/aio/content/guide/lazy-loading-ngmodules.md +++ b/aio/content/guide/lazy-loading-ngmodules.md @@ -101,7 +101,16 @@ Instead, it adds the declared route, `customers` to th...
sentry
https://github.com/getsentry/sentry
f80a78170c592d89e9083c0d09f2ce90e9507293
David Cramer
2017-10-09 23:40:49
fix(auth): Handle case when username or password is empty
Fixes SENTRY-4WH
fix(auth): Handle case when username or password is empty Fixes SENTRY-4WH
diff --git a/src/sentry/web/forms/accounts.py b/src/sentry/web/forms/accounts.py index 45af0999fa649f..c88c63d572a8ba 100644 --- a/src/sentry/web/forms/accounts.py +++ b/src/sentry/web/forms/accounts.py @@ -134,6 +134,13 @@ def _is_user_rate_limited(self): def clean(self): username = self.cleaned_data.g...
llama_index
https://github.com/run-llama/llama_index
3aabecf95ffcdd99ece9f9a3840ca2bf2470fc92
Massimiliano Pippi
2024-08-21 14:47:17
feat: workflow services (aka nested workflows) (#15325)
* first draft of services * attempt2: move initialization to the service manager * add code comments * validate requested services * hide ServiceManager from the public API * better introspection * pass kwargs to step functions * fix sync execution now that we use kwargs * add unit tests for ServiceManager * r...
feat: workflow services (aka nested workflows) (#15325) * first draft of services * attempt2: move initialization to the service manager * add code comments * validate requested services * hide ServiceManager from the public API * better introspection * pass kwargs to step functions * fix sync execution now tha...
diff --git a/llama-index-core/llama_index/core/workflow/decorators.py b/llama-index-core/llama_index/core/workflow/decorators.py index 174eb7f7e843f..717fba85f7370 100644 --- a/llama-index-core/llama_index/core/workflow/decorators.py +++ b/llama-index-core/llama_index/core/workflow/decorators.py @@ -1,9 +1,9 @@ -from t...
angular
https://github.com/angular/angular
86bf5f39128bb08053371a0a081973a6f6488e0d
George Kalpakas
2018-06-11 23:34:30
test(service-worker): add tests for `SwPush` (#24162)
PR Close #24162
test(service-worker): add tests for `SwPush` (#24162) PR Close #24162
diff --git a/packages/service-worker/test/comm_spec.ts b/packages/service-worker/test/comm_spec.ts index 49a5a312fb0e5..6b44da30e1b78 100644 --- a/packages/service-worker/test/comm_spec.ts +++ b/packages/service-worker/test/comm_spec.ts @@ -13,16 +13,19 @@ import {NgswCommChannel} from '../src/low_level'; import {Regi...
sentry
https://github.com/getsentry/sentry
b31510c62f772d514e7d5e0872b048704adf41fb
Chris Fuller
2020-04-07 08:59:41
feat(workflow): Alert list empty state messaging (#18033)
* Adding empty state messaging
feat(workflow): Alert list empty state messaging (#18033) * Adding empty state messaging
diff --git a/src/sentry/static/sentry/app/views/alerts/list/index.tsx b/src/sentry/static/sentry/app/views/alerts/list/index.tsx index fe3929e2b10a28..7bc7e845857f2f 100644 --- a/src/sentry/static/sentry/app/views/alerts/list/index.tsx +++ b/src/sentry/static/sentry/app/views/alerts/list/index.tsx @@ -34,6 +34,7 @@ con...
shuttle
https://github.com/shuttle-hq/shuttle
4dfd65c4bc27eeb69e246c3eaf557e1f8596e47a
Pieter
2023-08-02 20:54:54
feat: gateway to start last deploy from idle project (#1121)
* refactor: stop cycling resources * feat: gateway start idle deploys * refactor: comment deploy scopes * refactor: better name * bug: use current time * bug: skip newest not oldest * refactor: reverse order from query ---------
feat: gateway to start last deploy from idle project (#1121) * refactor: stop cycling resources * feat: gateway start idle deploys * refactor: comment deploy scopes * refactor: better name * bug: use current time * bug: skip newest not oldest * refactor: reverse order from query --------- Co-authored-by: Iulia...
diff --git a/auth/src/user.rs b/auth/src/user.rs index d9fec5269..b6e64a2e3 100644 --- a/auth/src/user.rs +++ b/auth/src/user.rs @@ -376,7 +376,10 @@ mod tests { fn deployer_machine() { let scopes: Vec<Scope> = AccountTier::Deployer.into(); - assert_eq!(scopes, vec![Scope::DeploymentP...
kratos
https://github.com/go-kratos/kratos
5bffe9ebab8c23f37962605ba867c9dbc2b6679d
dependabot[bot]
2023-11-12 09:03:36
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#3064)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.10. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.10) ---
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#3064) Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.10. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.10) --- updated-dependencie...
diff --git a/contrib/config/etcd/go.mod b/contrib/config/etcd/go.mod index 17a53340030..4ff40cb738e 100644 --- a/contrib/config/etcd/go.mod +++ b/contrib/config/etcd/go.mod @@ -4,8 +4,8 @@ go 1.19 require ( github.com/go-kratos/kratos/v2 v2.7.1 - go.etcd.io/etcd/client/v3 v3.5.8 - google.golang.org/grpc v1.57.0 + ...
rust-libp2p
https://github.com/libp2p/rust-libp2p
96213b37c6d7b8ea998d652d245f51b920bb4852
Max Inden
2023-08-30 20:09:07
fix(misc/server): adhere to --metrics-path and listen on 0.0.0.0:8888
This commit reverts the previous metrics behavior. Namely: - adhering to --metrics-path flag - listening on 0.0.0.0:8888 instead of 127.0.0.1:8080 Note that 8888 is the default IPFS debug (aka. metrics) port. See https://github.com/mxinden/rust-libp2p-server/blob/master/src/metric_server.rs for previous behavior.
fix(misc/server): adhere to --metrics-path and listen on 0.0.0.0:8888 This commit reverts the previous metrics behavior. Namely: - adhering to --metrics-path flag - listening on 0.0.0.0:8888 instead of 127.0.0.1:8080 Note that 8888 is the default IPFS debug (aka. metrics) port. See https://github.com/mxinden/rust-l...
diff --git a/Cargo.lock b/Cargo.lock index 886aad7c1ab..83e140de29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "libp2p-server" -version = "0.12.1" +version = "0.12.2" dependencies = [ "base64 0.21.2", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3b2...
terraform-provider-aws
https://github.com/hashicorp/terraform-provider-aws
94ef5601651230fe3ad1adaca7abec5aec9fc54d
GlennChia
2021-10-26 01:35:38
feat: backup_vault_name in vault lock conf read
follows the same approach used in vault_notifications
feat: backup_vault_name in vault lock conf read follows the same approach used in vault_notifications
diff --git a/internal/service/backup/vault_lock_configuration.go b/internal/service/backup/vault_lock_configuration.go index 19371000875..08a0aef7afe 100644 --- a/internal/service/backup/vault_lock_configuration.go +++ b/internal/service/backup/vault_lock_configuration.go @@ -91,7 +91,7 @@ func resourceVaultLockConfigu...
vowpal_wabbit
https://github.com/VowpalWabbit/vowpal_wabbit
0775abfab20509d21beb415af2acc0c7085bb5e3
Jack Gerrits
2022-01-08 00:03:49
feat!: promote failure to open input file from warning to error (#3571)
* feat!: promote failure to open input file to failure * fix test * change path * update dll test * Accidentally tried open files as input that should have been the cache file name * try named cache file
feat!: promote failure to open input file from warning to error (#3571) * feat!: promote failure to open input file to failure * fix test * change path * update dll test * Accidentally tried open files as input that should have been the cache file name * try named cache file
diff --git a/cs/unittest/Test1and2.cs b/cs/unittest/Test1and2.cs index 0de58025262..2bd679d4f8f 100644 --- a/cs/unittest/Test1and2.cs +++ b/cs/unittest/Test1and2.cs @@ -25,8 +25,8 @@ public void Test1and2() var input = new List<Test1>(); - using (var vwStr = new VowpalWabbit(" -k -c test1and...
systemd
https://github.com/systemd/systemd
eb1f60230a06e92f4586ffaa5a6878a0e2126342
Franck Bui
2022-11-18 15:39:44
test: fix the default timeout values described in README.testsuite
Unlike it was described, the default is 30 min.
test: fix the default timeout values described in README.testsuite Unlike it was described, the default is 30 min.
diff --git a/test/README.testsuite b/test/README.testsuite index 40240599a0bb0..2136800ff5410 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -88,10 +88,10 @@ NSPAWN_ARGUMENTS='...' Specify additional arguments for systemd-nspawn QEMU_TIMEOUT=infinity - Set a timeout for tests under qemu (d...
shields
https://github.com/badges/shields
1051b4914750e78e094b8bab727dca102c657e71
dependabot-preview[bot]
2019-12-27 18:59:05
Build(deps-dev): bump babel-plugin-istanbul from 5.2.0 to 6.0.0 (#4463)
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/ba...
Build(deps-dev): bump babel-plugin-istanbul from 5.2.0 to 6.0.0 (#4463) Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanb...
diff --git a/package-lock.json b/package-lock.json index 042cfb78d828b..53c034b1825e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3166,6 +3166,75 @@ "@hapi/hoek": "8.x.x" } }, + "@istanbuljs/load-nyc-config": { + "version": "1.0.0", + "resolved": "https://registry.npmjs....
grafana
https://github.com/grafana/grafana
13c0268d6bc8782a96a75167b20c3a98291327ee
Ashley Harrison
2023-10-31 21:54:34
Chore: Upgrade `react-redux` (#77296)
* try upgrading react-redux * memoize getNavModel selector, don't return a new object in command palette selector * use createSelector to memoize some alert manager selectors correctly * memoize selectors correctly in appNotifications * memoize some datasource selectors * use fake timers to avoid the debounce caus...
Chore: Upgrade `react-redux` (#77296) * try upgrading react-redux * memoize getNavModel selector, don't return a new object in command palette selector * use createSelector to memoize some alert manager selectors correctly * memoize selectors correctly in appNotifications * memoize some datasource selectors * use...
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5ee322b31a32b..e8f9da4aba23a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,7 +8,6 @@ "react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744) "monaco-editor...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
9daa8953e11fadbd01e6e17d1413e64fde71891b
Yoshi Automation
2023-07-15 08:02:44
feat(identitytoolkit): update the API
#### identitytoolkit:v1 The following keys were added: - schemas.GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.properties.appId.deprecated - schemas.GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.properties.oauthConsumerKey.deprecated - schemas.GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.properties.openidRea...
feat(identitytoolkit): update the API #### identitytoolkit:v1 The following keys were added: - schemas.GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.properties.appId.deprecated - schemas.GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.properties.oauthConsumerKey.deprecated - schemas.GoogleCloudIdentitytoolkitV1Cr...
diff --git a/discovery/identitytoolkit-v1.json b/discovery/identitytoolkit-v1.json index 4b66d8b629..b8c668feed 100644 --- a/discovery/identitytoolkit-v1.json +++ b/discovery/identitytoolkit-v1.json @@ -1239,7 +1239,7 @@ } } }, - "revision": "20230613", + "revision": "20230707", "rootUrl": "https://...
freqtrade
https://github.com/freqtrade/freqtrade
c841146968528b4b56466b045e513d240ca0c407
Matthias
2024-12-02 11:42:30
chore: Remove non-suppored callback from XGBRFRegressor
According to the XGBoost docs, this probably never worked as it was never supported - but is now raising an error for user clarity.
chore: Remove non-suppored callback from XGBRFRegressor According to the XGBoost docs, this probably never worked as it was never supported - but is now raising an error for user clarity.
diff --git a/freqtrade/freqai/prediction_models/XGBoostRFRegressor.py b/freqtrade/freqai/prediction_models/XGBoostRFRegressor.py index 12231ed13f3..140186075f1 100644 --- a/freqtrade/freqai/prediction_models/XGBoostRFRegressor.py +++ b/freqtrade/freqai/prediction_models/XGBoostRFRegressor.py @@ -5,7 +5,6 @@ from fre...
zitadel
https://github.com/zitadel/zitadel
0316c2c187e422a70743fb4da320a61415522966
Elio Bischof
2023-01-17 14:50:16
fix: add port to SMTP host label (#4980)
* fix: add port to SMTP host label * fix gRPC request message * fix: validate port in backend * make defaults.yaml host field more clear * add placeholder smtp host field * make ipv6 smtp host valid * hide smtp password input * fix smtp host not filled * dont let browsers prefill smtp password
fix: add port to SMTP host label (#4980) * fix: add port to SMTP host label * fix gRPC request message * fix: validate port in backend * make defaults.yaml host field more clear * add placeholder smtp host field * make ipv6 smtp host valid * hide smtp password input * fix smtp host not filled * dont let browse...
diff --git a/cmd/defaults.yaml b/cmd/defaults.yaml index 5496e6ea8c5..bef7a07317f 100644 --- a/cmd/defaults.yaml +++ b/cmd/defaults.yaml @@ -465,7 +465,7 @@ DefaultInstance: SMTPConfiguration: # configuration of the host SMTP: - #for example smtp.mailtrap.io:2525 + # must include the port, like s...
harness
https://github.com/harness/harness
4d7c6addde1af24ca8c021b5ebd827f900c208f0
Dhruv Dhruv
2025-03-04 12:05:19
feat: [CDE-660]: Adding support for listing and (soft) deleting infra provider configs. (#3502)
* Fixing gitspace instance state enum. * feat: [CDE-660]: Adding support for listing and (soft) deleting infra provider configs.
feat: [CDE-660]: Adding support for listing and (soft) deleting infra provider configs. (#3502) * Fixing gitspace instance state enum. * feat: [CDE-660]: Adding support for listing and (soft) deleting infra provider configs.
diff --git a/app/api/controller/infraprovider/delete_config.go b/app/api/controller/infraprovider/delete_config.go new file mode 100644 index 0000000000..e9ea585b5e --- /dev/null +++ b/app/api/controller/infraprovider/delete_config.go @@ -0,0 +1,41 @@ +// Copyright 2023 Harness, Inc. +// +// Licensed under the Apache L...
azerothcore-wotlk
https://github.com/azerothcore/azerothcore-wotlk
1138d837a1ac0914197aa1c4cf456f03f3f03fe6
AzerothCoreBot
2021-10-11 23:12:00
chore(DB): import pending files
Referenced commit(s): bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1
chore(DB): import pending files Referenced commit(s): bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1
diff --git a/acore.json b/acore.json index a9d7cac41e9e86..c7caeadfebf152 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "4.0.0-dev.11", + "version": "4.0.0-dev.12", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index ...
haystack
https://github.com/deepset-ai/haystack
1a6a8863e84f4d13c299a7d6340aea402c3bb0a6
Vladimir Blagojevic
2023-10-11 13:45:58
feat: Update `HTMLToDocument` to handle `ByteStream` inputs (#6020)
* Update HTML converter * Add mixed source unit test * Update haystack/preview/components/file_converters/html.py
feat: Update `HTMLToDocument` to handle `ByteStream` inputs (#6020) * Update HTML converter * Add mixed source unit test * Update haystack/preview/components/file_converters/html.py Co-authored-by: ZanSara <sara.zanzottera@deepset.ai> --------- Co-authored-by: ZanSara <sara.zanzottera@deepset.ai>
diff --git a/haystack/preview/components/file_converters/html.py b/haystack/preview/components/file_converters/html.py index 3cb7c03377..cf947c6d22 100644 --- a/haystack/preview/components/file_converters/html.py +++ b/haystack/preview/components/file_converters/html.py @@ -2,69 +2,77 @@ from typing import List, Optio...
questdb
https://github.com/questdb/questdb
95f9bbaebeb02a20d2c9acc898546d3bcf0f8be3
dependabot[bot]
2021-10-07 17:29:02
build(deps-dev): bump junit from 4.11 to 4.13.1 in /utils (#1413)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) ---
build(deps-dev): bump junit from 4.11 to 4.13.1 in /utils (#1413) Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.co...
diff --git a/utils/pom.xml b/utils/pom.xml index d6d9b776d095..b80b104bc953 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.13.1</version> <scope>test</scope> ...
servo
https://github.com/servo/servo
5915c1a7b5feba724501bcd6414236ec906b3577
dependabot[bot]
2024-12-06 23:10:42
build(deps): bump clap from 4.5.22 to 4.5.23 (#34511)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.22 to 4.5.23. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.22...clap_complete-v4.5.23) ---
build(deps): bump clap from 4.5.22 to 4.5.23 (#34511) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.22 to 4.5.23. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complet...
diff --git a/Cargo.lock b/Cargo.lock index 0760f20e0a070..88f5b26a60029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -881,18 +881,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.22" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69371e34337c4c984bb...
vector
https://github.com/vectordotdev/vector
81f9579d1d0a30de82bd89e32e2a851462fdc493
Vladimir Zhuk
2021-03-30 19:29:32
feat(remap): New `parse_linux_authorization` function (#6883)
* feat(remap): New `parse_linux_authorization` function
feat(remap): New `parse_linux_authorization` function (#6883) * feat(remap): New `parse_linux_authorization` function Signed-off-by: Vladimir Zhuk <vladimir.zhuk@datadoghq.com> * format doc Signed-off-by: Vladimir Zhuk <vladimir.zhuk@datadoghq.com> * correct the example Signed-off-by: Vladimir Zhuk <vladimir.zhuk...
diff --git a/docs/reference/remap/functions/parse_linux_authorization.cue b/docs/reference/remap/functions/parse_linux_authorization.cue new file mode 100644 index 0000000000000..c041a241c626d --- /dev/null +++ b/docs/reference/remap/functions/parse_linux_authorization.cue @@ -0,0 +1,46 @@ +package metadata + +remap: f...
ncspot
https://github.com/hrkfdn/ncspot
8dd8c9bff99e6a8414e6cc59d18342f66635fbc7
dependabot[bot]
2025-01-21 04:05:48
chore(deps): bump the cargo group across 1 directory with 10 updates
Bumps the cargo group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` | | [zbus](https://github.com/dbus2/zbus) | `5.2.0` | `5.3.0` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [reqwest](https://git...
chore(deps): bump the cargo group across 1 directory with 10 updates Bumps the cargo group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` | | [zbus](https://github.com/dbus2/zbus) | `5.2.0` | `5.3.0` | | [log](https://git...
diff --git a/Cargo.lock b/Cargo.lock index 76080d82d..cea4c8252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.85", + "syn 2.0.96", ] [[package]] @@ -307,7 +307,7 @@ c...
kopia
https://github.com/kopia/kopia
e143c71e6df6f8360903fdc9c68a6a25996f553d
Julio López
2024-03-12 23:35:50
refactor(general): add epoch.getKeyRange helper (#3721)
Extracted from #3651. Thanks to @plar and @redgoat650 for the suggestions.
refactor(general): add epoch.getKeyRange helper (#3721) Extracted from #3651. Thanks to @plar and @redgoat650 for the suggestions. Ref: - #3603 - #3645 - #3638 - #3639
diff --git a/internal/epoch/epoch_utils.go b/internal/epoch/epoch_utils.go index dbc6a444293..64715a9fbf6 100644 --- a/internal/epoch/epoch_utils.go +++ b/internal/epoch/epoch_utils.go @@ -6,6 +6,8 @@ import ( "time" "unicode" + "github.com/pkg/errors" + "github.com/kopia/kopia/repo/blob" ) @@ -91,3 +93,57 @...
shuttle
https://github.com/shuttle-hq/shuttle
187acc5f5d16f82ae93362fd5f32c6efb3c768c4
Pieter
2023-12-04 17:18:04
refactor(gateway): allow stats to change in the future (#1463)
This makes it possible for stats to change in the future by defaulting to an empty vec if we ever fail to deserialize it.
refactor(gateway): allow stats to change in the future (#1463) This makes it possible for stats to change in the future by defaulting to an empty vec if we ever fail to deserialize it.
diff --git a/gateway/src/project.rs b/gateway/src/project.rs index bf0283389..8b044e17a 100644 --- a/gateway/src/project.rs +++ b/gateway/src/project.rs @@ -22,7 +22,8 @@ use hyper::client::HttpConnector; use hyper::{Body, Client}; use once_cell::sync::Lazy; use rand::distributions::{Alphanumeric, DistString}; -use ...
nest
https://github.com/nestjs/nest
981b9750d0907e7d8966ab75f0493c36d5abc78b
dependabot[bot]
2022-05-20 05:44:07
chore(deps-dev): bump @types/node from 17.0.34 to 17.0.35
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.34 to 17.0.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) ---
chore(deps-dev): bump @types/node from 17.0.34 to 17.0.35 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.34 to 17.0.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/c...
diff --git a/package-lock.json b/package-lock.json index 163255dcc9a..2b5a1c63a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2752,9 +2752,9 @@ "dev": true }, "@types/node": { - "version": "17.0.34", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.34.tgz", - ...
argo-cd
https://github.com/argoproj/argo-cd
e343d3bb15e35917e1c935375078a342a90e63cd
Nicholas Hawkes
2022-07-22 21:17:05
docs: fix typo - user->use (#10078)
Small typo in the documentation - should say use not user
docs: fix typo - user->use (#10078) Small typo in the documentation - should say use not user
diff --git a/docs/operator-manual/user-management/google.md b/docs/operator-manual/user-management/google.md index 308cf023bd4cd..7113e51018ca2 100644 --- a/docs/operator-manual/user-management/google.md +++ b/docs/operator-manual/user-management/google.md @@ -7,7 +7,7 @@ There are three different ways to integrate Arg...
dart-code-metrics
https://github.com/dart-code-checker/dart-code-metrics
ef042f2033ea60f6d52655f8d4cf4f35caca3b55
dependabot[bot]
2022-11-30 09:13:10
chore: bump @types/react-helmet from 6.1.5 to 6.1.6 in /website (#1084)
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet) ---
chore: bump @types/react-helmet from 6.1.5 to 6.1.6 in /website (#1084) Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/Definit...
diff --git a/website/package-lock.json b/website/package-lock.json index 150020a409..d11c4a0d2f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -23,7 +23,7 @@ "@docusaurus/module-type-aliases": "^2.2.0", "@tsconfig/docusaurus": "^1.0.6", "@types/react": "^17.0.0", - ...
nest
https://github.com/nestjs/nest
7b759d52e6d9e4ce4a56c000a7085e3aaea9475f
Thiago Martins
2022-07-12 00:51:06
test(core): add provider classifier test
ensure isValueProvider returns false when useValue is not present
test(core): add provider classifier test ensure isValueProvider returns false when useValue is not present
diff --git a/packages/core/test/injector/helpers/provider-classifier.spec.ts b/packages/core/test/injector/helpers/provider-classifier.spec.ts index 8760c826357..41326210d85 100644 --- a/packages/core/test/injector/helpers/provider-classifier.spec.ts +++ b/packages/core/test/injector/helpers/provider-classifier.spec.ts...
nx
https://github.com/nrwl/nx
0fc9e9d51b9d56389c6ce84581dd4ba18643a859
samdanae
2021-10-01 02:25:21
fix(node): Prevent extra kebab-case files being generated with `--pascalCaseFiles` option (#7087)
* fix(node): prevent extra kebab-case files being generated when pascal case option is on * fix(node): remove unused variable
fix(node): Prevent extra kebab-case files being generated with `--pascalCaseFiles` option (#7087) * fix(node): prevent extra kebab-case files being generated when pascal case option is on * fix(node): remove unused variable Co-authored-by: Jason Jean <jasonjean1993@gmail.com> * fix(node): bundle new expectations i...
diff --git a/packages/node/src/generators/library/library.spec.ts b/packages/node/src/generators/library/library.spec.ts index ff0939a8fee9d..b69cb28f2bd7d 100644 --- a/packages/node/src/generators/library/library.spec.ts +++ b/packages/node/src/generators/library/library.spec.ts @@ -516,6 +516,8 @@ describe('lib', () ...
Zettlr
https://github.com/Zettlr/Zettlr
a1505dbe3a35fc071e22bbbb692277a5b0a39746
Hendrik Erz
2021-09-18 03:45:39
fix: Downgrade Electron to 14.0.0
Fixes a vibrancy rendering issue See electron/electron#30993 for details
fix: Downgrade Electron to 14.0.0 Fixes a vibrancy rendering issue See electron/electron#30993 for details
diff --git a/package.json b/package.json index 2cd59db23d..a3e8aa1ffd 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "cross-env": "^7.0.3", "css-loader": "^6.2.0", "csso": "^4.2.0", - "electron": "^14.0.1", + "electron": "14.0.0", "electron-builder": "22.11.7", "electron...
vector
https://github.com/vectordotdev/vector
f39255be67dff9a59da932d5e6bc5464d047c118
dependabot[bot]
2021-05-04 19:26:43
chore(deps): bump tracing-subscriber from 0.2.17 to 0.2.18 (#7298)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.17...tracing-subscriber-0.2.18)
chore(deps): bump tracing-subscriber from 0.2.17 to 0.2.18 (#7298) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.17...tracing-subscribe...
diff --git a/Cargo.lock b/Cargo.lock index 038a1b581e2f6..391cfae35da66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7229,9 +7229,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70509...
bootstrap
https://github.com/twbs/bootstrap
e33298cee6c39171715b3d1aa9379b2c9af158fb
dependabot[bot]
2023-05-17 09:53:48
Build(deps-dev): Bump stylelint from 15.6.1 to 15.6.2 (#38614)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2) ---
Build(deps-dev): Bump stylelint from 15.6.1 to 15.6.2 (#38614) Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/...
diff --git a/package-lock.json b/package-lock.json index 0d103bcce0ae..bdbbccf3721f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "sass": "^1.62.1", "sass-true": "^7.0.0", "shelljs": "^0.8.5", - "stylelint": "^15.6.1", + "stylelint": "^15.6.2", ...
sentry
https://github.com/getsentry/sentry
1fc34a7673211f227adb49507a2f4a7f3b44630e
Tony Xiao
2022-04-26 00:27:05
fix(ui): Update compact select label when options change (#33890)
When the options change, the label needs to be updated as well.
fix(ui): Update compact select label when options change (#33890) When the options change, the label needs to be updated as well.
diff --git a/static/app/components/forms/compactSelect.tsx b/static/app/components/forms/compactSelect.tsx index d85e18748897c9..4bd321022dfaab 100644 --- a/static/app/components/forms/compactSelect.tsx +++ b/static/app/components/forms/compactSelect.tsx @@ -200,7 +200,7 @@ function CompactSelect<OptionType extends Gen...
nocobase
https://github.com/nocobase/nocobase
1fcf1320c26d080fcd963513178af2145a1f2884
Zeke Zhang
2024-06-14 12:38:56
fix(duplicate): resolve error on click (#4658)
* fix(duplicate): resolve error on click * test: add e2e test
fix(duplicate): resolve error on click (#4658) * fix(duplicate): resolve error on click * test: add e2e test
diff --git a/packages/core/client/src/data-source/collection/AssociationProvider.tsx b/packages/core/client/src/data-source/collection/AssociationProvider.tsx index 64091f77481d0..004950c251801 100644 --- a/packages/core/client/src/data-source/collection/AssociationProvider.tsx +++ b/packages/core/client/src/data-sourc...
create-t3-app
https://github.com/t3-oss/create-t3-app
3c9ffa6c856407a83e654a708f4e1537a6ea5ca5
Christopher Ehrlich
2023-02-20 23:37:22
feat: add jack herrington tutorial (#1227)
its really good
feat: add jack herrington tutorial (#1227) its really good
diff --git a/www/src/pages/en/faq.md b/www/src/pages/en/faq.md index 15b25f0227..ca626363fd 100644 --- a/www/src/pages/en/faq.md +++ b/www/src/pages/en/faq.md @@ -36,6 +36,7 @@ Now, we realize this path doesn't work for everyone. So, if you feel like you've ### Videos +- [Jack Herrington - Build a Note Taking app ...
solana
https://github.com/solana-labs/solana
8c5401e18ec205310fde9645e2cd0f04d8fc6e1f
dependabot[bot]
2021-11-26 03:44:24
chore: bump rollup from 2.60.0 to 2.60.1 in /web3.js (#21439)
Bumps [rollup](https://github.com/rollup/rollup) from 2.60.0 to 2.60.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.60.0...v2.60.1) ---
chore: bump rollup from 2.60.0 to 2.60.1 in /web3.js (#21439) Bumps [rollup](https://github.com/rollup/rollup) from 2.60.0 to 2.60.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compar...
diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 89f6a5ab30efa7..99f92282376c30 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -74,7 +74,7 @@ "prettier": "^2.3.0", "puppeteer": "^11.0.0", "rimraf": "3.0.2", - "rollup": "2.60.0", + ...
risingwave
https://github.com/risingwavelabs/risingwave
a2abbd904b3c1a38af696dd9533a025277d11bc9
Zhidong Guo
2022-10-08 12:28:57
feat(pgwire): replace BoxStream in PgResult with static type (#5677)
* replace box with enum dispatch * benchmark to be reset * refactor pgwire * reset bench * remove pin_project
feat(pgwire): replace BoxStream in PgResult with static type (#5677) * replace box with enum dispatch * benchmark to be reset * refactor pgwire * reset bench * remove pin_project Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
diff --git a/src/frontend/src/handler/alter_user.rs b/src/frontend/src/handler/alter_user.rs index cabdc07664182..4865bc70c9735 100644 --- a/src/frontend/src/handler/alter_user.rs +++ b/src/frontend/src/handler/alter_user.rs @@ -19,6 +19,7 @@ use risingwave_pb::user::update_user_request::UpdateField; use risingwave_pb...
node
https://github.com/nodejs/node
ba4f5e9bb9a2b80f3760b44b7962a77adda50afd
Benjamin Coe
2018-06-26 04:58:27
build: fail on instrumentation errors
nyc was silently failing to instrument new language features, resulting in a failure to instrument console.js.
build: fail on instrumentation errors nyc was silently failing to instrument new language features, resulting in a failure to instrument console.js. Refs: https://github.com/nodejs/node/issues/20952 PR-URL: https://github.com/nodejs/node/pull/21071 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Rebecca...
diff --git a/Makefile b/Makefile index 025cb164c9f732..7cf439180fa645 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,8 @@ coverage-build: all "$(CURDIR)/build/jenkins/scripts/coverage/gcovr-patches-3.4.diff"); fi if [ -d lib_ ]; then $(RM) -r lib; mv lib_ lib; fi mv lib lib_ - $(NODE) ./node_modules/.bin/ny...
ort
https://github.com/oss-review-toolkit/ort
8a46bfdd7cd1714dc0d1625a04ead10a88576bb7
Sebastian Schuberth
2023-07-04 18:42:15
refactor(Gradle): Move top-level functions to utility objects
This is a prerequisite for leveraging Gradle's configuration cache which cannot handle top-level functions [1]. [1]: https://docs.gradle.org/8.2/userguide/configuration_cache.html#config_cache:not_yet_implemented:accessing_top_level_at_execution
refactor(Gradle): Move top-level functions to utility objects This is a prerequisite for leveraging Gradle's configuration cache which cannot handle top-level functions [1]. [1]: https://docs.gradle.org/8.2/userguide/configuration_cache.html#config_cache:not_yet_implemented:accessing_top_level_at_execution Signed-of...
diff --git a/build.gradle.kts b/build.gradle.kts index 270070f94a4af..14d2b8f52e007 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,83 +89,9 @@ tasks.register("allDependencies") { } } -val copyrightExcludedPaths = listOf( - "LICENSE", - "NOTICE", - "batect", - "gradlew", - "gradle/", ...
rspack
https://github.com/web-infra-dev/rspack
bb89457bdc4cfdd8216fe31a826c691ae4b14603
luhc228
2024-04-01 13:43:35
feat: support more intuitive CSS diagnostic (#6040)
* feat: support more intuitive CSS diagnostic * fix: location not correct * feat: update warning title
feat: support more intuitive CSS diagnostic (#6040) * feat: support more intuitive CSS diagnostic * fix: location not correct * feat: update warning title
diff --git a/crates/rspack_plugin_css/src/parser_and_generator/mod.rs b/crates/rspack_plugin_css/src/parser_and_generator/mod.rs index 6b17213ab8b7..e35ffff602d0 100644 --- a/crates/rspack_plugin_css/src/parser_and_generator/mod.rs +++ b/crates/rspack_plugin_css/src/parser_and_generator/mod.rs @@ -180,6 +180,8 @@ impl ...
influxdb
https://github.com/influxdata/influxdb
20ec47b00b962df0f1c8089cad43330ba00c8677
Marco Neumann
2023-03-17 15:09:21
feat: virtual chunk order col (#7240)
* feat: introduce `CHUNK_ORDER_COLUMN_NAME` * feat: impl `ChunkOrder` everywhere * feat: `ChunkOrder::get` * feat: emit chunk order column for `RecordBatchesExec` * feat: `chunk_order_field` * feat: chunk order col for parquet chunks * feat: optional chunk order col handling for dedup ---------
feat: virtual chunk order col (#7240) * feat: introduce `CHUNK_ORDER_COLUMN_NAME` * feat: impl `ChunkOrder` everywhere * feat: `ChunkOrder::get` * feat: emit chunk order column for `RecordBatchesExec` * feat: `chunk_order_field` * feat: chunk order col for parquet chunks * feat: optional chunk order col handling...
diff --git a/data_types/src/lib.rs b/data_types/src/lib.rs index b5664cb7833..e3a6c73ef3e 100644 --- a/data_types/src/lib.rs +++ b/data_types/src/lib.rs @@ -1362,10 +1362,18 @@ impl ChunkOrder { /// The minimum ordering value a chunk could have. Currently only used in testing. pub const MIN: Self = Self(0); ...
cheerio
https://github.com/cheeriojs/cheerio
5c61a39fc7b35c6ecb4f997a8b95ec8139159d06
dependabot[bot]
2022-05-30 08:32:56
build(deps-dev): bump @types/node from 17.0.35 to 17.0.36 (#2559)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 17.0.36. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) ---
build(deps-dev): bump @types/node from 17.0.35 to 17.0.36 (#2559) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 17.0.36. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/Definitel...
diff --git a/package-lock.json b/package-lock.json index f4f43c44b6..92a98d1ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@octokit/graphql": "^4.8.0", "@types/benchmark": "^2.1.1", "@types/jest": "^27.5.0", - "@types/node": "^17.0.35", + "@types/n...
sourcegraph-public-snapshot
https://github.com/sourcegraph/sourcegraph-public-snapshot
6b2688e9d493964a08a765083363e4ab10f65806
Felix Becker
2018-08-21 00:57:35
chore(deps): update semantic-release
this fixes an annoying bug
chore(deps): update semantic-release this fixes an annoying bug
diff --git a/package-lock.json b/package-lock.json index 1a6086881e63..ca8666ba7b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -497,6 +497,24 @@ } } }, + "@gimenete/type-writer": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@gimenete/type-writer/-/ty...
posthog
https://github.com/PostHog/posthog
851bcb03dbe31f80f1188528cb84bc562d046c2d
Paul D'Ambra
2023-06-08 19:29:42
feat: flagged exception autocapture opt in (#15940)
Problem We can't release this widely until we've resolved or worked around ingestion burden it adds. But we can test it so that when they're solved we're ready to go. Changes adds the team field and setting to toggle it (hidden behind a flag)
feat: flagged exception autocapture opt in (#15940) Problem We can't release this widely until we've resolved or worked around ingestion burden it adds. But we can test it so that when they're solved we're ready to go. Changes adds the team field and setting to toggle it (hidden behind a flag)
diff --git a/frontend/src/lib/api.mock.ts b/frontend/src/lib/api.mock.ts index c5e9943ed1670..7698961c1b5f1 100644 --- a/frontend/src/lib/api.mock.ts +++ b/frontend/src/lib/api.mock.ts @@ -70,6 +70,7 @@ export const MOCK_DEFAULT_TEAM: TeamType = { capture_console_log_opt_in: true, session_recording_version: '...
vector
https://github.com/vectordotdev/vector
05ea7bc0bfd6119ac9428f7d58b6b31f22e0f125
Jesse Szwedko
2020-12-05 04:02:40
chore(ci): Disable buffers/low-limit-on-disk benchmark (#5390)
This seems to hang in CI. Opened https://github.com/timberio/vector/issues/5389 to look into it.
chore(ci): Disable buffers/low-limit-on-disk benchmark (#5390) This seems to hang in CI. Opened https://github.com/timberio/vector/issues/5389 to look into it. Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
diff --git a/benches/buffering.rs b/benches/buffering.rs index 41bb227d56355..1c1fb68d25955 100644 --- a/benches/buffering.rs +++ b/benches/buffering.rs @@ -108,49 +108,53 @@ fn benchmark_buffers(c: &mut Criterion) { ); }); - group.bench_function("low-limit-on-disk", |b| { - b.iter_batched( - ...
goreleaser
https://github.com/goreleaser/goreleaser
49c17befcfabf3ff38575e89982ed230469f5391
Justin Hammond
2021-01-07 17:44:50
fix: Adds comments to formula template to conform to 'brew audit --strict --online' (#2001)
* fix: Adds comments to formula template to conform to 'brew audit' * Adding expected output to formula testdata files
fix: Adds comments to formula template to conform to 'brew audit --strict --online' (#2001) * fix: Adds comments to formula template to conform to 'brew audit' * Adding expected output to formula testdata files
diff --git a/internal/pipe/brew/template.go b/internal/pipe/brew/template.go index 3e88b1c3ba0..177244e2fee 100644 --- a/internal/pipe/brew/template.go +++ b/internal/pipe/brew/template.go @@ -29,7 +29,10 @@ type downloadable struct { SHA256 string } -const formulaTemplate = `# This file was generated by GoRe...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
312541e5ac9c9da01e8ee1ebedf28f9745adf141
Yoshi Automation
2024-02-08 01:59:16
fix(bigtableadmin): update the API
#### bigtableadmin:v2 The following keys were changed: - schemas.Backup.properties.sourceBackup.description - schemas.BackupInfo.properties.sourceBackup.description - schemas.Binding.properties.role.description
fix(bigtableadmin): update the API #### bigtableadmin:v2 The following keys were changed: - schemas.Backup.properties.sourceBackup.description - schemas.BackupInfo.properties.sourceBackup.description - schemas.Binding.properties.role.description
diff --git a/discovery/bigtableadmin-v2.json b/discovery/bigtableadmin-v2.json index a179282686..f3cbb06405 100644 --- a/discovery/bigtableadmin-v2.json +++ b/discovery/bigtableadmin-v2.json @@ -1875,7 +1875,7 @@ } } }, - "revision": "20240120", + "revision": "20240126", "rootUrl": "https://bigtable...
nest
https://github.com/nestjs/nest
a1c76b4a7ea624ea55265b9ed627ffec068a78ea
dependabot[bot]
2020-12-31 10:36:15
chore(deps-dev): bump @types/node from 14.14.16 to 14.14.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
chore(deps-dev): bump @types/node from 14.14.16 to 14.14.17 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyp...
diff --git a/package-lock.json b/package-lock.json index 3704bd1cf22..9e589eae7cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4454,9 +4454,9 @@ } }, "@types/node": { - "version": "14.14.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.16.tgz", - "int...
element-plus
https://github.com/element-plus/element-plus
a859adc9d5dd9dc0c04d770d81594aa41bbd8e50
btea
2022-05-17 11:55:34
refactor(components): [container] switch to script-setup syntax (#7725)
* refactor(components): [container] switch to script-setup syntax * refactor: remove uncessary default
refactor(components): [container] switch to script-setup syntax (#7725) * refactor(components): [container] switch to script-setup syntax * refactor: remove uncessary default
diff --git a/packages/components/container/index.ts b/packages/components/container/index.ts index b517a99fbf332..8ad8262127d9b 100644 --- a/packages/components/container/index.ts +++ b/packages/components/container/index.ts @@ -19,4 +19,8 @@ export const ElFooter = withNoopInstall(Footer) export const ElHeader = with...
novu
https://github.com/novuhq/novu
ff689f9d4b5a544f017f53ff513de64f67586a46
Gali Ainouz Baum
2024-06-27 20:50:04
feat(web): V2 local studio layout (#5856)
* feat(web): add docs button for all local studio pages * feat(web): new layout of local studio
feat(web): V2 local studio layout (#5856) * feat(web): add docs button for all local studio pages * feat(web): new layout of local studio
diff --git a/apps/web/src/components/docs/DocsButton.tsx b/apps/web/src/components/docs/DocsButton.tsx index b26666dc416..e73ec09c1ca 100644 --- a/apps/web/src/components/docs/DocsButton.tsx +++ b/apps/web/src/components/docs/DocsButton.tsx @@ -47,8 +47,10 @@ const DefaultButton = ({ onClick }: { onClick: () => void })...
prometheus-operator
https://github.com/prometheus-operator/prometheus-operator
fb0a51d54208f2e18127fcabd5de19df9123a729
dependabot[bot]
2022-01-19 17:51:40
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golan...
build(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)...
diff --git a/go.mod b/go.mod index 437bf6a1a9f..10f3a50b5f9 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.53.1 github.com/prometheus-operator/prometheus-operator/pkg/client v0.53.1 github.com/prometheus/alertmanager v0.23.1-0...
langflow
https://github.com/langflow-ai/langflow
59f375b61a2b3b0640ebcfe6e09d0a787b55c30c
Ítalo Johnny
2025-01-18 01:25:21
refactor: decompose complex function into smaller ones for readability (#5517)
* refactor: decompose complex function into smaller ones for readability * chore: optimize output processing logic for efficiency * Update src/backend/base/langflow/custom/custom_component/component.py
refactor: decompose complex function into smaller ones for readability (#5517) * refactor: decompose complex function into smaller ones for readability * chore: optimize output processing logic for efficiency * Update src/backend/base/langflow/custom/custom_component/component.py Co-authored-by: Gabriel Luiz Freita...
diff --git a/src/backend/base/langflow/custom/custom_component/component.py b/src/backend/base/langflow/custom/custom_component/component.py index 2a1f513754b6..20e09ed4c8fc 100644 --- a/src/backend/base/langflow/custom/custom_component/component.py +++ b/src/backend/base/langflow/custom/custom_component/component.py @...
superset
https://github.com/apache/superset
4b40d44b5cee1689dfdca1be46997cd30c1493fe
Evan Rusackas
2020-08-25 11:46:44
style: Fancier menus, more SIP-34-ish (#10423)
* style: shinier menus * fixing mouseover glitch * unused import * rm emotion-reset * restoring default config values * lint fixes :sparkles: * a bit more pizzaz to the underlines (max's idea), fading active background * simplifying navtitle -> label * RBNavDropdown -> ReactBootstrapNavDropdown * nixing white...
style: Fancier menus, more SIP-34-ish (#10423) * style: shinier menus * fixing mouseover glitch * unused import * rm emotion-reset * restoring default config values * lint fixes :sparkles: * a bit more pizzaz to the underlines (max's idea), fading active background * simplifying navtitle -> label * RBNavDropdo...
diff --git a/superset-frontend/images/icons/dropdown-arrow.svg b/superset-frontend/images/icons/dropdown-arrow.svg new file mode 100644 index 0000000000000..1d0d8b35c8199 --- /dev/null +++ b/superset-frontend/images/icons/dropdown-arrow.svg @@ -0,0 +1,21 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) unde...
cilium
https://github.com/cilium/cilium
571263e6aec9c614650a7e52adb4a0fd9625a822
Nikolay Aleksandrov
2022-07-08 18:48:04
test: add BIG TCP tests
Add standalone BIG TCP tests. They use a Kind cluster and setup Cilium with BIG TCP enabled. Then verify that gso_max_size is set properly (not verifying gro_max_size due to availability in iproute2, gso_max_size has been supported for a long time and if it was set properly that means gro max size was also set). And la...
test: add BIG TCP tests Add standalone BIG TCP tests. They use a Kind cluster and setup Cilium with BIG TCP enabled. Then verify that gso_max_size is set properly (not verifying gro_max_size due to availability in iproute2, gso_max_size has been supported for a long time and if it was set properly that means gro max s...
diff --git a/.github/workflows/tests-l4lb.yaml b/.github/workflows/tests-l4lb.yaml index 4159d639e4640..e8a197d9b6543 100644 --- a/.github/workflows/tests-l4lb.yaml +++ b/.github/workflows/tests-l4lb.yaml @@ -196,6 +196,7 @@ jobs: run: | ssh default "sudo /bin/sh -c 'cd /vagrant/test/l4lb && ./test....
core
https://github.com/vuejs/core
7fad69c26036cc919cd2104e08f33ba21f139c4d
dependabot-preview[bot]
2021-03-25 19:53:21
build(deps): bump @babel/parser from 7.13.9 to 7.13.12 (#3462)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.13.9 to 7.13.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.12/packages/babel-parser)
build(deps): bump @babel/parser from 7.13.9 to 7.13.12 (#3462) Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.13.9 to 7.13.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https:...
diff --git a/yarn.lock b/yarn.lock index 4d6573a327f..bca77b9a125 100644 --- a/yarn.lock +++ b/yarn.lock @@ -172,9 +172,9 @@ js-tokens "^4.0.0" "@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4", "@babel/parser@^7.13.9", "@babel/parser@^7....
dashboard
https://github.com/kubernetes/dashboard
c109aaf3ef4e46a88f6245f87acf3da99295f2a5
dependabot[bot]
2024-10-04 18:40:28
chore(deps-dev): bump @types/node from 22.2.0 to 22.7.4 in /modules/web (#9493)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) ---
chore(deps-dev): bump @types/node from 22.2.0 to 22.7.4 in /modules/web (#9493) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyp...
diff --git a/modules/web/package.json b/modules/web/package.json index 5caca6b55d66..0c4e4952787e 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -105,7 +105,7 @@ "@types/jest": "29.5.12", "@types/js-yaml": "4.0.9", "@types/lodash-es": "4.17.12", - "@types/node": "22.2.0", + ...
angular
https://github.com/angular/angular
f2dd3bd5d4120d5da800a12b82d0b8db1243956e
Angular Robot
2023-03-28 01:15:53
docs: update Angular CLI help [main] (#49605)
Updated Angular CLI help contents. PR Close #49605
docs: update Angular CLI help [main] (#49605) Updated Angular CLI help contents. PR Close #49605
diff --git a/aio/content/cli/help/build-info.json b/aio/content/cli/help/build-info.json index 3af2f00036042..1e8cc5049199a 100644 --- a/aio/content/cli/help/build-info.json +++ b/aio/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "d4d4cd115d5880ed0c40756a83dc77917aa26...
TDengine
https://github.com/taosdata/TDengine
a2f651410de70cbc2ce88f316290dc503f6cfcb3
Sean Ely
2022-05-24 10:44:44
docs: grammar: Connect to TDengine
Made some grammar and reworded the differences between connectors.
docs: grammar: Connect to TDengine Made some grammar and reworded the differences between connectors.
diff --git a/docs-en/07-develop/01-connect/index.md b/docs-en/07-develop/01-connect/index.md index ee11c8f54452..2e886cb8922c 100644 --- a/docs-en/07-develop/01-connect/index.md +++ b/docs-en/07-develop/01-connect/index.md @@ -19,25 +19,24 @@ import InstallOnLinux from "../../14-reference/03-connector/\_windows_install...