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 ⌀ |
|---|---|---|---|---|---|---|---|---|
sentry | https://github.com/getsentry/sentry | cd64fc237be9a02e0b516562c7db9b053671f775 | Lyn Nagara | 2018-09-06 05:20:54 | test: Fix discover tests (#9636) | Need to add feature flag to tests since this is feature gated now | test: Fix discover tests (#9636)
Need to add feature flag to tests since this is feature gated now | diff --git a/tests/snuba/test_organization_discover.py b/tests/snuba/test_organization_discover.py
index 9691094beb2252..242ee0cd852993 100644
--- a/tests/snuba/test_organization_discover.py
+++ b/tests/snuba/test_organization_discover.py
@@ -63,14 +63,15 @@ def setUp(self):
self.snuba_insert(events)
de... |
uno | https://github.com/unoplatform/uno | 4dd2268b7fd19f00da12f1bc495c410f131cd083 | Jérôme Laban | 2024-10-27 05:04:36 | docs: Adjust steps | (cherry picked from commit e377a053f903f80917a6609679d0cf9d80c06a73) | docs: Adjust steps
(cherry picked from commit e377a053f903f80917a6609679d0cf9d80c06a73) | diff --git a/doc/articles/uno-publishing-desktop.md b/doc/articles/uno-publishing-desktop.md
index 8c85faf2834c..5f9db8cfa09f 100644
--- a/doc/articles/uno-publishing-desktop.md
+++ b/doc/articles/uno-publishing-desktop.md
@@ -89,6 +89,13 @@ Create a file named `Properties\PublishProfiles\ClickOnceProfile.pubxml` in yo... |
aws-cdk | https://github.com/aws/aws-cdk | 552cef48a7d98cd320150897ebcf1f2867360d56 | Eric Tucker | 2023-03-30 05:13:54 | fix(lambda-nodejs): pnpm installs frozen lockfile in a CI environment (#24781) | [pnpm automatically enables `--frozen-lockfile` in CI environments](https://pnpm.io/cli/install#--frozen-lockfile) which breaks `NodejsFunction` local bundling.
This change appends the `--no-prefer-frozen-lockfile` flag as described in https://github.com/pnpm/pnpm/issues/1994#issuecomment-609403673
----
*By submitti... | fix(lambda-nodejs): pnpm installs frozen lockfile in a CI environment (#24781)
[pnpm automatically enables `--frozen-lockfile` in CI environments](https://pnpm.io/cli/install#--frozen-lockfile) which breaks `NodejsFunction` local bundling.
This change appends the `--no-prefer-frozen-lockfile` flag as described in htt... | diff --git a/packages/@aws-cdk/aws-lambda-nodejs/lib/package-manager.ts b/packages/@aws-cdk/aws-lambda-nodejs/lib/package-manager.ts
index 5d68f20347840..52991051f1126 100644
--- a/packages/@aws-cdk/aws-lambda-nodejs/lib/package-manager.ts
+++ b/packages/@aws-cdk/aws-lambda-nodejs/lib/package-manager.ts
@@ -39,9 +39,10... |
bytebase | https://github.com/bytebase/bytebase | 95ca79f556dfef43dc7c84edae122e280e417598 | Liu Ji | 2023-03-24 15:19:14 | feat(frontend): custom approval settings (#5199) | * feat: approval flow settings
* chore: feature guard
* chore: support skip manual approval | feat(frontend): custom approval settings (#5199)
* feat: approval flow settings
* chore: feature guard
* chore: support skip manual approval | diff --git a/frontend/src/components/CustomApproval/Settings/components/CustomApproval/CustomApproval.vue b/frontend/src/components/CustomApproval/Settings/components/CustomApproval/CustomApproval.vue
new file mode 100644
index 00000000000000..21afeccc128cd0
--- /dev/null
+++ b/frontend/src/components/CustomApproval/Se... |
go-zero | https://github.com/zeromicro/go-zero | cf6c3491188bceb286806c2ec4e5be9b19ee505b | Kevin Wan | 2023-01-01 09:51:53 | fix: #2735 (#2736) | * fix: #2735
* chore: make error consistent | fix: #2735 (#2736)
* fix: #2735
* chore: make error consistent | diff --git a/core/mapping/jsonunmarshaler.go b/core/mapping/jsonunmarshaler.go
index 540581a30344..f832224d57d9 100644
--- a/core/mapping/jsonunmarshaler.go
+++ b/core/mapping/jsonunmarshaler.go
@@ -34,7 +34,7 @@ func getJsonUnmarshaler(opts ...UnmarshalOption) *Unmarshaler {
}
func unmarshalJsonBytes(content []byt... |
AutoGPT | https://github.com/Significant-Gravitas/AutoGPT | 4db4ca08b2f4e9673a4b2fb4cd869f09ea282b5b | Reinier van der Leer | 2024-04-22 22:10:48 | refactor(agent): Tweak `model_providers.schema` for easier use | - Set default values for `ProviderBudget` / `ModelProviderBudget` fields
- Remove redundant field redefinitions on `ModelProviderBudget` class
- Change `ModelProviderUsage.update_usage(..)` and `ModelProviderBudget.update_usage_and_cost(..)` signatures for easier use
- Change `ModelProviderBudget.usage` from `ModelProv... | refactor(agent): Tweak `model_providers.schema` for easier use
- Set default values for `ProviderBudget` / `ModelProviderBudget` fields
- Remove redundant field redefinitions on `ModelProviderBudget` class
- Change `ModelProviderUsage.update_usage(..)` and `ModelProviderBudget.update_usage_and_cost(..)` signatures for... | diff --git a/autogpts/autogpt/autogpt/app/agent_protocol_server.py b/autogpts/autogpt/autogpt/app/agent_protocol_server.py
index dd40545b609d..fe0a3a0ee9d9 100644
--- a/autogpts/autogpt/autogpt/app/agent_protocol_server.py
+++ b/autogpts/autogpt/autogpt/app/agent_protocol_server.py
@@ -1,6 +1,7 @@
import logging
impo... |
linkerd2 | https://github.com/linkerd/linkerd2 | b4beb52c64ae00143a506aa98870ad2e0b86e4d9 | dependabot[bot] | 2025-03-14 17:59:33 | build(deps): bump tj-actions/changed-files from 45.0.7 to 45.0.8 (#13798) | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.7 to 45.0.8.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/dcc... | build(deps): bump tj-actions/changed-files from 45.0.7 to 45.0.8 (#13798)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.7 to 45.0.8.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HIST... | diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 61e4e3c66b89f..8a507a6730fd1 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- - uses: tj... |
casdoor | https://github.com/casdoor/casdoor | effd25704033a4efbf8d60756e8fd7329496b543 | DSP | 2024-07-18 18:34:17 | feat: fix isPasswordWithLdapEnabled logic in handleBind() for redirecting to other LDAP sources (#3059) | * Added parameters to function call in server.go
Added needed parameters for redirection to other LDAP sources to function correctly and not always run into the "wrong credentials" error
* Update server.go
--------- | feat: fix isPasswordWithLdapEnabled logic in handleBind() for redirecting to other LDAP sources (#3059)
* Added parameters to function call in server.go
Added needed parameters for redirection to other LDAP sources to function correctly and not always run into the "wrong credentials" error
* Update server.go
------... | diff --git a/ldap/server.go b/ldap/server.go
index cf1aa4ff97f2..edf332b94e25 100644
--- a/ldap/server.go
+++ b/ldap/server.go
@@ -59,7 +59,15 @@ func handleBind(w ldap.ResponseWriter, m *ldap.Message) {
}
bindPassword := string(r.AuthenticationSimple())
- bindUser, err := object.CheckUserPassword(bindOrg, bin... |
sentry | https://github.com/getsentry/sentry | 5a0766f2206d196ca0b86efc0c5330cabe206d46 | Tony | 2021-01-07 20:59:48 | fix(vitals): Vitals percentages should not show when there is no vital data (#22946) | On the transaction vitals page, when there is no data for any of the web vitals,
the percentages currently display as emdash. This should not be displayed at
all when there is no data. | fix(vitals): Vitals percentages should not show when there is no vital data (#22946)
On the transaction vitals page, when there is no data for any of the web vitals,
the percentages currently display as emdash. This should not be displayed at
all when there is no data. | diff --git a/src/sentry/static/sentry/app/views/performance/transactionVitals/vitalCard.tsx b/src/sentry/static/sentry/app/views/performance/transactionVitals/vitalCard.tsx
index ea1fa880655e42..10f3e63c81c729 100644
--- a/src/sentry/static/sentry/app/views/performance/transactionVitals/vitalCard.tsx
+++ b/src/sentry/s... |
angular | https://github.com/angular/angular | 14b7dfa00792cc571fd58d3a7adc6cb50abb42db | George Kalpakas | 2017-04-14 00:25:33 | fix(aio): create a proper commit link on preview comments (#15941) | Previously, only a few characters of the SHA would appear on the preview link
comment posted on the PR. This was usually enough for GitHub to create a link to
the corresponding commit, but it was possible to have collisions with other
commits with the same first characters (which prevented GitHub from identifying
the c... | fix(aio): create a proper commit link on preview comments (#15941)
Previously, only a few characters of the SHA would appear on the preview link
comment posted on the PR. This was usually enough for GitHub to create a link to
the corresponding commit, but it was possible to have collisions with other
commits with the ... | diff --git a/aio/aio-builds-setup/dockerbuild/scripts-js/lib/upload-server/upload-server-factory.ts b/aio/aio-builds-setup/dockerbuild/scripts-js/lib/upload-server/upload-server-factory.ts
index 7f174be45a4873..cace76d61f2264 100644
--- a/aio/aio-builds-setup/dockerbuild/scripts-js/lib/upload-server/upload-server-facto... |
polybar | https://github.com/polybar/polybar | efbd8e394f52d38ba23845c369ab7afc74b60536 | Patrick Ziegler | 2022-04-28 00:39:59 | fix(bar): Update struts when hiding (#2702) | When the bar is hidden, the struts should be 0 so that WMs can resize
their windows and not leave a gap. | fix(bar): Update struts when hiding (#2702)
When the bar is hidden, the struts should be 0 so that WMs can resize
their windows and not leave a gap.
Ref #2701 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05f977538..c3ee2e7ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `internal/battery`: `poll-interval` not working ([`#2649`](https://github.com/polybar/polybar/issues/2649... |
leetcode | https://github.com/doocs/leetcode | 19fadded72a9e35d58f665d9eb7ea1ab5c2dbd08 | yanglbme | 2022-09-21 18:43:02 | feat: add solutions to lc problem: No.1488 | No.1488.Avoid Flood in The City | feat: add solutions to lc problem: No.1488
No.1488.Avoid Flood in The City | diff --git a/solution/1400-1499/1488.Avoid Flood in The City/README.md b/solution/1400-1499/1488.Avoid Flood in The City/README.md
index cc7620a8bad81..7531f87997736 100644
--- a/solution/1400-1499/1488.Avoid Flood in The City/README.md
+++ b/solution/1400-1499/1488.Avoid Flood in The City/README.md
@@ -77,6 +77,16 @... |
sentry | https://github.com/getsentry/sentry | 9e0ac1a391ecc6dbef60c294e366915ad66b08a0 | Billy Vong | 2022-09-15 23:25:17 | feat(dev): Split and create tsconfig for test suite (#38882) | Change `tsconfig.build.json` into a "base" + "test" and create a new
"build" config that does not typecheck our test suite. `tsconfig.json`
in root will extend `test` as that will be the config used by IDEs and
should include tests + src
| filename | targets | used by |
| -------- | ------ | ---- |
| `config/tsconfig.... | feat(dev): Split and create tsconfig for test suite (#38882)
Change `tsconfig.build.json` into a "base" + "test" and create a new
"build" config that does not typecheck our test suite. `tsconfig.json`
in root will extend `test` as that will be the config used by IDEs and
should include tests + src
| filename | target... | diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index a04054a803bf9e..a5c1b76a9fa393 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -113,7 +113,7 @@ jobs:
if: steps.dependencies.outcome == 'success'
run: |
set -o pipefail
- ... |
deno | https://github.com/denoland/deno | 64abb65f0514afc1f10c426561e5150d9cae6b45 | Colin Ihrig | 2022-06-13 20:29:22 | feat(console): pass options and depth to custom inspects (#14855) | This commit updates Deno.inspect() to pass inspect options and
the current inspect depth to custom inspect functions. | feat(console): pass options and depth to custom inspects (#14855)
This commit updates Deno.inspect() to pass inspect options and
the current inspect depth to custom inspect functions.
Refs: https://github.com/denoland/deno/issues/8099
Refs: https://github.com/denoland/deno/issues/14171 | diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts
index d349266e8b7e6a..fbaba9e432ba4e 100644
--- a/cli/tests/unit/console_test.ts
+++ b/cli/tests/unit/console_test.ts
@@ -884,7 +884,14 @@ Deno.test(async function consoleTestStringifyPromises() {
Deno.test(function consoleTestWithCustomIns... |
clap | https://github.com/clap-rs/clap | 9167fdebf306c8fcad1134d4db2a95f493c4bc9a | Ed Page | 2021-11-13 00:22:18 | fix(derive): Don't emit warnings | Looks like this is coming from `update_from_arg_matches` where we do a
ladder of `if __clap_arg_matches.is_present(...)` that clippy wants to
be `else if`s. While for human edited code, that does clarify intent,
for machine generated code that is rarely read, its a pain to do, so
silencing it.
Unfortunately, it isn't... | fix(derive): Don't emit warnings
Looks like this is coming from `update_from_arg_matches` where we do a
ladder of `if __clap_arg_matches.is_present(...)` that clippy wants to
be `else if`s. While for human edited code, that does clarify intent,
for machine generated code that is rarely read, its a pain to do, so
sile... | diff --git a/clap_derive/src/derives/arg_enum.rs b/clap_derive/src/derives/arg_enum.rs
index e27a02199b3..61f998212f8 100644
--- a/clap_derive/src/derives/arg_enum.rs
+++ b/clap_derive/src/derives/arg_enum.rs
@@ -60,7 +60,8 @@ pub fn gen_for_enum(name: &Ident, attrs: &[Attribute], e: &DataEnum) -> TokenStr
... |
ohmyzsh | https://github.com/ohmyzsh/ohmyzsh | 3e6ee85a161c8089955c19364728e167025a911d | Maksym | 2020-11-05 02:40:22 | fix(aws): support MFA for profiles without role to assume (#9411) | Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume. | fix(aws): support MFA for profiles without role to assume (#9411)
Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume.
Closes #9408
* refactor(aws plugin): remove dependency on jq
Previously, acp ... | diff --git a/plugins/aws/README.md b/plugins/aws/README.md
index 851f586ddd12..4c2ae96e5734 100644
--- a/plugins/aws/README.md
+++ b/plugins/aws/README.md
@@ -3,7 +3,7 @@
This plugin provides completion support for [awscli](https://docs.aws.amazon.com/cli/latest/reference/index.html)
and a few utilities to manage AWS... |
zipkin | https://github.com/openzipkin/zipkin | 9e81ff0185cd259da7feb618894488d6c1a177c8 | Adrian Cole | 2023-12-07 08:11:12 | ci: adds comments missing from previous PR | a couple places missed from #3621 | ci: adds comments missing from previous PR
a couple places missed from #3621
Signed-off-by: Adrian Cole <adrian@tetrate.io> | diff --git a/.github/workflows/readme_test.yml b/.github/workflows/readme_test.yml
index 6db63abfaa1..b6e887860c0 100644
--- a/.github/workflows/readme_test.yml
+++ b/.github/workflows/readme_test.yml
@@ -66,8 +66,9 @@ jobs:
with:
distribution: 'zulu' # zulu as it supports a wide version range
... |
leetcode | https://github.com/doocs/leetcode | 576638cfa0c85e9acb4bab687109148257b5b9f8 | Yang Libin | 2023-08-01 16:16:36 | feat: add solutions to lc problem: No.0750 (#1362) | No.0750.Number Of Corner Rectangles | feat: add solutions to lc problem: No.0750 (#1362)
No.0750.Number Of Corner Rectangles | diff --git a/solution/0700-0799/0750.Number Of Corner Rectangles/README.md b/solution/0700-0799/0750.Number Of Corner Rectangles/README.md
index d2a26538e47a3..5683fb151d3f3 100644
--- a/solution/0700-0799/0750.Number Of Corner Rectangles/README.md
+++ b/solution/0700-0799/0750.Number Of Corner Rectangles/README.md
@... |
novu | https://github.com/novuhq/novu | 3fadf30df593927b7a63552420884942e742bafb | 309528 | 2022-09-23 08:07:22 | feat(change contextpath to context_path and remove embed context path env variable): fix contextpath | Change CONTEXTPATH to CONTEXT_PATH and remove embed context path env variable | feat(change contextpath to context_path and remove embed context path env variable): fix contextpath
Change CONTEXTPATH to CONTEXT_PATH and remove embed context path env variable | diff --git a/apps/api/src/.env.development b/apps/api/src/.env.development
index a8f5ce5e725..6554963d8fd 100644
--- a/apps/api/src/.env.development
+++ b/apps/api/src/.env.development
@@ -2,8 +2,8 @@ NODE_ENV=dev
PORT=3000
API_ROOT_URL=https://dev.api.novu.co
FRONT_BASE_URL=https://dev.web.novu.co
-GLOBAL_CONTEXTPA... |
pinia | https://github.com/vuejs/pinia | efcfafdf1f4c7e921acfb03cde6ed459290f9e7f | dependabot-preview[bot] | 2019-12-16 10:44:19 | chore(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.1.3 | Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.2...v5.1.3) | chore(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.1.3
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.2...v... | diff --git a/yarn.lock b/yarn.lock
index 2f96d6f933..8ca27cba16 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4120,14 +4120,14 @@ rollup-plugin-node-resolve@^5.2.0:
rollup-pluginutils "^2.8.1"
rollup-plugin-terser@^5.1.2:
- version "5.1.2"
- resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-pl... |
fastify | https://github.com/fastify/fastify | 67f25aaa58c7f6aaf26400ae1740a615389be8f9 | Gürgün Dayıoğlu | 2024-05-26 15:40:09 | refactor: change `reply.redirect()` signature (#5483) | * feat: change `reply.redirect()` signature
* feat: change `reply.redirect()` signature
* docs
* docs
* update message
* fix deprecation
* update message | refactor: change `reply.redirect()` signature (#5483)
* feat: change `reply.redirect()` signature
* feat: change `reply.redirect()` signature
* docs
* docs
* update message
* fix deprecation
* update message | diff --git a/docs/Reference/Reply.md b/docs/Reference/Reply.md
index 7b1135c4ad..33445554c3 100644
--- a/docs/Reference/Reply.md
+++ b/docs/Reference/Reply.md
@@ -17,7 +17,7 @@
- [.trailer(key, function)](#trailerkey-function)
- [.hasTrailer(key)](#hastrailerkey)
- [.removeTrailer(key)](#removetrailerkey)
- -... |
OpenTTD | https://github.com/OpenTTD/OpenTTD | 607ef09fa565bde6939f5b3e36b467aaad588658 | PeterN | 2022-09-21 16:38:11 | Fix: File list mouse hover behaviour. (#10040) | Hover highlight was visible even if the mouse pointer was in a different
window. Resolved by using OnMouseOver() instead of OnMouseLoop(). | Fix: File list mouse hover behaviour. (#10040)
Hover highlight was visible even if the mouse pointer was in a different
window. Resolved by using OnMouseOver() instead of OnMouseLoop(). | diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 3014bc00ecf60..de351680e3bab 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -721,11 +721,8 @@ struct SaveLoadWindow : public Window {
}
}
- void OnMouseLoop() override
+ void OnMouseOver(Point pt, int widget) override
{
- const Point pt{ _cursor.... |
linkerd2 | https://github.com/linkerd/linkerd2 | c934ba0e36492e9243dff3391b9d40dc2319abc1 | dependabot[bot] | 2024-05-21 02:50:56 | build(deps): bump prost-types from 0.12.4 to 0.12.6 (#12622) | Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.4 to 0.12.6.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.12.4...v0.12.6)
--- | build(deps): bump prost-types from 0.12.4 to 0.12.6 (#12622)
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.4 to 0.12.6.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.12.4...v0.12.6)
---
updated-dependencies:
- dependency-name:... | diff --git a/Cargo.lock b/Cargo.lock
index 22ab5bc0e9395..94ba85a54454a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1709,9 +1709,9 @@ dependencies = [
[[package]]
name = "prost"
-version = "0.12.4"
+version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0f5d036824e476173... |
Java | https://github.com/TheAlgorithms/Java | 8b92c3fdbeedb7ae0d3b5b6d79871af91cf7c2ea | yanglbme | 2019-02-06 07:43:55 | fix: remove unnecesary throw to fix #704 | - Fix #704
- Thanks @lprone | fix: remove unnecesary throw to fix #704
- Fix #704
- Thanks @lprone | diff --git a/DataStructures/Heaps/EmptyHeapException.java b/DataStructures/Heaps/EmptyHeapException.java
index b7d853c56845..01668e2c849a 100644
--- a/DataStructures/Heaps/EmptyHeapException.java
+++ b/DataStructures/Heaps/EmptyHeapException.java
@@ -1,16 +1,15 @@
/**
- *
+ *
*/
-package heaps;
+package Heaps;
/... |
metamask-extension | https://github.com/MetaMask/metamask-extension | e5ae877fa63300d9cac9492be89e977bfa2f4418 | Daniel | 2024-11-06 19:33:37 | chore: Remove STX opt in modal (#28291) | ## **Description**
[This recent
PR](https://github.com/MetaMask/metamask-extension/pull/27885) enabled
STX by default for new users and only hid the STX opt in modal. The
purpose of this PR is to clean up unused code for the STX opt in modal.
## **Related issues** | chore: Remove STX opt in modal (#28291)
## **Description**
[This recent
PR](https://github.com/MetaMask/metamask-extension/pull/27885) enabled
STX by default for new users and only hid the STX opt in modal. The
purpose of this PR is to clean up unused code for the STX opt in modal.
## **Related issues**
Fixes:
## *... | diff --git a/app/_locales/de/messages.json b/app/_locales/de/messages.json
index 9af24022bcb3..771deef4c28c 100644
--- a/app/_locales/de/messages.json
+++ b/app/_locales/de/messages.json
@@ -1620,9 +1620,6 @@
"editSpeedUpEditGasFeeModalTitle": {
"message": "Beschleunigung der Gasgebühr bearbeiten"
},
- "ena... |
google-api-nodejs-client | https://github.com/googleapis/google-api-nodejs-client | 8b40261d1dd8b8a4360a6e00515834228dc7ce76 | Yoshi Automation | 2025-01-29 06:20:58 | feat(androidmanagement): update the API | #### androidmanagement:v1
The following keys were added:
- resources.signupUrls.methods.create.parameters.allowedDomains.description
- resources.signupUrls.methods.create.parameters.allowedDomains.location
- resources.signupUrls.methods.create.parameters.allowedDomains.repeated
- resources.signupUrls.methods.create.pa... | feat(androidmanagement): update the API
#### androidmanagement:v1
The following keys were added:
- resources.signupUrls.methods.create.parameters.allowedDomains.description
- resources.signupUrls.methods.create.parameters.allowedDomains.location
- resources.signupUrls.methods.create.parameters.allowedDomains.repeated... | diff --git a/discovery/androidmanagement-v1.json b/discovery/androidmanagement-v1.json
index c8923322e8..ac0df0e5b3 100644
--- a/discovery/androidmanagement-v1.json
+++ b/discovery/androidmanagement-v1.json
@@ -1142,10 +1142,16 @@
"parameterOrder": [],
"parameters": {
"adminEmail": {
... |
metersphere | https://github.com/metersphere/metersphere | a3a4642ca244da267bf7945efd87c50cc506ce9d | chenjianxing | 2022-12-27 12:50:37 | fix(测试跟踪): 功能用例导出多值输入自定义字段为空 | --bug=1020958 --user=陈建星 【测试跟踪】github#20627,自定义设置功能用例模板字段为“多值输入框” ,然后通过excel导入,页面展示有问题 https://www.tapd.cn/55049933/s/1319859 | fix(测试跟踪): 功能用例导出多值输入自定义字段为空
--bug=1020958 --user=陈建星 【测试跟踪】github#20627,自定义设置功能用例模板字段为“多值输入框” ,然后通过excel导入,页面展示有问题 https://www.tapd.cn/55049933/s/1319859 | diff --git a/test-track/backend/src/main/java/io/metersphere/service/TestCaseService.java b/test-track/backend/src/main/java/io/metersphere/service/TestCaseService.java
index 77ac453e2086..b15a7cc9cca0 100644
--- a/test-track/backend/src/main/java/io/metersphere/service/TestCaseService.java
+++ b/test-track/backend/src... |
linkerd2 | https://github.com/linkerd/linkerd2 | 3cb41f2fd83f0d55478ba5265e2f3249bcb6e435 | dependabot[bot] | 2022-01-26 16:13:05 | build(deps): bump k8s.io/kube-aggregator from 0.23.2 to 0.23.3 (#7704) | Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.23.2 to 0.23.3.
- [Release notes](https://github.com/kubernetes/kube-aggregator/releases)
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.23.2...v0.23.3)
--- | build(deps): bump k8s.io/kube-aggregator from 0.23.2 to 0.23.3 (#7704)
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.23.2 to 0.23.3.
- [Release notes](https://github.com/kubernetes/kube-aggregator/releases)
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.23.2... | diff --git a/go.mod b/go.mod
index 6e81b7a3ed91f..47287898080c7 100644
--- a/go.mod
+++ b/go.mod
@@ -41,13 +41,13 @@ require (
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.27.1
helm.sh/helm/v3 v3.8.0
- k8s.io/api v0.23.2
+ k8s.io/api v0.23.3
k8s.io/apiextensions-apiserver v... |
bytebase | https://github.com/bytebase/bytebase | ff2c5230aa7119e074db2bcc8475a7e23fadc039 | boojack | 2023-07-10 14:23:55 | fix: encode export statement before btoa (#7005) | * fix: encode export statement when btoa
* chore: update
* chore: update test | fix: encode export statement before btoa (#7005)
* fix: encode export statement when btoa
* chore: update
* chore: update test | diff --git a/backend/api/v1/sql_service.go b/backend/api/v1/sql_service.go
index ec2571762b0230..59586cc897d498 100644
--- a/backend/api/v1/sql_service.go
+++ b/backend/api/v1/sql_service.go
@@ -8,6 +8,7 @@ import (
"encoding/json"
"fmt"
"io"
+ "net/url"
"reflect"
"strconv"
"strings"
@@ -1817,12 +1818,16 @@... |
node | https://github.com/nodejs/node | b16a50d32d750cf8b9f4bed7d90b38d87d76c34a | Rich Trott | 2016-01-02 05:39:51 | test: clarify role of domains in test | Add a comment to clarify how the tests work and their purpose.
Also removes unnecessary assignment of domain module to a variable. | test: clarify role of domains in test
Add a comment to clarify how the tests work and their purpose.
Also removes unnecessary assignment of domain module to a variable.
PR-URL: https://github.com/nodejs/node/pull/4474
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Julien Gilli <jgilli@fastmail.fm> | diff --git a/test/parallel/test-microtask-queue-integration-domain.js b/test/parallel/test-microtask-queue-integration-domain.js
index 89697ef7f711bb..f0d0196ac2f9a7 100644
--- a/test/parallel/test-microtask-queue-integration-domain.js
+++ b/test/parallel/test-microtask-queue-integration-domain.js
@@ -1,7 +1,13 @@
'us... |
oh-my-posh | https://github.com/JanDeDobbeleer/oh-my-posh | 908c9eafaccae015b6dc380bd968daa77958b430 | dependabot[bot] | 2024-07-15 06:31:01 | chore: bump github/codeql-action from 3.25.11 to 3.25.12 | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/b611370bb5703a7efb5... | chore: bump github/codeql-action from 3.25.11 to 3.25.12
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://g... | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 424b4a9eb1df..69642290374d 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -27,10 +27,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: ... |
swc | https://github.com/swc-project/swc | 99a63397b65dfe02bc2c864069edbffb84efa510 | Niklas Mischkulnig | 2025-01-31 20:08:16 | fix(swc_core): Fix typo in swc_core feature (#9979) | - Fix typo in the `ecma_ast_serde` feature
- Add a `ecma_visit_serde` feature | fix(swc_core): Fix typo in swc_core feature (#9979)
- Fix typo in the `ecma_ast_serde` feature
- Add a `ecma_visit_serde` feature | diff --git a/.changeset/shy-apes-listen.md b/.changeset/shy-apes-listen.md
new file mode 100644
index 000000000000..95dfa1047b20
--- /dev/null
+++ b/.changeset/shy-apes-listen.md
@@ -0,0 +1,5 @@
+---
+swc_core: patch
+---
+
+fix: Fix typo in swc_core feature
diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Car... |
databend | https://github.com/databendlabs/databend | 9455172484b16a6afcfb19de567412d39067bcee | ClSlaid | 2023-02-21 08:18:08 | ci: remove create catalog test | This PR addes new syntax along with its implementations, resulting
imcompatibility against old versions. The test should be resumed by
following PRs under this topic | ci: remove create catalog test
This PR addes new syntax along with its implementations, resulting
imcompatibility against old versions. The test should be resumed by
following PRs under this topic
Signed-off-by: ClSlaid <cailue@bupt.edu.cn> | diff --git a/tests/sqllogictests/suites/base/05_ddl/05_0029_ddl_create_catalog b/tests/sqllogictests/suites/base/05_ddl/05_0029_ddl_create_catalog
deleted file mode 100644
index b094604772a98..0000000000000
--- a/tests/sqllogictests/suites/base/05_ddl/05_0029_ddl_create_catalog
+++ /dev/null
@@ -1,19 +0,0 @@
-statement... |
pure | https://github.com/pure-css/pure | 44557348cd7be9deab1b847f1a518dff17e98bf6 | dependabot[bot] | 2023-02-13 23:21:41 | chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 (#1124) | Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)
--- | chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 (#1124)
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.... | diff --git a/package-lock.json b/package-lock.json
index f5321deb4..262db7cae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1522,9 +1522,9 @@
}
},
"node_modules/eslint": {
- "version": "8.33.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz",
- "integr... |
leetcode | https://github.com/doocs/leetcode | 9cee755cc1a454363459bad359f31cdbaeac1071 | MaoLongLong | 2021-10-19 06:45:38 | feat: add go,cpp solutions to lc problem: No.0211 | No.0211.Design Add and Search Words Data Structure | feat: add go,cpp solutions to lc problem: No.0211
No.0211.Design Add and Search Words Data Structure | diff --git a/solution/0200-0299/0211.Design Add and Search Words Data Structure/README.md b/solution/0200-0299/0211.Design Add and Search Words Data Structure/README.md
index 2af037472f2ea..30b40ba1d0a85 100644
--- a/solution/0200-0299/0211.Design Add and Search Words Data Structure/README.md
+++ b/solution/0200-0299/... |
servo | https://github.com/servo/servo | 5079552f93a126f6a940b39751787a60b894215d | dependabot[bot] | 2024-10-08 23:35:10 | build(deps): bump cc from 1.1.24 to 1.1.28 (#33700) | Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.24 to 1.1.28.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.28)
--- | build(deps): bump cc from 1.1.24 to 1.1.28 (#33700)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.24 to 1.1.28.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.... | diff --git a/Cargo.lock b/Cargo.lock
index beadc03195b09..c1acf58ee27a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -728,9 +728,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.1.24"
+version = "1.1.28"
source = "registry+https://github.com/ru... |
components | https://github.com/angular/components | 8934feb8c3e2d2f425929f30771701485648b736 | Kristiyan Kostadinov | 2020-06-29 21:15:22 | fix(datepicker): not marking as dirty when invalid value is typed in (#19730) | Currently we only mark the datepicker's `ControlValueAccessor` as dirty if the value changed as a result of the user typing something in. The problem is that typing in an invalid value is parsed to `null` which is the same as the default value, causing it not to be marked as dirty. One small complication here that I've... | fix(datepicker): not marking as dirty when invalid value is typed in (#19730)
Currently we only mark the datepicker's `ControlValueAccessor` as dirty if the value changed as a result of the user typing something in. The problem is that typing in an invalid value is parsed to `null` which is the same as the default val... | diff --git a/src/material/datepicker/datepicker-input-base.ts b/src/material/datepicker/datepicker-input-base.ts
index 3c0728540051..e3303b101f26 100644
--- a/src/material/datepicker/datepicker-input-base.ts
+++ b/src/material/datepicker/datepicker-input-base.ts
@@ -307,8 +307,16 @@ export abstract class MatDatepickerI... |
farm | https://github.com/farm-fe/farm | 729bcf53759219b1c8f4a44d1108aae552f74914 | Ming07 | 2024-05-13 16:48:05 | refactor: optimize record manager (#1303) | - Modified the compilation hook to perform timing measurements only when the 'record' flag is set to true, reducing unnecessary compilation overhead. | refactor: optimize record manager (#1303)
- Modified the compilation hook to perform timing measurements only when the 'record' flag is set to true, reducing unnecessary compilation overhead.
Co-authored-by: brightwu <1521488775@qq.com> | diff --git a/crates/core/src/plugin/plugin_driver.rs b/crates/core/src/plugin/plugin_driver.rs
index 8906cf5c05..e79b5f8d12 100644
--- a/crates/core/src/plugin/plugin_driver.rs
+++ b/crates/core/src/plugin/plugin_driver.rs
@@ -59,6 +59,7 @@ macro_rules! hook_first {
) => {
pub fn $func_name(&self, $($arg: $ty... |
RSSHub | https://github.com/DIYgod/RSSHub | 83da7c5085fbd59c56bc6f66060a2fbee758de25 | dependabot[bot] | 2024-08-30 23:35:48 | chore(deps-dev): bump msw from 2.3.5 to 2.4.1 (#16589) | * chore(deps-dev): bump msw from 2.3.5 to 2.4.1
Bumps [msw](https://github.com/mswjs/msw) from 2.3.5 to 2.4.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.3.5...v2.4.1)
--- | chore(deps-dev): bump msw from 2.3.5 to 2.4.1 (#16589)
* chore(deps-dev): bump msw from 2.3.5 to 2.4.1
Bumps [msw](https://github.com/mswjs/msw) from 2.3.5 to 2.4.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.c... | diff --git a/package.json b/package.json
index 6dc3ceadb4fb85..8b1b2b856df25a 100644
--- a/package.json
+++ b/package.json
@@ -183,7 +183,7 @@
"js-beautify": "1.15.1",
"lint-staged": "15.2.9",
"mockdate": "3.0.5",
- "msw": "2.3.5",
+ "msw": "2.4.1",
"prettier": "3.3.3",... |
metamask-extension | https://github.com/MetaMask/metamask-extension | 5974f8bbc72119d63f89f4ef326d63285ed0c438 | Bowen Sanders | 2024-03-21 03:21:02 | fix: fix typo in snap install rejected metric (#23618) | ## **Description**
Fixes a typo in the name for the `SnapInstallRejected` MetaMetrics
event.
[](https://codespaces.new/MetaMask/metamask-extension/pull/23618?quickstart=1) | fix: fix typo in snap install rejected metric (#23618)
## **Description**
Fixes a typo in the name for the `SnapInstallRejected` MetaMetrics
event.
[](https://codespaces.new/MetaMask/metamask-extension/pull/23618?quickstart=1) | diff --git a/shared/constants/metametrics.ts b/shared/constants/metametrics.ts
index 403468926551..d2eb32c55e1c 100644
--- a/shared/constants/metametrics.ts
+++ b/shared/constants/metametrics.ts
@@ -663,7 +663,7 @@ export enum MetaMetricsEventName {
///: BEGIN:ONLY_INCLUDE_IF(snaps)
SnapInstallStarted = 'Snap Ins... |
marked | https://github.com/markedjs/marked | a6d4b79e7d3f800a6833661fd8211ab55c028110 | dependabot[bot] | 2022-08-08 21:03:45 | chore(deps-dev): Bump @babel/preset-env from 7.18.9 to 7.18.10 (#2550) | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10.
- [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.18.10/packages/babel... | chore(deps-dev): Bump @babel/preset-env from 7.18.9 to 7.18.10 (#2550)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- ... | diff --git a/package-lock.json b/package-lock.json
index 276c286a93..098f5786e5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.9",
- "@babel/preset-env": "^7.18.9",
+ "@babel/preset-env": "^7.18.10",
"@... |
pyroscope | https://github.com/grafana/pyroscope | 267beeb8f2d5317518904b44ad0a6e3a6a34fe83 | Pyroscope Bot dmitry+bot@pyroscope.io | 2022-08-09 22:22:52 | chore(release): publish | - @pyroscope/flamegraph@0.18.3
- @pyroscope/panel-plugin@1.3.47
- @pyroscope/webapp@1.29.1 | chore(release): publish
- @pyroscope/flamegraph@0.18.3
- @pyroscope/panel-plugin@1.3.47
- @pyroscope/webapp@1.29.1 | diff --git a/packages/pyroscope-flamegraph/CHANGELOG.md b/packages/pyroscope-flamegraph/CHANGELOG.md
index d222fd63c6..0881bc1e71 100644
--- a/packages/pyroscope-flamegraph/CHANGELOG.md
+++ b/packages/pyroscope-flamegraph/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file... |
generator-jhipster | https://github.com/jhipster/generator-jhipster | 7261d5681c5048970d6ecfdeb4f592b4b520bf88 | dependabot[bot] | 2022-02-25 10:35:14 | chore(deps-dev): bump @types/node in /generators/client/templates/vue | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.25 to 16.11.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
--- | chore(deps-dev): bump @types/node in /generators/client/templates/vue
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.25 to 16.11.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/Def... | diff --git a/generators/client/templates/vue/package.json b/generators/client/templates/vue/package.json
index d3c0849f69e9..6fe6f915fdb5 100644
--- a/generators/client/templates/vue/package.json
+++ b/generators/client/templates/vue/package.json
@@ -22,7 +22,7 @@
"devDependencies": {
"@rushstack/eslint-patch":... |
youki | https://github.com/youki-dev/youki | 7c82c39968284d9d46238317b0609b1a76f162cd | dependabot[bot] | 2023-06-14 06:41:50 | chore(deps): bump cranelift-control from 0.96.3 to 0.96.4 | Bumps [cranelift-control](https://github.com/bytecodealliance/wasmtime) from 0.96.3 to 0.96.4.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance... | chore(deps): bump cranelift-control from 0.96.3 to 0.96.4
Bumps [cranelift-control](https://github.com/bytecodealliance/wasmtime) from 0.96.3 to 0.96.4.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-... | diff --git a/Cargo.lock b/Cargo.lock
index d023a17c5..bf38ac4f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -671,9 +671,9 @@ checksum = "eb65884d17a1fa55990dd851c43c140afb4c06c3312cf42cfa1222c3b23f9561"
[[package]]
name = "cranelift-control"
-version = "0.96.3"
+version = "0.96.4"
source = "registry+https://github... |
RSSHub | https://github.com/DIYgod/RSSHub | 0855c9fb8006950811d0b9e30ae72d868f13143a | Manu | 2022-11-10 18:19:05 | docs: Add PikaPods.com as deployment option (#11256) | * Add PikaPods.com as deployment option
* docs: fix wording | docs: Add PikaPods.com as deployment option (#11256)
* Add PikaPods.com as deployment option
* docs: fix wording | diff --git a/docs/en/install/README.md b/docs/en/install/README.md
index cccf377ce471ca..75e4608faeb15b 100644
--- a/docs/en/install/README.md
+++ b/docs/en/install/README.md
@@ -307,6 +307,12 @@ Heroku [no longer](https://blog.heroku.com/next-chapter) offers free product pla
[: throw when loading `cpu-features` module (#25257) | It crashes because of NAN usage, we want to trigger the fallback case in
ssh2 by throwing an error.
Fixes https://github.com/denoland/deno/issues/25236 | fix(ext/node): throw when loading `cpu-features` module (#25257)
It crashes because of NAN usage, we want to trigger the fallback case in
ssh2 by throwing an error.
Fixes https://github.com/denoland/deno/issues/25236 | diff --git a/ext/node/polyfills/01_require.js b/ext/node/polyfills/01_require.js
index 7eb549134fe599..c29073901994b6 100644
--- a/ext/node/polyfills/01_require.js
+++ b/ext/node/polyfills/01_require.js
@@ -1121,6 +1121,9 @@ Module._extensions[".json"] = function (module, filename) {
// Native extension for .node
M... |
biome | https://github.com/biomejs/biome | 139158f3d30effa35501b78f49fa90e4b7979900 | l3ops | 2022-04-29 14:48:51 | fix(ci): fix the release workflows for the CLI and LSP (#2516) | * fix(ci): fix the release workflows for the CLI and LSP
* revert the version of the vscode extension
* fix variable injection expression | fix(ci): fix the release workflows for the CLI and LSP (#2516)
* fix(ci): fix the release workflows for the CLI and LSP
* revert the version of the vscode extension
* fix variable injection expression | diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml
index 87c1771f8438..211ae4a86af2 100644
--- a/.github/workflows/release_cli.yml
+++ b/.github/workflows/release_cli.yml
@@ -39,7 +39,7 @@ jobs:
- name: Check prerelease status
id: prerelease
- if: env.nightly == ... |
sentry | https://github.com/getsentry/sentry | c921a6258e3efc6da7a82549ba96c7c24c34197b | Dameli Ushbayeva | 2023-04-06 22:10:55 | fix(issues-platform): Read initial state of the project options (#47024) | This sets the initial project options state for issues platform options | fix(issues-platform): Read initial state of the project options (#47024)
This sets the initial project options state for issues platform options | diff --git a/static/app/views/settings/projectPerformance/projectPerformance.tsx b/static/app/views/settings/projectPerformance/projectPerformance.tsx
index 12f2be0b85027b..9e0bebce506077 100644
--- a/static/app/views/settings/projectPerformance/projectPerformance.tsx
+++ b/static/app/views/settings/projectPerformance/... |
swc | https://github.com/swc-project/swc | 7053bb16ce19ba476760b7fe0b1627d1210d6e18 | Austaras | 2024-05-13 10:29:48 | fix(es/compat): Avoid reserved name for private method (#8949) | **Description:**
Following development should follow babel/babel#16261 to avoid separate `WeakMap` for each individual private method
**Related issue:**
- Closes #8948. | fix(es/compat): Avoid reserved name for private method (#8949)
**Description:**
Following development should follow babel/babel#16261 to avoid separate `WeakMap` for each individual private method
**Related issue:**
- Closes #8948. | diff --git a/crates/swc_ecma_ast/src/ident.rs b/crates/swc_ecma_ast/src/ident.rs
index e5bded9fa04b..97ed0ed65f58 100644
--- a/crates/swc_ecma_ast/src/ident.rs
+++ b/crates/swc_ecma_ast/src/ident.rs
@@ -425,6 +425,8 @@ static RESSERVED_IN_STRICT_MODE: phf::Set<&str> = phf_set!(
"yield",
);
+static RESSERVED_IN_... |
unleash | https://github.com/Unleash/unleash | c4efaf827626ea30737ecfa88a883ee265a152fe | olav | 2022-02-04 16:02:02 | refactor: remove enzyme (#664) | * refactor: mock SVG imports in tests
* refactor: remove enzyme | refactor: remove enzyme (#664)
* refactor: mock SVG imports in tests
* refactor: remove enzyme | diff --git a/frontend/package.json b/frontend/package.json
index aeb074f10663..9aa2d78d8e9e 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -45,8 +45,6 @@
"@testing-library/user-event": "13.5.0",
"@types/debounce": "1.2.1",
"@types/deep-diff": "1.0.1",
- "@types/enzyme": "3.10.11",
-... |
turborepo | https://github.com/vercel/turborepo | d968f7bf9b31481616a294221c4ff9db598331e1 | Donny/강동윤 | 2023-12-22 08:45:24 | perf: Use `&'static str` instead of `String` if possible (#6845) | ### Description
The proc-macro generates all calls, so we don't need to allocate.
### Testing Instructions
Closes PACK-2177 | perf: Use `&'static str` instead of `String` if possible (#6845)
### Description
The proc-macro generates all calls, so we don't need to allocate.
### Testing Instructions
Closes PACK-2177 | diff --git a/crates/turbo-tasks/src/native_function.rs b/crates/turbo-tasks/src/native_function.rs
index 658b0c8549874..453a4aa63acfd 100644
--- a/crates/turbo-tasks/src/native_function.rs
+++ b/crates/turbo-tasks/src/native_function.rs
@@ -70,7 +70,7 @@ impl NativeFunction {
}
}
- pub fn register(&'... |
RxJava | https://github.com/ReactiveX/RxJava | 8f51c27eb799f88cba710e0b5f316217e99e3cb9 | dependabot[bot] | 2025-01-27 14:34:04 | chore(deps): bump ru.vyarus.animalsniffer from 1.7.2 to 2.0.0 (#7826) | Bumps ru.vyarus.animalsniffer from 1.7.2 to 2.0.0.
--- | chore(deps): bump ru.vyarus.animalsniffer from 1.7.2 to 2.0.0 (#7826)
Bumps ru.vyarus.animalsniffer from 1.7.2 to 2.0.0.
---
updated-dependencies:
- dependency-name: ru.vyarus.animalsniffer
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@git... | diff --git a/build.gradle b/build.gradle
index 60fd78db78..8e4eedfb68 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
id("eclipse")
id("jacoco")
id("maven-publish")
- id("ru.vyarus.animalsniffer") version "1.7.2"
+ id("ru.vyarus.animalsniffer") version "2.0.0"
id("me.cha... |
pngquant | https://github.com/kornelski/pngquant | 68a1bb0870624a54b053483daa10fc0cb85584dc | Levente Polyak | 2021-08-08 00:01:53 | fix: avoid unchecked nullptr deref on invalid lcms transform | On invalid data the requested transform from lcms may return nun
successfully. Hence we need to check the return value and early
the function to avoid a segfault.
To distinguish the concrete error, a new error code (45) has been
introduced. | fix: avoid unchecked nullptr deref on invalid lcms transform
On invalid data the requested transform from lcms may return nun
successfully. Hence we need to check the return value and early
the function to avoid a segfault.
To distinguish the concrete error, a new error code (45) has been
introduced.
Signed-off-by: L... | diff --git a/rust/ffi.rs b/rust/ffi.rs
index a57030d0..80126986 100644
--- a/rust/ffi.rs
+++ b/rust/ffi.rs
@@ -31,6 +31,7 @@ pub enum pngquant_error {
LIBPNG_FATAL_ERROR = 25,
WRONG_INPUT_COLOR_TYPE = 26,
LIBPNG_INIT_ERROR = 35,
+ LCMS_FATAL_ERROR = 45,
TOO_LARGE_FILE = 98,
TOO_LOW_QUALITY =... |
playwright | https://github.com/microsoft/playwright | 120aaa777e98e6c69a916603c2683cb868e6018c | Dmitry Gozman | 2023-03-25 03:33:49 | fix(test runner): do not show TimeoutError for unhandled rejection (#21971) | Unhandled error/rejection interrupts current test and produces a
TimeoutError for it that should be ignored. | fix(test runner): do not show TimeoutError for unhandled rejection (#21971)
Unhandled error/rejection interrupts current test and produces a
TimeoutError for it that should be ignored. | diff --git a/packages/playwright-test/src/worker/testInfo.ts b/packages/playwright-test/src/worker/testInfo.ts
index 7d0c68954418f..9626552a04fae 100644
--- a/packages/playwright-test/src/worker/testInfo.ts
+++ b/packages/playwright-test/src/worker/testInfo.ts
@@ -53,6 +53,7 @@ export class TestInfoImpl implements Test... |
azerothcore-wotlk | https://github.com/azerothcore/azerothcore-wotlk | df77b5f4f79dfee4dee4f01e7258e1b4e7c1b7e2 | 天鹿 | 2023-04-24 16:43:07 | chore(core): cleanup code p3 (#16073) | * Update MMapMgr.cpp
* Update UpdateFetcher.cpp
* Update AuctionHouseMgr.cpp
* Update AuctionHouseMgr.h
* Update BattlegroundAV.cpp
* Update ChannelMgr.cpp
* Update ThreatMgr.h
* Update Player.h
* Update PlayerSettings.cpp
* Update ObjectMgr.cpp
* Update Guild.cpp
* Update Guild.h
* Update Map.cpp
* Update... | chore(core): cleanup code p3 (#16073)
* Update MMapMgr.cpp
* Update UpdateFetcher.cpp
* Update AuctionHouseMgr.cpp
* Update AuctionHouseMgr.h
* Update BattlegroundAV.cpp
* Update ChannelMgr.cpp
* Update ThreatMgr.h
* Update Player.h
* Update PlayerSettings.cpp
* Update ObjectMgr.cpp
* Update Guild.cpp
* Upd... | diff --git a/src/common/Collision/Management/MMapMgr.cpp b/src/common/Collision/Management/MMapMgr.cpp
index e1e64ac9f4d779..622220c5a39943 100644
--- a/src/common/Collision/Management/MMapMgr.cpp
+++ b/src/common/Collision/Management/MMapMgr.cpp
@@ -253,7 +253,7 @@ namespace MMAP
// unload all tiles from gi... |
superset | https://github.com/apache/superset | 7faa5c6aff3e5cc963309104376f4ee713450764 | Kamil Gabryjelski | 2021-09-07 14:49:07 | perf(dashboard): reduce rerenders of DragDroppable (#16525) | * perf(dashboard): reduce rerenders of DragDroppable
* lint fix | perf(dashboard): reduce rerenders of DragDroppable (#16525)
* perf(dashboard): reduce rerenders of DragDroppable
* lint fix | diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx
index cc897b8df5740..d16e76174d7a6 100644
--- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx
+++ b/superset... |
go-redis | https://github.com/redis/go-redis | 8c695488a247283d92e4d03c1774d9e2c4583244 | fengyun.rui | 2023-12-17 18:50:23 | fix: add Cmder annotation (#2816) | * fix: add Cmder annotation | fix: add Cmder annotation (#2816)
* fix: add Cmder annotation
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
* fix: add Cmder annotation
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
---------
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.c... | diff --git a/command.go b/command.go
index ea1bd927d..3dd475fa2 100644
--- a/command.go
+++ b/command.go
@@ -18,10 +18,22 @@ import (
)
type Cmder interface {
+ // command name.
+ // e.g. "set k v ex 10" -> "set", "cluster info" -> "cluster".
Name() string
+
+ // full command name.
+ // e.g. "set k v ex 10" -> "s... |
reaction | https://github.com/reactioncommerce/reaction | 085aa2f0976d63db6c8296e0e7ab9adc0a5b902c | dependabot[bot] | 2021-08-04 10:01:08 | chore(deps): bump browserslist from 4.12.0 to 4.16.7 | Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.7.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...... | chore(deps): bump browserslist from 4.12.0 to 4.16.7
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.7.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://... | diff --git a/package-lock.json b/package-lock.json
index a549891a7b8..3edc2a0c8c2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3460,15 +3460,36 @@
}
},
"browserslist": {
- "version": "4.12.0",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.12.0.tgz",
- ... |
zitadel | https://github.com/zitadel/zitadel | d2f4196146137238a44340d6e7bb7018e88ce1c1 | Nabeel Sulieman | 2023-02-16 01:18:30 | docs(overview): Grammar/Language Tweaks (#5159) | Minor grammar/language update
Suggestions to improve the readability/flow of the Production Setup section. | docs(overview): Grammar/Language Tweaks (#5159)
Minor grammar/language update
Suggestions to improve the readability/flow of the Production Setup section.
Co-authored-by: Florian Forster <florian@zitadel.com> | diff --git a/docs/docs/self-hosting/deploy/overview.mdx b/docs/docs/self-hosting/deploy/overview.mdx
index e9bd80b0c49..c9acfa57a1b 100644
--- a/docs/docs/self-hosting/deploy/overview.mdx
+++ b/docs/docs/self-hosting/deploy/overview.mdx
@@ -25,9 +25,9 @@ The easiest way to use ZITADEL is to run one of our container rel... |
dashboard | https://github.com/kubernetes/dashboard | 06c08121942a12111ab9160aceb7d6739b7430ca | dependabot[bot] | 2024-10-31 09:55:26 | chore(deps-dev): bump @typescript-eslint/eslint-plugin in /modules/web (#9613) | Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.11.0 to 8.12.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packa... | chore(deps-dev): bump @typescript-eslint/eslint-plugin in /modules/web (#9613)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.11.0 to 8.12.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [C... | diff --git a/modules/web/package.json b/modules/web/package.json
index cde844d61005..0178b117d124 100644
--- a/modules/web/package.json
+++ b/modules/web/package.json
@@ -106,7 +106,7 @@
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "22.7.9",
- "@typescript-eslint/eslint-plu... |
sentry | https://github.com/getsentry/sentry | b812f8cfd7f31940bd813294dbfceeeed0af57c9 | Ivan Dlugos | 2024-06-04 14:09:23 | feat: PowerShell support (frontend) (#67576) | Adds a new SDK to the frontend: PowerShell
backend PR: https://github.com/getsentry/sentry/pull/67577 | feat: PowerShell support (frontend) (#67576)
Adds a new SDK to the frontend: PowerShell
backend PR: https://github.com/getsentry/sentry/pull/67577
Resolves:
* https://github.com/getsentry/sentry-powershell/issues/43
### Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated
in the... | diff --git a/README.md b/README.md
index 83fa3a6b952f64..575e52ca0c4204 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ Sentry is a developer-first error tracking and performance monitoring platform t
- [Elixir](https://github.com/getsentry/sentry-elixir)
- [Unity](https://github.com/getsentry/sentry-unity)
... |
talos | https://github.com/siderolabs/talos | 0ec17e41692f651039bc747523321b0deb6885fc | Andrew Rynhard | 2019-07-25 21:08:31 | feat: run rootfs from squashfs | This change moves the rootfs to a squashfs image. | feat: run rootfs from squashfs
This change moves the rootfs to a squashfs image.
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> | diff --git a/.drone.yml b/.drone.yml
index e726b7c6042..ad0b1ced691 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -35,17 +35,6 @@ steps:
depends_on:
- fetch
- - name: build-init
- image: autonomy/build-container:latest
- pull: always
- environment:
- BUILDKIT_HOST: tcp://buildkitd.ci.svc:1234... |
terraform-provider-aws | https://github.com/hashicorp/terraform-provider-aws | 0bed8e5970e330ad92f8692bdab7c13cb38480f1 | dependabot[bot] | 2024-08-21 23:59:43 | chore(deps): bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /.ci/tools (#38938) | Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdan/gofumpt/compare/v0.6.0...v0.7.0)
--- | chore(deps): bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /.ci/tools (#38938)
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](https://github.... | diff --git a/.ci/tools/go.mod b/.ci/tools/go.mod
index f48768a16b8..851b52727a0 100644
--- a/.ci/tools/go.mod
+++ b/.ci/tools/go.mod
@@ -13,7 +13,7 @@ require (
github.com/rhysd/actionlint v1.7.1
github.com/terraform-linters/tflint v0.52.0
github.com/uber-go/gopatch v0.4.0
- mvdan.cc/gofumpt v0.6.0
+ mvdan.cc/gof... |
iceberg | https://github.com/apache/iceberg | f9f7312ecb851a58502aa49f431c5b8888f809b5 | dependabot[bot] | 2022-10-01 15:23:04 | Build: Bump jinja2 from 3.0.3 to 3.1.2 in /python (#5849) | Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.2)
--- | Build: Bump jinja2 from 3.0.3 to 3.1.2 in /python (#5849)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.3..... | diff --git a/python/mkdocs/requirements.txt b/python/mkdocs/requirements.txt
index 642a688ebc5a..b21284bb84b0 100644
--- a/python/mkdocs/requirements.txt
+++ b/python/mkdocs/requirements.txt
@@ -16,4 +16,4 @@
# under the License.
mkdocs==1.3.1
-jinja2==3.0.3
+jinja2==3.1.2 |
cockpit | https://github.com/cockpit-project/cockpit | 71524710db02519c565999d4a7725305a0e8cb4a | Martin Pitt | 2025-03-20 21:42:10 | test: Make TestUpdates.testTracer more realistic | Put an actual binary (copy of `sleep` command) into the upgraded test
package. This makes `dnf needs-restarting` actually detect a necessary
change. With a shell script, there is no running binary which actually
changed on package upgrade. `tracer` does not seem to care, but (of
course) this also works with tracer.
Fi... | test: Make TestUpdates.testTracer more realistic
Put an actual binary (copy of `sleep` command) into the upgraded test
package. This makes `dnf needs-restarting` actually detect a necessary
change. With a shell script, there is no running binary which actually
changed on package upgrade. `tracer` does not seem to care... | diff --git a/test/verify/check-packagekit b/test/verify/check-packagekit
index 0bc66a717748..2c521cd3a8e6 100755
--- a/test/verify/check-packagekit
+++ b/test/verify/check-packagekit
@@ -421,20 +421,20 @@ echo -e "Loaded patch modules:\nkpatch_3_10_0_1062_1_1 [enabled]\n\nInstalled pa
def createServicePackageUpgra... |
RSSHub | https://github.com/DIYgod/RSSHub | ffb4767dacd8528a70a98553c32771fda31cd490 | Nano | 2024-09-12 19:14:59 | fix(route/bilibili): add logger to handle error codes (#16721) | Add logger to handle error codes returned by the Bilibili API. If the response code is -6 or 4100000, it throws a ConfigNotFoundError. Otherwise, it throws an error with the corresponding error code and message. | fix(route/bilibili): add logger to handle error codes (#16721)
Add logger to handle error codes returned by the Bilibili API. If the response code is -6 or 4100000, it throws a ConfigNotFoundError. Otherwise, it throws an error with the corresponding error code and message.
Fixes #16716 | diff --git a/lib/routes/bilibili/followings-video.ts b/lib/routes/bilibili/followings-video.ts
index 6a112ed90a8b45..0707a240238723 100644
--- a/lib/routes/bilibili/followings-video.ts
+++ b/lib/routes/bilibili/followings-video.ts
@@ -4,6 +4,7 @@ import cache from './cache';
import { config } from '@/config';
import ... |
sentry | https://github.com/getsentry/sentry | 52ddd432cfca3081f45821d0502a7f6e9af01539 | Stephen Cefali | 2022-02-08 22:41:06 | feat(ui): creates sessionStorage wrapper (#31612) | This PR makes a wrapper around sessionStorage that won't error out when we can't modify session storage the same way we handle localStorage. It also makes sure that if window is ever undefined, it won't blow up (not sure if that's possible with Sentry but it's definitely possible with server-side rendering). | feat(ui): creates sessionStorage wrapper (#31612)
This PR makes a wrapper around sessionStorage that won't error out when we can't modify session storage the same way we handle localStorage. It also makes sure that if window is ever undefined, it won't blow up (not sure if that's possible with Sentry but it's definite... | diff --git a/static/app/utils/createStorage.tsx b/static/app/utils/createStorage.tsx
new file mode 100644
index 00000000000000..78d984a76b64f6
--- /dev/null
+++ b/static/app/utils/createStorage.tsx
@@ -0,0 +1,31 @@
+// our storage wrapper is a subset of the full API
+type Storage = Pick<globalThis.Storage, 'getItem' | ... |
immortalwrt | https://github.com/immortalwrt/immortalwrt | 52751b12320599b557d8c7779b612102b963595d | Zeyu Dong | 2023-10-29 01:04:20 | build: cache kernel module package compiling | Kernel module packages compiling is not cached (e.g. mac80211)
even with CONFIG_CCACHE on.
CC should be set to KERNEL_CC in KERNEL_MAKE_FLAGS at kernel.mk
to allow kernel module packages using ccache. | build: cache kernel module package compiling
Kernel module packages compiling is not cached (e.g. mac80211)
even with CONFIG_CCACHE on.
CC should be set to KERNEL_CC in KERNEL_MAKE_FLAGS at kernel.mk
to allow kernel module packages using ccache.
Signed-off-by: Zeyu Dong <dzy201415@gmail.com> | diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk
index a0527c0d286..d9842fd82ae 100644
--- a/include/kernel-defaults.mk
+++ b/include/kernel-defaults.mk
@@ -9,10 +9,6 @@ endif
INITRAMFS_EXTRA_FILES ?= $(GENERIC_PLATFORM_DIR)/image/initramfs-base-files.txt
-ifneq (,$(KERNEL_CC))
- KERNEL_MAKEOP... |
downshift | https://github.com/downshift-js/downshift | 0ff43a30db1f5e0e6b238fdb417ca70529e79d68 | Frank Li | 2018-08-20 23:39:08 | fix(TS): improved typings for getMenuProps (#534) | * Improved typings for getMenuProps
Fixes the typing part of #490
* Update index.d.ts
* Fixed build error
* Update index.d.ts | fix(TS): improved typings for getMenuProps (#534)
* Improved typings for getMenuProps
Fixes the typing part of #490
* Update index.d.ts
* Fixed build error
* Update index.d.ts | diff --git a/typings/index.d.ts b/typings/index.d.ts
index 5e8330709..15ac9838e 100644
--- a/typings/index.d.ts
+++ b/typings/index.d.ts
@@ -109,24 +109,29 @@ export interface GetInputPropsOptions
export interface GetLabelPropsOptions
extends React.HTMLProps<HTMLLabelElement> {}
-export interface getToggleButtonP... |
sentry | https://github.com/getsentry/sentry | 7a6d28de1a2eb15a2ef2fe61abc35bc0bc3f5b1b | Elias Hussary | 2023-05-05 23:02:32 | feat(replay): details issue tab support backend errors (#48479) | ## Summary
Adds backend error support in replay details issue tab. | feat(replay): details issue tab support backend errors (#48479)
## Summary
Adds backend error support in replay details issue tab.
Requires: https://github.com/getsentry/sentry/pull/48493
Relates to: https://github.com/getsentry/sentry/issues/48249
Closes: https://github.com/getsentry/sentry/issues/48478
 | We shouldn't be trying to publish codecov results when the workflow runs in a fork. Nevermind that it will most likely fail because a token is required.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | chore: disable codecov workflow on forks (#32109)
We shouldn't be trying to publish codecov results when the workflow runs in a fork. Nevermind that it will most likely fail because a token is required.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 l... | diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 73cf3abea7b73..c313f13efc77d 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -9,6 +9,7 @@ on:
jobs:
collect:
name: collect
+ if: github.repository == 'aws/aws-cdk'
runs-on: ubuntu-latest
... |
hyper | https://github.com/hyperium/hyper | 24f11a421d8422714bf023a602d7718b885a39a0 | Theodore Cipicchio | 2018-08-27 23:02:53 | fix(http2): allow TE "trailers" request headers | The HTTP/2 spec allows TE headers in requests if the value is
"trailers". Other TE headers are still stripped. | fix(http2): allow TE "trailers" request headers
The HTTP/2 spec allows TE headers in requests if the value is
"trailers". Other TE headers are still stripped.
Closes #1642 | diff --git a/src/proto/h2/client.rs b/src/proto/h2/client.rs
index 1570d2ee0a..b285574f47 100644
--- a/src/proto/h2/client.rs
+++ b/src/proto/h2/client.rs
@@ -108,7 +108,7 @@ where
}
let (head, body) = req.into_parts();
let mut req =... |
wry | https://github.com/tauri-apps/wry | c1b26b9612bf5c5a9e4e0185f73739a2444343cd | Amr Bashir | 2024-10-22 00:12:03 | feat: add `WebView::cookies` and `WebView::cookies_for_url` (#1394) | * feat: add `WebView::cookies` and `WebView::cookies_for_url` | feat: add `WebView::cookies` and `WebView::cookies_for_url` (#1394)
* feat: add `WebView::cookies` and `WebView::cookies_for_url`
closes #518
ref: https://github.com/tauri-apps/tauri/issues/11330
* cookies -> getCookies in android
* fix macos build
* fix gtk blocking
* document why we don't use wait_for_async_ope... | diff --git a/.changes/cookies-api.md b/.changes/cookies-api.md
new file mode 100644
index 000000000..de2225bbe
--- /dev/null
+++ b/.changes/cookies-api.md
@@ -0,0 +1,5 @@
+---
+"wry": "patch"
+---
+
+Add `WebView::cookies` and `WebView::cookies_for_url` APIs.
diff --git a/Cargo.toml b/Cargo.toml
index 33fca77c8..e413de... |
n8n | https://github.com/n8n-io/n8n | b17d5f9aa086bf408e8450244460ada57de0d7c3 | Milorad FIlipović | 2023-04-28 15:44:31 | feat(editor): Add support for `loadOptionsDependsOn` to RLC (#6101) | * feat(editor): Add support for `loadOptionsDependsOn` to the Resource Locator component
* 🔥 Removing leftover log
* ✅ Added e2e tests for ResourceLocator component | feat(editor): Add support for `loadOptionsDependsOn` to RLC (#6101)
* feat(editor): Add support for `loadOptionsDependsOn` to the Resource Locator component
* 🔥 Removing leftover log
* ✅ Added e2e tests for ResourceLocator component | diff --git a/cypress/e2e/26-resource-locator.cy.ts b/cypress/e2e/26-resource-locator.cy.ts
new file mode 100644
index 0000000000000..e0ba34d70aa20
--- /dev/null
+++ b/cypress/e2e/26-resource-locator.cy.ts
@@ -0,0 +1,58 @@
+import { WorkflowPage, NDV, CredentialsModal } from '../pages';
+
+const workflowPage = new Workf... |
posthog | https://github.com/PostHog/posthog | 81b67c08bee0659bfbd05d34437410b56250f862 | Karl-Aksel Puulmann | 2022-08-22 16:08:56 | chore(async-migrations): Add logging to 0006 async migration (#11407) | We're seeing this migration fail in unexpected ways (marked as complete
after query failed) so adding logging. | chore(async-migrations): Add logging to 0006 async migration (#11407)
We're seeing this migration fail in unexpected ways (marked as complete
after query failed) so adding logging. | diff --git a/posthog/async_migrations/runner.py b/posthog/async_migrations/runner.py
index 4344b38800ca8..f8637f114068d 100644
--- a/posthog/async_migrations/runner.py
+++ b/posthog/async_migrations/runner.py
@@ -152,6 +152,11 @@ def run_async_migration_next_op(migration_name: str, migration_instance: Optiona
mi... |
azerothcore-wotlk | https://github.com/azerothcore/azerothcore-wotlk | 05780f2c50dc304360d252ee95fd22a8358f06d5 | Kitzunu | 2021-05-11 21:16:28 | feat(apps): Config Merger (#5779) | * feat(apps): Config Merger
* update for ac
* Update README.md | feat(apps): Config Merger (#5779)
* feat(apps): Config Merger
* update for ac
* Update README.md | diff --git a/apps/config-merger/README.md b/apps/config-merger/README.md
new file mode 100644
index 00000000000000..4a5301e8fb6478
--- /dev/null
+++ b/apps/config-merger/README.md
@@ -0,0 +1,22 @@
+# ==== PHP merger (index.php + merge.php) ====
+
+This is a PHP script for merging a new .dist file with your existing .co... |
angular | https://github.com/angular/angular | ffad040a9675038f3b0c6c546799369a2d873b18 | Joey Perrott | 2021-01-27 00:22:27 | build: update to yarn v1.22.10 (#40562) | Update to the latest version of yarn.
PR Close #40562 | build: update to yarn v1.22.10 (#40562)
Update to the latest version of yarn.
PR Close #40562 | diff --git a/.yarn/releases/yarn-1.22.5.js b/.yarn/releases/yarn-1.22.10.cjs
similarity index 99%
rename from .yarn/releases/yarn-1.22.5.js
rename to .yarn/releases/yarn-1.22.10.cjs
index d31be0b947fbb..68b1990b1d92f 100755
--- a/.yarn/releases/yarn-1.22.5.js
+++ b/.yarn/releases/yarn-1.22.10.cjs
@@ -46679,7 +46679,7 @... |
next.js | https://github.com/vercel/next.js | 7c20918bc787d24403fab170e7840f946886dcef | Leah | 2022-06-23 22:25:05 | feat: enable configuration of `styled-components` transform and enable `css` prop support (#37861) | This allows configuring / overriding the default options of the `styled-components` swc transform and allows using the `css` prop support, which was already implemented, but not available. | feat: enable configuration of `styled-components` transform and enable `css` prop support (#37861)
This allows configuring / overriding the default options of the `styled-components` swc transform and allows using the `css` prop support, which was already implemented, but not available.
Edit: made the CSS prop transf... | diff --git a/docs/advanced-features/compiler.md b/docs/advanced-features/compiler.md
index 4def26d34351b..43022a63fd506 100644
--- a/docs/advanced-features/compiler.md
+++ b/docs/advanced-features/compiler.md
@@ -40,12 +40,31 @@ We're working to port `babel-plugin-styled-components` to the Next.js Compiler.
First, upd... |
cube | https://github.com/cube-js/cube | e0d4e553c5103e47bcaebb13b340e17db4676f0d | dependabot-preview[bot] | 2020-03-27 05:53:51 | build(deps): bump @babel/runtime-corejs2 from 7.0.0 to 7.9.2 (#540) | Bumps [@babel/runtime-corejs2](https://github.com/babel/babel) from 7.0.0 to 7.9.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.0.0...v7.9.2) | build(deps): bump @babel/runtime-corejs2 from 7.0.0 to 7.9.2 (#540)
Bumps [@babel/runtime-corejs2](https://github.com/babel/babel) from 7.0.0 to 7.9.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/... | diff --git a/yarn.lock b/yarn.lock
index 6099a206f64b6..0806b279c4460 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -775,11 +775,12 @@
"@babel/plugin-transform-react-jsx-source" "^7.8.3"
"@babel/runtime-corejs2@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-co... |
ort | https://github.com/oss-review-toolkit/ort | b051095415a4f4b7610e509a9ca12f456a22c520 | Frank Viernau | 2024-05-16 20:02:45 | fix(model): Fix-up filtering excluded issues | This fixes the logic introduced by 6a84fa2. | fix(model): Fix-up filtering excluded issues
This fixes the logic introduced by 6a84fa2.
Signed-off-by: Frank Viernau <frank_viernau@epam.com> | diff --git a/model/src/main/kotlin/OrtResult.kt b/model/src/main/kotlin/OrtResult.kt
index 54184500f8b25..85ccd06d2e3f4 100644
--- a/model/src/main/kotlin/OrtResult.kt
+++ b/model/src/main/kotlin/OrtResult.kt
@@ -329,7 +329,7 @@ data class OrtResult(
val filteredIssues = issues.filterTo(mutableSetOf()) {
... |
sqlx | https://github.com/launchbadge/sqlx | b3091b03226432e055dceba7fd6b3a6172f17437 | liushuyu | 2021-12-30 02:40:18 | feat(postgres): add an option to specify extra options (#1539) | * feat(postgres): add an option to specify extra options ...
... this allow you to specify stuff like search path and statement
timeouts etc.
* feat(postgres): set options through setting run-time parameters
* feat(postgres): use flat command-list instead of hashmap
* feat(postgres): make the options taking paramet... | feat(postgres): add an option to specify extra options (#1539)
* feat(postgres): add an option to specify extra options ...
... this allow you to specify stuff like search path and statement
timeouts etc.
* feat(postgres): set options through setting run-time parameters
* feat(postgres): use flat command-list inste... | diff --git a/sqlx-core/src/postgres/connection/establish.rs b/sqlx-core/src/postgres/connection/establish.rs
index 59e3727c24..bd23780026 100644
--- a/sqlx-core/src/postgres/connection/establish.rs
+++ b/sqlx-core/src/postgres/connection/establish.rs
@@ -40,6 +40,10 @@ impl PgConnection {
params.push(("app... |
redwood | https://github.com/redwoodjs/redwood | d949d8dea028461069dbebf6f80775aef7dd63db | renovate[bot] | 2024-05-16 22:02:20 | chore(deps): update chore (major) (#10593) | [](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nx](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx)) |
[`18.2.4` ->... | chore(deps): update chore (major) (#10593)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nx](https://nx.dev)
([source](https://togithub.com/nr... | diff --git a/package.json b/package.json
index 13863c423e94..e3e781686b1b 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"ncp": "2.0.0",
"nodemon": "3.1.0",
"npm-packlist": "8.0.2",
- "nx": "18.2.4",
+ "nx": "19.0.4",
"octokit": "3.1.2",
"ora": "7.0.1",
"prompts": "... |
leetcode | https://github.com/doocs/leetcode | ab9c0005e030987a084fcc56062c856b4edac8eb | yanglbme | 2022-01-27 16:40:41 | feat: add solutions to lc problem: No.0426 | No.0426.Convert Binary Search Tree to Sorted Doubly Linked List | feat: add solutions to lc problem: No.0426
No.0426.Convert Binary Search Tree to Sorted Doubly Linked List | diff --git a/solution/0400-0499/0426.Convert Binary Search Tree to Sorted Doubly Linked List/README.md b/solution/0400-0499/0426.Convert Binary Search Tree to Sorted Doubly Linked List/README.md
index c6820df942a67..3119a6f371aa3 100644
--- a/solution/0400-0499/0426.Convert Binary Search Tree to Sorted Doubly Linked Li... |
unleash | https://github.com/Unleash/unleash | 05781bbf17a3a44ae0fbf507059d1d0ace458819 | renovate[bot] | 2023-10-15 03:05:44 | chore(deps): update dependency @swc/core to v1.3.92 (#5028) | [](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.90` ->
`1.3.9... | chore(deps): update dependency @swc/core to v1.3.92 (#5028)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source]... | diff --git a/package.json b/package.json
index 8b47def61aae..6b92c8a83ede 100644
--- a/package.json
+++ b/package.json
@@ -151,7 +151,7 @@
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.23.0",
- "@swc/core": "1.3.90",
+ "@swc/core": "1.3.92",
"@biomejs/biome": "1... |
nomad | https://github.com/hashicorp/nomad | 717fddb521e30f60977b5effd054fe6780d384c5 | dependabot[bot] | 2022-11-30 01:25:17 | build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#15402) | * build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0)
--- | build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#15402)
* build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grp... | diff --git a/.changelog/15402.txt b/.changelog/15402.txt
new file mode 100644
index 00000000000..1354428a04e
--- /dev/null
+++ b/.changelog/15402.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
+deps: Update google.golang.org/grpc to v1.51.0
+```
diff --git a/go.mod b/go.mod
index 790c977275b..2cc629a9b3b 100644
--- a... |
node | https://github.com/nodejs/node | 70bc62eaf8a5b856fa025d59064773c21ecd449b | Michael Dawson | 2019-09-09 02:05:55 | build: update minimum AIX OS level | Update minimum AIX OS level to 7.2 TL2. Looks like this
will be the version we can get into the CI so should be the
base level for 13.X and above and will be in support for the life
of 13.X. | build: update minimum AIX OS level
Update minimum AIX OS level to 7.2 TL2. Looks like this
will be the version we can get into the CI so should be the
base level for 13.X and above and will be in support for the life
of 13.X.
PR-URL: https://github.com/nodejs/node/pull/29476
Reviewed-By: Richard Lau <riclau@uk.ibm.co... | diff --git a/BUILDING.md b/BUILDING.md
index aeb54583e90da2..7fed3f9bdd084d 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below.
| Windows | arm64 | >= Windows 10 | Experimental | ... |
node | https://github.com/nodejs/node | 8dcb82db38e4dd7e8748622fb2494a0571d85f28 | Johan Bergström | 2016-04-01 22:06:01 | build: introduce ci targets for lint/benchmark | Introduce two new targets we will populate with actions
once merged into all branches we need to support through CI. | build: introduce ci targets for lint/benchmark
Introduce two new targets we will populate with actions
once merged into all branches we need to support through CI.
PR-URL: https://github.com/nodejs/node/pull/5921
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-... | diff --git a/Makefile b/Makefile
index f3cf43d0830dd7..401464c87a6960 100644
--- a/Makefile
+++ b/Makefile
@@ -592,6 +592,8 @@ bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events benc
bench: bench-net bench-http bench-fs bench-tls
+bench-ci: bench
+
bench-http-simple:
benchmark/http_simp... |
sentry | https://github.com/getsentry/sentry | 4b41180dfb7b42e5dff004b496bbf2fcaf051d68 | Markus Unterwaditzer | 2020-01-17 17:56:12 | fix(relay): Add missing public keys to Redis cache (#16487) | Due to some odd behavior in relay.config.get_project_config we have to prefetch all keys everytime we call this function. I hope we can get rid of this stupid behavior once Python store is gone.
Also remove an invalid usage of get_many_from_cache, which basically only works on primary keys. Luckily this did not cause ... | fix(relay): Add missing public keys to Redis cache (#16487)
Due to some odd behavior in relay.config.get_project_config we have to prefetch all keys everytime we call this function. I hope we can get rid of this stupid behavior once Python store is gone.
Also remove an invalid usage of get_many_from_cache, which bas... | diff --git a/src/sentry/api/endpoints/relay_projectconfigs.py b/src/sentry/api/endpoints/relay_projectconfigs.py
index f8159dd08d2f23..103fef2ef811e3 100644
--- a/src/sentry/api/endpoints/relay_projectconfigs.py
+++ b/src/sentry/api/endpoints/relay_projectconfigs.py
@@ -67,7 +67,7 @@ def _post(self, request):
... |
FXGL | https://github.com/AlmasB/FXGL | 74cfdb50a9c6dad3fb4f74ba3ccdb36719fc7854 | Ben Highgate | 2023-03-29 00:23:04 | test: added matrix 3x3 test (#1258) | * began implementation of UI font size scaling | test: added matrix 3x3 test (#1258)
* began implementation of UI font size scaling | diff --git a/fxgl-entity/src/test/kotlin/com/almasb/fxgl/physics/box2d/common/Mat33Test.kt b/fxgl-entity/src/test/kotlin/com/almasb/fxgl/physics/box2d/common/Mat33Test.kt
new file mode 100644
index 000000000..91055af7a
--- /dev/null
+++ b/fxgl-entity/src/test/kotlin/com/almasb/fxgl/physics/box2d/common/Mat33Test.kt
@@ ... |
svelte | https://github.com/sveltejs/svelte | a074734ba79a1d91f259cb02314b9e067b7dd8e3 | Dominic Gannaway | 2024-05-23 19:31:42 | fix: ensure we clear down each block opening anchors from document (#11740) | * fix: ensure we clear down each block opening anchors from document
* fix: ensure we clear down each block opening anchors from document | fix: ensure we clear down each block opening anchors from document (#11740)
* fix: ensure we clear down each block opening anchors from document
* fix: ensure we clear down each block opening anchors from document | diff --git a/.changeset/silent-rabbits-join.md b/.changeset/silent-rabbits-join.md
new file mode 100644
index 000000000000..82f157d9dfbb
--- /dev/null
+++ b/.changeset/silent-rabbits-join.md
@@ -0,0 +1,5 @@
+---
+"svelte": patch
+---
+
+fix: ensure we clear down each block opening anchors from document
diff --git a/pac... |
trime | https://github.com/osfans/trime | c08f1049111a0be9608e5de15a1c0c8ee222d185 | iovxw | 2022-01-15 08:18:29 | fix(jni): fix librime third-party plugins | Making librime a static library breaks third-party plugins, this patch fixed it | fix(jni): fix librime third-party plugins
Making librime a static library breaks third-party plugins, this patch fixed it
Closes: #656, #665 | diff --git a/app/src/main/jni/cmake/RimePlugins.cmake b/app/src/main/jni/cmake/RimePlugins.cmake
index 4deeb82a6f..8917183442 100644
--- a/app/src/main/jni/cmake/RimePlugins.cmake
+++ b/app/src/main/jni/cmake/RimePlugins.cmake
@@ -1,3 +1,4 @@
+# if you want to add some new plugins, add them to librime_jni/rime_jni.cc t... |
shields | https://github.com/badges/shields | e2fcd1787b21f5bb17bc6005bd005fb9ec85e973 | dependabot[bot] | 2022-12-04 19:07:53 | chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 (#8680) | Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v14.0.2...v15.0.0)
--- | chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 (#8680)
Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/... | diff --git a/package-lock.json b/package-lock.json
index 3589b41ae2d8a..7ba9c6e64a476 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -146,7 +146,7 @@
"rimraf": "^3.0.2",
"sazerac": "^2.0.0",
"simple-git-hooks": "^2.8.1",
- "sinon": "^14.0.2",
+ "sinon": "^15.0.0",
... |
angular | https://github.com/angular/angular | cbeef95c29f127c963f0ea1b789e055cad54cc8d | Ben Hong | 2023-09-13 00:54:03 | docs: migrate form-validation to standalone (#51709) | PR Close #51709 | docs: migrate form-validation to standalone (#51709)
PR Close #51709 | diff --git a/aio/content/examples/form-validation/src/app/app.component.ts b/aio/content/examples/form-validation/src/app/app.component.ts
index 14e9cd805e6206..ccd040459b1445 100644
--- a/aio/content/examples/form-validation/src/app/app.component.ts
+++ b/aio/content/examples/form-validation/src/app/app.component.ts
@... |
dagger | https://github.com/dagger/dagger | ca2902fc23a1f9c51ab6a807b217eb46c46e3e59 | dependabot[bot] | 2022-02-03 00:43:44 | build(deps): bump sass from 1.49.4 to 1.49.7 in /website | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.4 to 1.49.7.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.49.4...1.49.7)
--- | build(deps): bump sass from 1.49.4 to 1.49.7 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.4 to 1.49.7.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.4... | diff --git a/website/package.json b/website/package.json
index c4d11b5211d..85f57059248 100644
--- a/website/package.json
+++ b/website/package.json
@@ -33,7 +33,7 @@
"react-dom": "^17.0.1",
"react-social-login-buttons": "^3.6.0",
"remark-code-import": "^0.4.0",
- "sass": "^1.49.4",
+ "sass": "^1.4... |
nushell | https://github.com/nushell/nushell | d122bc3d895d40adc0516f03b3d291cc45dbb76c | zc he | 2025-03-07 20:25:57 | fix: security_audit, bump ring from 0.17.8 to 0.17.13 (#15263) | Fixes this:
<div class="Box p-3 markdown-body f5 mb-4">
<h2 dir="auto">Vulnerabilities</h2>
<h3 dir="auto"><a
href="https://rustsec.org/advisories/RUSTSEC-2025-0009.html"
rel="nofollow">RUSTSEC-2025-0009</a></h3>
<blockquote>
<p dir="auto">Some AES functions may panic when overflow checking is
enabled.</p>
</blockquot... | fix: security_audit, bump ring from 0.17.8 to 0.17.13 (#15263)
Fixes this:
<div class="Box p-3 markdown-body f5 mb-4">
<h2 dir="auto">Vulnerabilities</h2>
<h3 dir="auto"><a
href="https://rustsec.org/advisories/RUSTSEC-2025-0009.html"
rel="nofollow">RUSTSEC-2025-0009</a></h3>
<blockquote>
<p dir="auto">Some ... | diff --git a/Cargo.lock b/Cargo.lock
index 28431ecd722d1..8a536440a9f9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -893,9 +893,9 @@ dependencies = [
[[package]]
name = "cc"
-version = "1.2.3"
+version = "1.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "27f657647bcff5394bf56c73... |
sentry | https://github.com/getsentry/sentry | d04a554445c72ab9c9fee1e2dd66f38ada54a047 | Tony Xiao | 2024-03-02 04:06:26 | feat(metrics): Render summary for custom metrics (#66141) | When rendering samples for custom metrics, show a summary of the metric
to make it clear why these samples are shown. It should also respect the
op chosen. For example, when the op is `count`, we should show a metric
count within the span. One caveat is that when a quantile is chosen, we
opt to show the avg because we ... | feat(metrics): Render summary for custom metrics (#66141)
When rendering samples for custom metrics, show a summary of the metric
to make it clear why these samples are shown. It should also respect the
op chosen. For example, when the op is `count`, we should show a metric
count within the span. One caveat is that wh... | diff --git a/static/app/components/ddm/metricSamplesTable.tsx b/static/app/components/ddm/metricSamplesTable.tsx
index b7c87fa5354ec7..0bb9362cda3318 100644
--- a/static/app/components/ddm/metricSamplesTable.tsx
+++ b/static/app/components/ddm/metricSamplesTable.tsx
@@ -12,12 +12,17 @@ import ProjectBadge from 'sentry/... |
kanidm | https://github.com/kanidm/kanidm | b1f87660cc1361d12bb00bd98aed2de8bd3932ad | dependabot[bot] | 2023-08-07 01:41:44 | chore(deps): bump serde_with from 3.1.0 to 3.2.0 (#1944) | Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.1.0...v3.2.0)
--- | chore(deps): bump serde_with from 3.1.0 to 3.2.0 (#1944)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.1.0...v3.2.0)
---
updated-dependencies:
- dependency-na... | diff --git a/Cargo.lock b/Cargo.lock
index c243207a78..6ebb684bd3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2049,6 +2049,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
+ "serde",
]
[[package]]
@@ -4001,14 +4002,15 @@ depe... |
metersphere | https://github.com/metersphere/metersphere | aeac71a617e3da0f87f6f89711dd198d9a765a6d | wxg0103 | 2022-10-18 08:20:24 | fix(接口定义): 修复选中模块后用更多操作创建接口没显示选中模块的缺陷 | --bug=1018300 --user=王孝刚 【接口测试】接口定义,选中模块后用更多操作创建接口,没有显示选中的模块 | fix(接口定义): 修复选中模块后用更多操作创建接口没显示选中模块的缺陷
--bug=1018300 --user=王孝刚 【接口测试】接口定义,选中模块后用更多操作创建接口,没有显示选中的模块
https://www.tapd.cn/55049933/s/1265461 | diff --git a/api-test/frontend/src/business/automation/scenario/AddBasisScenario.vue b/api-test/frontend/src/business/automation/scenario/AddBasisScenario.vue
index fd83ec16cc25..dbc4145be7e2 100644
--- a/api-test/frontend/src/business/automation/scenario/AddBasisScenario.vue
+++ b/api-test/frontend/src/business/automa... |
RSSHub | https://github.com/DIYgod/RSSHub | 4f9262cd88a3cdfe08194362903dd44c4d9d242f | ytno1 | 2023-06-07 11:48:55 | feat(route): Add dblp and format my code (#12620) | * Add dblp and format my code
* Add rule files for the dblp
* doi has been set in publication.js
* update files
* update files
* doi has been set in publication.js | feat(route): Add dblp and format my code (#12620)
* Add dblp and format my code
* Add rule files for the dblp
* doi has been set in publication.js
* update files
* update files
* doi has been set in publication.js | diff --git a/docs/en/study.md b/docs/en/study.md
index 2683466ccc7333..d9400a29bbd7bc 100644
--- a/docs/en/study.md
+++ b/docs/en/study.md
@@ -24,6 +24,12 @@ pageClass: routes
<RouteEn author="HankChow" example="/cssn/iolaw/zxzp" path="/cssn/iolaw/:section?" :paramsDesc="['Section ID, can be found in the URL. For ex... |
swc | https://github.com/swc-project/swc | bccdafc0c394bf3979da3c6a06d974c7d2c9bcee | Donny/강동윤 | 2025-03-11 08:06:49 | perf(es/fast-lexer): Remove bound checks (#10174) | **Description:**
<img width="779" alt="image"
src="https://github.com/user-attachments/assets/fa830f0d-e77b-47c9-8a2f-86697d254217"
/> | perf(es/fast-lexer): Remove bound checks (#10174)
**Description:**
<img width="779" alt="image"
src="https://github.com/user-attachments/assets/fa830f0d-e77b-47c9-8a2f-86697d254217"
/> | diff --git a/crates/swc_ecma_fast_parser/src/lexer/cursor.rs b/crates/swc_ecma_fast_parser/src/lexer/cursor.rs
index 86c91369aa32..53324c9359ba 100644
--- a/crates/swc_ecma_fast_parser/src/lexer/cursor.rs
+++ b/crates/swc_ecma_fast_parser/src/lexer/cursor.rs
@@ -149,16 +149,16 @@ impl<'a> Cursor<'a> {
unsafe {... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.