repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
LeCoupa/awesome-cheatsheets | 294 | issue_to_patch | added rm -f in docker.sh | Kindly Verify it | 6f67bf688eb438f600a6b843a6939e699f2e6a54 | b095a3534df561a36b5b7c5356a3b92d19bd4d32 | diff --git a/tools/docker.sh b/tools/docker.sh
index c19579ee..728d5e2b 100644
--- a/tools/docker.sh
+++ b/tools/docker.sh
@@ -12,6 +12,7 @@ docker stop <hash> # Gracefully stop the specified cont
docker ps -a # See a list of all containers, even the ones not run... | [
"tools/docker.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 293 | issue_to_patch | update html5.html | Added an ins tag that is good for writing the content that has been inserted into the document. Browser will automatically underline this text | 6f67bf688eb438f600a6b843a6939e699f2e6a54 | 463d563edfa379833593a956a44dda35dddcdf99 | diff --git a/frontend/html5.html b/frontend/html5.html
index 06bc17a7..e5bdd883 100644
--- a/frontend/html5.html
+++ b/frontend/html5.html
@@ -50,6 +50,7 @@ <h1></h1> ... <h6></h6> <!-- All six levels of heading
<sup></sup> <!-- Defines superscripted text... | [
"frontend/html5.html"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 290 | issue_to_patch | Created cheatsheet for CSS3 | Added new Cheat sheet for **CSS**.
Best for everyone from **beginner** to **expert**. | 2137ac0559c2703a6b952fa1a0ff5cd55d32ccc6 | ab8f391f60cf9ca11b460223391c2e70bacfa24b | diff --git a/README.md b/README.md
index 3aea5c80..a8bd330b 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Feel free to take a look. You might learn new things. They have been designed to
#### Basics
- [HTML5](frontend/html5.html)
+- [CSS3](frontend/css3.css)
#### Frameworks
diff --git a/frontend/css... | [
"README.md",
"frontend/css3.css"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 292 | issue_to_patch | removing php version | str_replace it's been around since php 4 ( https://www.php.net/manual/pt_BR/function.str-replace.php ) 😁 | 2137ac0559c2703a6b952fa1a0ff5cd55d32ccc6 | 153d665c537400328923855b2f3dc5c9abf6a22e | diff --git a/languages/php.php b/languages/php.php
index 83d8da2e..62ec245f 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -17,7 +17,7 @@
$string = 'Awesome cheatsheets';
str_contains($string, 'cheat'); // Find if the string contains the specified string (PHP >= 8.0)
-str_replace('Awesome', 'Bonjour', $s... | [
"languages/php.php"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 284 | issue_to_patch | Update java.md | Add data types and assignment statements. | 2137ac0559c2703a6b952fa1a0ff5cd55d32ccc6 | eb59197c8d8925fb43835b932cd405ba6bd5db20 | diff --git a/languages/java.md b/languages/java.md
index 6d608c0f..dedf5c47 100644
--- a/languages/java.md
+++ b/languages/java.md
@@ -26,11 +26,14 @@ public class HelloWorld {
| Type | Set of values | Values | Operators |
|:-------:|:-----------------------:|:--------------------... | [
"languages/java.md"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 286 | issue_to_patch | Fix a typo | 2137ac0559c2703a6b952fa1a0ff5cd55d32ccc6 | 28c89f1a3b16eccce2e92ca90b35e9cb397c1d3b | diff --git a/languages/C#.txt b/languages/C#.txt
index b5379836..abb9d650 100644
--- a/languages/C#.txt
+++ b/languages/C#.txt
@@ -162,7 +162,7 @@ CHEATSHEET C#
8. C# compiler at the Command Line
- csc File.cs -> Compiles Files.cs producing File.exe
+ csc File.cs -> Compiles File.cs producing File.exe
c... | [
"languages/C#.txt"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 287 | issue_to_patch | UPDATE | 2137ac0559c2703a6b952fa1a0ff5cd55d32ccc6 | 7c9fb9e945243e645755d537faf0bc28b3e19e65 | diff --git a/README.md b/README.md
index 3aea5c80..7e8551b6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
## 🤔 Why Awesome-Cheatsheets?
-I usually make a cheat sheet when I want to improve my skills in a programming language, a framework or a development tool. [I started doing these kinds of things a lon... | [
"README.md"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 278 | issue_to_patch | adds a space between 'go' and 'to' on line 15 and and delete the void… | … modifier on lines 64, 65, and 66 | d85a74febfe09de227e6f5372227bc77fec07e8f | bb482c05bb8a823076e31f7e691a4bd0fc018112 | diff --git a/languages/java.md b/languages/java.md
index 48ccc1ef..6d608c0f 100644
--- a/languages/java.md
+++ b/languages/java.md
@@ -12,12 +12,12 @@ public class HelloWorld {
### COMPILATION & EXECUTING JAVA CODE
-* Goto your program directory in terminal (Assumed JAVA Path is set)
+* Go to your program director... | [
"languages/java.md"
] | [
{
"comment": "There are also end-of-line spaces.",
"path": "languages/java.md",
"hunk": "@@ -245,7 +245,7 @@ for(dataType item : array) {\n do{ \n System.out.println(i); \n i++; ",
"resolving_sha": "bb482c05bb8a823076e31f7e691a4bd0fc018112",
"resolving_diff": "diff --git a/lan... | true | ||
LeCoupa/awesome-cheatsheets | 263 | issue_to_patch | Contributors Added on README.md | c958d3b39aff82b2e8e81b12640dcc6124ddcfd0 | 9edc51c045342d441559dae74320cac9fd186986 | diff --git a/README.md b/README.md
index cd2aa746..b994dc2c 100644
--- a/README.md
+++ b/README.md
@@ -128,3 +128,9 @@ Feel free to take a look. You might learn new things. They have been designed to
## 🙌🏼 How to Contribute?
You are more than welcome to contribute and build your own cheat sheet for your favorite ... | [
"README.md"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 265 | issue_to_patch | strike replaced by del (strike is obsolete) | c958d3b39aff82b2e8e81b12640dcc6124ddcfd0 | 3b578313c39176cbac4d5b5fe56486393d1610df | diff --git a/frontend/html5.html b/frontend/html5.html
index 3d4910e0..06bc17a7 100644
--- a/frontend/html5.html
+++ b/frontend/html5.html
@@ -39,7 +39,7 @@ <h1></h1> ... <h6></h6> <!-- All six levels of heading
<strong></strong> and <b></b> <!-- Makes text contained in ... | [
"frontend/html5.html"
] | [
{
"comment": "Format comment is better.",
"path": "frontend/html5.html",
"hunk": "@@ -39,7 +39,7 @@ <h1></h1> ... <h6></h6> <!-- All six levels of heading\n \n <strong></strong> and <b></b> <!-- Makes text contained in the tag as bold -->\n <em></em> and <i>... | true | |||
LeCoupa/awesome-cheatsheets | 261 | issue_to_patch | I have added a part of database in this file | 13b8d8b72dccfdf113451eb169e034ee7456246b | 8b92343e9e30eabf9524b29afa221466494c4e57 | diff --git a/backend/django.py b/backend/django.py
index 38b920d7..50f53bd8 100644
--- a/backend/django.py
+++ b/backend/django.py
@@ -37,6 +37,15 @@
# Use underscores in URL pattern names rather than dashes.
+# *****************************************************************************
+# CODING STYLE > DATABAS... | [
"backend/django.py"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 252 | issue_to_patch | More PHP elements | - Functions
- Useful string manipulation (some are PHP >= 8.0)
- Match (php >= 8.0)
- Short syntax array
- Enums (php >= 8.1) | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "Three `=` is better.\r\nBefore: `$string = $state == 'Running' ? 'He is running' : 'I don\\'t know';`\r\nafter: `$string = $state === 'Running' ? 'He is running' : 'I don\\'t know';`",
"path": "languages/php.php",
"hunk": "@@ -38,6 +65,25 @@\n arsort($arr); // Sort associative arrays in de... | true | ||
LeCoupa/awesome-cheatsheets | 252 | comment_to_fix | More PHP elements | Three `=` is better.
Before: `$string = $state == 'Running' ? 'He is running' : 'I don\'t know';`
after: `$string = $state === 'Running' ? 'He is running' : 'I don\'t know';` | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "Three `=` is better.\r\nBefore: `$string = $state == 'Running' ? 'He is running' : 'I don\\'t know';`\r\nafter: `$string = $state === 'Running' ? 'He is running' : 'I don\\'t know';`",
"path": "languages/php.php",
"hunk": "@@ -38,6 +65,25 @@\n arsort($arr); // Sort associative arrays in de... | true | ||
LeCoupa/awesome-cheatsheets | 252 | comment_to_fix | More PHP elements | Maybe can add `never`.
`never` is php 8.1 feature. See https://www.php.net/releases/8.1/en.php#never_return_type | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "Maybe can add `never`.\r\n`never` is php 8.1 feature. See https://www.php.net/releases/8.1/en.php#never_return_type",
"path": "languages/php.php",
"hunk": "@@ -97,6 +163,31 @@\n $argv; // Array of terminal arguments (filename included)\n $argc; // Number of arguments passed into terminal\n... | true | ||
LeCoupa/awesome-cheatsheets | 252 | comment_to_fix | More PHP elements | Spaces typo: `PHP >= 8.1` to `PHP >= 8.1` | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "Spaces typo: `PHP >= 8.1` to `PHP >= 8.1`",
"path": "languages/php.php",
"hunk": "@@ -368,6 +459,48 @@ class ClassWithLogger\n }\n \n \n+/**\n+ * Enums (PHP >=8.1)",
"resolving_sha": "d5b2d4abb640aee277048aeac339422a9a1ec52f",
"resolving_diff": "diff --git a/languages/php.php b/lan... | true | ||
LeCoupa/awesome-cheatsheets | 252 | comment_to_fix | More PHP elements | English is better: https://www.php.net/manual/en/language.types.enumerations.php | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "English is better: https://www.php.net/manual/en/language.types.enumerations.php",
"path": "languages/php.php",
"hunk": "@@ -368,6 +459,48 @@ class ClassWithLogger\n }\n \n \n+/**\n+ * Enums (PHP >=8.1)\n+ * https://www.php.net/manual/fr/language.types.enumerations.php",
"resolving_sha... | true | ||
LeCoupa/awesome-cheatsheets | 252 | comment_to_fix | More PHP elements | Extra line first space. | cc3cb1bc115047d18f1d0827c3793f02e0de001b | d5b2d4abb640aee277048aeac339422a9a1ec52f | diff --git a/languages/php.php b/languages/php.php
index 876550ec..83d8da2e 100644
--- a/languages/php.php
+++ b/languages/php.php
@@ -11,9 +11,26 @@
print_r($arr); // Print anything, with type hints for array's and object's
var_dump($arr); // Print anything, with type hints for any value and sizes
+/**
+ * Usefull... | [
"languages/php.php"
] | [
{
"comment": "Extra line first space.",
"path": "languages/php.php",
"hunk": "@@ -97,6 +163,31 @@\n $argv; // Array of terminal arguments (filename included)\n $argc; // Number of arguments passed into terminal\n \n+/**\n+ * Functions\n+ */\n+\n+ // Simple function",
"resolving_sha": "d5b2d4abb640ae... | true | ||
LeCoupa/awesome-cheatsheets | 246 | issue_to_patch | Added mongoDB cheatSheet | cc3cb1bc115047d18f1d0827c3793f02e0de001b | 1b6b59947aa60e9b6fe4ac32c1866173faa3f892 | diff --git a/databases/mongodb.sh b/databases/mongodb.sh
new file mode 100644
index 00000000..e8da0092
--- /dev/null
+++ b/databases/mongodb.sh
@@ -0,0 +1,225 @@
+# *****************************************************************************
+# BASICS
+# ****************************************************************... | [
"databases/mongodb.sh"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 254 | issue_to_patch | added shortcuts in vscode.md (more info in deskcription) | added general and basic editing shortcuts for vs code. I added those in the Linux category, I am not sure if they are the same for other OSs but in my resources, they said they are for Linux so if there are mistakes please correct them. Also, let me know if I should add more shortcuts. | cc3cb1bc115047d18f1d0827c3793f02e0de001b | 6b29cb5c7123bfd747edd39515bf8dee18fc6410 | diff --git a/tools/vscode.md b/tools/vscode.md
index f5a6e8b2..f455b084 100644
--- a/tools/vscode.md
+++ b/tools/vscode.md
@@ -1,5 +1,39 @@
# Visual Studio CheatSheet
+## Shortcuts
+
+### Linux
+
+#### General
+
+- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
+- `Ctrl`+`P`: Quick Open, Go to File
+- `Ctrl`+`Shift... | [
"tools/vscode.md"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 253 | issue_to_patch | Update bash.sh | export -f <funcname> # Exports function 'funcname'
export var1="var1 value" # Export and assign in the same statement
export <varname> # Copy Bash variable
declare -x <varname> # Copy Bash variable | cc3cb1bc115047d18f1d0827c3793f02e0de001b | 7c9ebfc0be46120a64421b81965eff9d48585599 | diff --git a/languages/bash.sh b/languages/bash.sh
index 21204cd3..c0eeae1f 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -206,6 +206,10 @@ read -p "prompt" <varname> # same as above but outputs a prompt to ask user fo
column -t <filename> # display info in pretty columns (often used with pipe)
... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 255 | issue_to_patch | Update javascript.js | Added Array.flat() to merge nested array into one level array. | cc3cb1bc115047d18f1d0827c3793f02e0de001b | c245e587309854cc36958ccb3e611206d7da9a06 | diff --git a/languages/javascript.js b/languages/javascript.js
index 932893e5..9a8abfb1 100644
--- a/languages/javascript.js
+++ b/languages/javascript.js
@@ -63,6 +63,7 @@ arr.length // Reflects the number of e
arr.copyWithin(target, start, end) // Copies a ... | [
"languages/javascript.js"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 258 | issue_to_patch | Update bash.sh | nl <file.sh> # shows number of lines in file | cc3cb1bc115047d18f1d0827c3793f02e0de001b | 4c1da007c0802e9813af5e22e9e91626c2bfafb1 | diff --git a/languages/bash.sh b/languages/bash.sh
index 21204cd3..8edab8a3 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -92,6 +92,7 @@ touch <filename> # creates or updates (edit) your file
mktemp -t <filename> # make a temp file in /tmp/ which is deleted at next boot (-d to make di... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 256 | issue_to_patch | Update bash.sh | typeset -l <x> # makes variable local - <x> must be an interger
declare -l # uppercase values in the variable are converted to lowercase
declare -A # makes it an associative array | cc3cb1bc115047d18f1d0827c3793f02e0de001b | acb515c1716b06ebf3b3561a10218ad4d4585527 | diff --git a/languages/bash.sh b/languages/bash.sh
index 21204cd3..b1ecce3e 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -223,6 +223,8 @@ declare -F # displays function names without definitions
declare -i # the variables are treated as integers
declare -r ... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 251 | issue_to_patch | Update bash.sh | added
cat -n <filename> # shows number of lines
cat filename1 > filename2 # Copy filename1 to filename2
cat filename1 >> filename2 # merge two files texts together
esc :wq # exits the script | e1e779509cbfe153f25238deed720b69639ecc34 | 08ad0bea19a9e678f01404c1ae3693fe7aea4dcd | diff --git a/languages/bash.sh b/languages/bash.sh
index 6b7fcb1d..21204cd3 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -55,6 +55,7 @@ history # shows command line history
!! # repeats the last command
!<n> # refers to command line 'n'
!<string> # refers to command starting with 'string'
... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 248 | issue_to_patch | added ":w" to exiting | 32d5770fb43259efe323fc5f57264e4a69379c04 | 45dc3252bbd208906173d1dd32f054b4dc2e551b | diff --git a/tools/vim.txt b/tools/vim.txt
index 6aa912d4..00c25c5a 100644
--- a/tools/vim.txt
+++ b/tools/vim.txt
@@ -215,6 +215,7 @@ z= suggest word
:q quit Vim. This fails when changes have been made.
:q! quit without writing.
:cq quit always, with... | [
"tools/vim.txt"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 247 | issue_to_patch | Typo + General Formatting | CTRAL+A > CTRL+A | d7fb65e5c5a67b64d3bb0c9604d70838dbe7fa5d | 271d4ef931cb26ca611587f0add954441bfe4f64 | diff --git a/languages/bash.sh b/languages/bash.sh
index ec74a11f..6b7fcb1d 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -46,7 +46,7 @@ CTRL+X then ( # start recording a keyboard macro
CTRL+X then ) # finish recording keyboard macro
CTRL+X then E # recall last recorded keyboard macro
CTRL+X then C... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 243 | issue_to_patch | Fixed Typos | Fixed some typos (Empthy -> Empty) | 14d53d31c8174a456bf970382c475ccf490dd3e5 | 704b8ecd398f7b49ba2b584923b60cf2f84ed7f7 | diff --git a/languages/java.md b/languages/java.md
index 1ab8c669..48ccc1ef 100644
--- a/languages/java.md
+++ b/languages/java.md
@@ -578,8 +578,8 @@ class MyClass extends MySuperClass implements YourInterface {
```java
public class Queue<Item> implements Iterable<Item>
- Queue() //create an emptyh queue
- bo... | [
"languages/java.md"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 242 | issue_to_patch | docs(vscode-cheatsheet): new vscode extensions | added new git, theme and handy extensions for your vscode workflow. | e668f3c19ce3360a533e1731badd698533a6e61a | 5dc55f1a83efa08b8185fc3e80922f491b0c3d7d | diff --git a/tools/vscode.md b/tools/vscode.md
index 925f9803..f5a6e8b2 100644
--- a/tools/vscode.md
+++ b/tools/vscode.md
@@ -54,12 +54,18 @@
- [`Gitignore`](https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore): An extension for Visual Studio Code that assists you in working with .gitignore f... | [
"tools/vscode.md"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 237 | issue_to_patch | Update git.sh | f0b87463ed1bcc6e5372d419b8e8dbe977da1ef6 | 40303cb79f64611aad1139bd1663c9f253f2f686 | diff --git a/tools/git.sh b/tools/git.sh
index 46573a0e..c7048d00 100644
--- a/tools/git.sh
+++ b/tools/git.sh
@@ -4,15 +4,32 @@ git clone <address> # creates a git repo from given address (get the address fro
git clone <address> -b <branch_name> <path/to/directory> # clones a git repo from the address into the given... | [
"tools/git.sh"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 235 | issue_to_patch | Feature/add linux command | added new linux commands | 92c6c8871691833a8457a68ff9f1dcf40ba4a128 | a580e2d1751743bd597f407aea2726221a3ea886 | diff --git a/languages/bash.sh b/languages/bash.sh
index 4710b56f..ec74a11f 100644
--- a/languages/bash.sh
+++ b/languages/bash.sh
@@ -46,6 +46,7 @@ CTRL+X then ( # start recording a keyboard macro
CTRL+X then ) # finish recording keyboard macro
CTRL+X then E # recall last recorded keyboard macro
CTRL+X then C... | [
"languages/bash.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 234 | issue_to_patch | Fix several typos in python.md | 9ff4eb1d9c4dea30a0e7829dabfde6f8fabb518f | 09602e03fda1c2eff79d32d296c06269b80bb3e2 | diff --git a/languages/python.md b/languages/python.md
index aa59be2d..1eaf23e3 100644
--- a/languages/python.md
+++ b/languages/python.md
@@ -70,15 +70,15 @@
| yield | yields values instead of returning (are called generators) | returning keyword |
| import | import libraries/modules/packages | import |
| from | im... | [
"languages/python.md"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 212 | issue_to_patch | Express Cheatsheets | Added Express Cheatsheets @LeCoupa | f0d26648ae8e2aaa5a30a0751c753231c4311541 | d4fe30f94ba2dedbcb1f524de726945b3a74d859 | diff --git a/README.md b/README.md
index 54360805..cd2aa746 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ Feel free to take a look. You might learn new things. They have been designed to
#### Javascript
- [Adonis.js](backend/adonis.js)
+- [Express.js](backend/express.js)
- [Feathers.js](backend/feathers... | [
"README.md",
"backend/express.js"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 231 | issue_to_patch | Update node.js | dbc5b69dc87cdcaf760972a0343e905c519324db | 31b098ac634ef15478392c90bc0d661ae7993916 | diff --git a/backend/node.js b/backend/node.js
index a2a21e18..6bce4828 100644
--- a/backend/node.js
+++ b/backend/node.js
@@ -436,7 +436,7 @@ request.on('connect', function(response, socket, head) { }); // Emitted each t
request.on('upgrade', function(response, socket, head) { }); // Emitted each time a server re... | [
"backend/node.js"
] | [] | true | |||
LeCoupa/awesome-cheatsheets | 232 | issue_to_patch | Use http2 | http2 is a more secure connection and in some cases can improve load times. | dbc5b69dc87cdcaf760972a0343e905c519324db | c64afd2158bc54e06e4358a5889e156dda21109d | diff --git a/tools/nginx.sh b/tools/nginx.sh
index bd1c8572..61ac7132 100644
--- a/tools/nginx.sh
+++ b/tools/nginx.sh
@@ -165,7 +165,7 @@ server {
# The majority of SSL options depend on what your application does or needs
server {
- listen 443 ssl;
+ listen 443 ssl http2;
server_name example.com;
... | [
"tools/nginx.sh"
] | [] | true | ||
LeCoupa/awesome-cheatsheets | 230 | issue_to_patch | Added More Information in python.md | dbc5b69dc87cdcaf760972a0343e905c519324db | 71e45aa43ef0b85ead5991bcf6314c698493acda | diff --git a/languages/python.md b/languages/python.md
index d85910bd..aa59be2d 100644
--- a/languages/python.md
+++ b/languages/python.md
@@ -134,7 +134,7 @@
- Lists are created using square brackets:
-```py
+```python
thislist = ["apple", "banana", "cherry"]
```
@@ -147,18 +147,31 @@ thislist = ["apple", "b... | [
"languages/python.md"
] | [] | true | |||
Leaflet/Leaflet | 10,227 | issue_to_patch | fix: remove stale browser-compat guards and comments (refs #8477) | Picks up the two remaining unchecked items from #8477.
## Changes
**`src/layer/vector/Canvas.js`**
Removes the `if (ctx.setLineDash)` feature-detection guard. `setLineDash` now has [97%+ browser support](https://caniuse.com/mdn-api_canvasrenderingcontext2d_setlinedash) and the guard is no longer needed.
**`src/map/M... | fecde4eda9ac5123faf35cacf50ee6565b0240f0 | a5c7719d9c2e06158b5eb5dce0baa853cd6cbddb | diff --git a/src/layer/vector/Canvas.js b/src/layer/vector/Canvas.js
index b367b37b11..61a8d092ca 100644
--- a/src/layer/vector/Canvas.js
+++ b/src/layer/vector/Canvas.js
@@ -326,10 +326,8 @@ export class Canvas extends Renderer {
}
if (options.stroke && options.weight !== 0) {
- if (ctx.setLineDash) {
- c... | [
"src/layer/vector/Canvas.js",
"src/map/Map.js"
] | [
{
"comment": "Should this have been removed as well then?",
"path": "src/map/Map.js",
"hunk": "@@ -170,7 +170,6 @@ export class LeafletMap extends Evented {\n \n \t\tthis.callInitHooks();\n \n-\t\t// don't animate on browsers without hardware-accelerated transitions or old Android\n \t\tthis._zoomAnimat... | true | ||
Leaflet/Leaflet | 10,227 | comment_to_fix | fix: remove stale browser-compat guards and comments (refs #8477) | Should this have been removed as well then? | fecde4eda9ac5123faf35cacf50ee6565b0240f0 | a5c7719d9c2e06158b5eb5dce0baa853cd6cbddb | diff --git a/src/map/Map.js b/src/map/Map.js
index 0eb1e56451..d32eca949c 100644
--- a/src/map/Map.js
+++ b/src/map/Map.js
@@ -170,7 +170,6 @@ export class LeafletMap extends Evented {
this.callInitHooks();
- // don't animate on browsers without hardware-accelerated transitions or old Android
this._zoomAnima... | [
"src/map/Map.js"
] | [
{
"comment": "Should this have been removed as well then?",
"path": "src/map/Map.js",
"hunk": "@@ -170,7 +170,6 @@ export class LeafletMap extends Evented {\n \n \t\tthis.callInitHooks();\n \n-\t\t// don't animate on browsers without hardware-accelerated transitions or old Android\n \t\tthis._zoomAnimat... | true | ||
Leaflet/Leaflet | 10,207 | issue_to_patch | Karma is deprecated
Karma [has been deprecated](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes) today, so we'll likely have to migrate away from it at some point. We might want to consider [Web Test Runner](https://modern-web.dev/docs/test-runner/overvi... | Switch from Karma to Vitest | Closes #8939. Supercedes #9243 and #9242.
- [x] Get no-touch pass green on CI
- [x] Get touch pass green on CI
- [x] See if we can simplify/improve the CI matrix set up
- [x] See if we can fix occasional webkit job hangs
---
Karma has been unmaintained since 2023 and pulled along a long tail of legacy infra... | 95fc090e688658d9ba7be1ad0a933d2be2a5d3bc | 5eb9e3750e015cd159f9c68153dea5aaa56fcb9c | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 06cf41ee458..0889d44f46d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,40 +1,17 @@
name: CI
-on: [push, pull_request]
+on:
+ push:
+ branches: [main]
+ tags: ['v*']
+ pull_request:
permissions:
conte... | [
".github/workflows/main.yml",
".gitignore",
"CONTRIBUTING.md",
"package-lock.json",
"package.json",
"spec/context.html",
"spec/debug.html",
"spec/karma.conf.cjs",
"spec/setup.js",
"spec/suites/SpecHelper.js",
"spec/suites/geo/crs/CRSSpec.js",
"spec/suites/layer/marker/DefaultIconSpec.js",
"s... | [] | diff --git a/spec/context.html b/spec/context.html
deleted file mode 100644
index 87cb00787b9..00000000000
--- a/spec/context.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<!--
-This is the execution context.
-Loaded within the iframe.
-Reloaded before every execution run.
--->
-<html>
-<head>
- <title></title... | true |
Leaflet/Leaflet | 10,216 | issue_to_patch | 📢 Leaflet V2.0 Coming Soon
Dear Leaflet Plugin Maintainer,
We’re excited to announce the release of the **Leaflet V2.0 alpha version**! 🎉
This marks a significant step toward modernizing Leaflet’s architecture and aligning it with the modern JavaScript ecosystem.
## ⚠️ Key Changes in Leaflet 2.0
To ensure your ... | Update compatible-v2 flag for Leaflet.UTM | After latest changes in https://github.com/jjimenezshaw/Leaflet.UTM to make it Leaflet v2 compatible.
Fixes https://github.com/jjimenezshaw/Leaflet.UTM/issues/13 | fecde4eda9ac5123faf35cacf50ee6565b0240f0 | 92d04e250e8e4992d871ca49e308468da1a85328 | diff --git a/docs/_plugins/geoprocessing/leaflet-utm.md b/docs/_plugins/geoprocessing/leaflet-utm.md
index c288f1ae2f3..7d9389a7a5a 100644
--- a/docs/_plugins/geoprocessing/leaflet-utm.md
+++ b/docs/_plugins/geoprocessing/leaflet-utm.md
@@ -7,7 +7,7 @@ author-url: https://github.com/jjimenezshaw/
demo: https://jjimene... | [
"docs/_plugins/geoprocessing/leaflet-utm.md"
] | [] | true | |
Leaflet/Leaflet | 10,223 | issue_to_patch | Bump @e18e/eslint-plugin from 0.4.1 to 0.5.0 | Bumps [@e18e/eslint-plugin](https://github.com/e18e/eslint-plugin) from 0.4.1 to 0.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/e18e/eslint-plugin/releases">@e18e/eslint-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(... | fecde4eda9ac5123faf35cacf50ee6565b0240f0 | ed4c03fb30e252ba0d4e61165a9c97c1f1f23deb | diff --git a/package-lock.json b/package-lock.json
index e3f9440274..d78abc835b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "2.0.0-alpha.1",
"license": "BSD-2-Clause",
"devDependencies": {
- "@e18e/eslint-plugin": "^0.4.1",
+ "@e18e/eslint-plugin"... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,205 | issue_to_patch | Document handling untrusted HTML in popups/tooltips | We're getting hounded about this CVE https://www.cve.org/CVERecord?id=CVE-2025-69993, which is in it's essence not a valid vulnerability issue since `bindPopup` and similar methods accept HTML input **by design**, and not passing untrusted user input to it or sanitizing it is the responsibility of application developer... | 5bfbbc369f8a75762b029dda11faf5da8dee76ff | f4d4b4dd487e99cb54d0304f5b10e4084ac11e29 | diff --git a/docs/examples/geojson/index.md b/docs/examples/geojson/index.md
index fff10ab173..55f1d73354 100644
--- a/docs/examples/geojson/index.md
+++ b/docs/examples/geojson/index.md
@@ -168,6 +168,12 @@ new GeoJSON(geojsonFeature, {
onEachFeature: onEachFeature
}).addTo(map);</code></pre>
+<p><strong>Security... | [
"docs/examples/geojson/index.md",
"docs/examples/quick-start/index.md",
"docs/reference-2.0.0.html",
"docs/reference.html",
"src/layer/DivOverlay.js",
"src/layer/Popup.js",
"src/layer/Tooltip.js"
] | [] | true | ||
Leaflet/Leaflet | 9,897 | issue_to_patch | OpenStreetMap tiles "Access blocked" 403r - OpenStreetMap Foundation servers now enforced referer policy
see for example https://github.com/openstreetmap/tile-attribution/issues/279 and many of https://github.com/openstreetmap/tile-attribution/issues?q=state%3Aclosed%20label%3A%22other-tile-usage-policy-block%22 (whic... | TileLayer: default to strict-origin-when-cross-origin referrer-policy | Sets the default value of the TileLayer referrerPolicy to `strict-origin-when-cross-origin` (which should already be the default anyway).
This is an alternative to https://github.com/Leaflet/Leaflet/pull/9883/
Fixes: #10156 | 87d3a14176b866d26ae55ade6be92b192ce0f62d | 3d0bc3d124f2d97c879ec1d244390faf7270633d | diff --git a/src/layer/tile/TileLayer.js b/src/layer/tile/TileLayer.js
index bbaeb88e86..2a059506b8 100644
--- a/src/layer/tile/TileLayer.js
+++ b/src/layer/tile/TileLayer.js
@@ -78,13 +78,13 @@ export class TileLayer extends GridLayer {
// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/... | [
"spec/suites/layer/tile/TileLayerSpec.js",
"src/layer/tile/TileLayer.js"
] | [
{
"comment": "Honestly. I prefer a list of origins, as that is much more readable than a regex, but that is my personal opinion.",
"path": "src/layer/tile/TileLayer.js",
"hunk": "@@ -94,14 +94,14 @@ export class TileLayer extends GridLayer {\n \r\n \t\toptions = Util.setOptions(this, options);\r\n \r\n-... | diff --git a/spec/suites/layer/tile/TileLayerSpec.js b/spec/suites/layer/tile/TileLayerSpec.js
index 536ff2ffc2..2bab518fbe 100644
--- a/spec/suites/layer/tile/TileLayerSpec.js
+++ b/spec/suites/layer/tile/TileLayerSpec.js
@@ -435,6 +435,17 @@ describe('TileLayer', () => {
expect(layer.options.attribution).to.eql('... | true |
Leaflet/Leaflet | 9,897 | comment_to_fix | TileLayer: default to strict-origin-when-cross-origin referrer-policy | ```suggestion
}
``` | 87d3a14176b866d26ae55ade6be92b192ce0f62d | 3d0bc3d124f2d97c879ec1d244390faf7270633d | diff --git a/src/layer/tile/TileLayer.js b/src/layer/tile/TileLayer.js
index bbaeb88e86..2a059506b8 100644
--- a/src/layer/tile/TileLayer.js
+++ b/src/layer/tile/TileLayer.js
@@ -78,13 +78,13 @@ export class TileLayer extends GridLayer {
// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/... | [
"src/layer/tile/TileLayer.js"
] | [
{
"comment": "```suggestion\n\t\t}\n```",
"path": "src/layer/tile/TileLayer.js",
"hunk": "@@ -94,17 +94,15 @@ export class TileLayer extends GridLayer {\n \r\n \t\toptions = Util.setOptions(this, options);\r\n \r\n-\t\t// in case the attribution hasn't been specified, check for known hosts that require ... | true | ||
Leaflet/Leaflet | 10,212 | issue_to_patch | Bump playwright from 1.59.1 to 1.60.0 | Bumps [playwright](https://github.com/microsoft/playwright) from 1.59.1 to 1.60.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases">playwright's releases</a>.</em></p>
<blockquote>
<h2>v1.60.0</h2>
<h2>🌐 HAR recording on Tracing</h2>
<p><a href="... | 6bb8fc6d44e15e4d333c582d3dd0d393878e4357 | 382198366e19b691fc39aee64f78465aa5658253 | diff --git a/package-lock.json b/package-lock.json
index 5269fc7fa7..e3f9440274 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"husky": "^9.1.7",
"leafdoc": "^2.3.0",
"lint-staged": "^17.0.4",
- "playwright": "^1.59.1",
+ "playwright": "^1.60.0",
... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,211 | issue_to_patch | Stricter linting & lint config cleanup | 0cbec26fcc3aa475fc48dc7ce0640f1f93008f96 | 61683f1a42fb383e13c41b13b7c95da607a3caa8 | diff --git a/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md b/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md
index 68b4c845ac8..0f39a99a37d 100644
--- a/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md
+++ b/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md
@@ -31,7 +31,7 @@ This release marks a major modernization of the Leafl... | [
"docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md",
"docs/docs/js/reference.js",
"eslint.config.js",
"package-lock.json",
"package.json",
"spec/suites/control/LayersControlSpec.js",
"spec/suites/dom/DomUtilSpec.js",
"spec/suites/geo/crs/CRSSpec.js",
"spec/suites/layer/GeoJSONSpec.js",
"spec/suites/la... | [] | diff --git a/spec/suites/control/LayersControlSpec.js b/spec/suites/control/LayersControlSpec.js
index 18edeacd907..1c6e3ac74e6 100644
--- a/spec/suites/control/LayersControlSpec.js
+++ b/spec/suites/control/LayersControlSpec.js
@@ -210,7 +210,7 @@ describe('LayersControl', () => {
it('does not expand on "Enter" k... | true | ||
Leaflet/Leaflet | 10,210 | issue_to_patch | Vitest follow-up cleanups | ### Test infrastructure
- **Consolidated test setup into `spec/setup.js`.** Custom chai assertions (`near`, `nearLatLng`, `eqlLatLng`) and the `it.skipIfTouch`/`skipIfNotTouch` helpers moved out of `SpecHelper.js` into the global setup file. Putting them in the setup file (which runs once per worker) makes them global... | 87d3a14176b866d26ae55ade6be92b192ce0f62d | 289662cbeedef461919129cca79b641e28cd224d | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0889d44f46..9c76d16d52 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,60 +13,45 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- - name: Check out repository
- uses: actions/... | [
".github/workflows/main.yml",
"eslint.config.js",
"package-lock.json",
"package.json",
"spec/setup.js",
"spec/suites/SpecHelper.js",
"spec/suites/geo/crs/CRSSpec.js",
"spec/suites/geo/projection/ProjectionSpec.js",
"spec/suites/geometry/LineUtilSpec.js",
"spec/suites/geometry/PolyUtilSpec.js",
"... | [] | diff --git a/spec/setup.js b/spec/setup.js
index e5f5c90148..70c44acd73 100644
--- a/spec/setup.js
+++ b/spec/setup.js
@@ -1,16 +1,29 @@
-import {DefaultIcon} from 'leaflet';
-
-// Load leaflet.css as a real <link> (not a Vite-injected <style>) so the
-// DefaultIcon path autodetection can find it via document.querySel... | true | |
Leaflet/Leaflet | 10,208 | issue_to_patch | fix: default icon imagePath was treated as undefined if empty | I'm in a situation where I want to set the default `iconUrl` to some full URL, and have `imagePath` set to an empty string.
However, doing so results in leaflet trying to auto-detect a path instead of simply using the empty string.
I don't know if this behavior was intended, but if it wasn't, a simple fix would b... | 95fc090e688658d9ba7be1ad0a933d2be2a5d3bc | b8ee6ac7857e8d6eb0c9a7558605366cf9044fe7 | diff --git a/src/layer/marker/DefaultIcon.js b/src/layer/marker/DefaultIcon.js
index eba0b5d33b..3eaa7cc685 100644
--- a/src/layer/marker/DefaultIcon.js
+++ b/src/layer/marker/DefaultIcon.js
@@ -46,7 +46,7 @@ export class DefaultIcon extends Icon {
// `DefaultIcon` will try to auto-detect the location of the
// b... | [
"src/layer/marker/DefaultIcon.js"
] | [] | true | ||
Leaflet/Leaflet | 9,620 | issue_to_patch | Prefer using PointerEvents
TODO: Finish the [work on the `pointerify` branch](https://github.com/Leaflet/Leaflet/commit/3151aadb17a64131ecaa533a1f328c6a41339ff1), now that [the majority (~90%) of browsers support `PointerEvent`s](https://caniuse.com/#search=pointerevent):
- [ ] Make `DomEvent.on`/`off` display a de... | Refactor to PointerEvents | Refactoring all Mouse- and TouchEvents to PointerEvents.
I removed `DomEvent.Pointer.js` (no polyfill needed anymore) and added `DomEvent.PointerEvents.js` to detect the active pointers (polyfill `ev.touches`)
Fixes: #7200 (and linked issues)
Closes: #9034
Closes: #7842 (maybe we should copy the tests)
Closes:... | 97362a730924205c190343ead69be2cd523fb308 | abd3c138787ce5de8b5e83d1c6cfcdc06369ae91 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 39c99341ed4..4b2d2b60609 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -132,7 +132,6 @@ jobs:
include:
- browser: Chrome
- browser: Firefox
- - browser: FirefoxNoTouch
... | [
".github/workflows/main.yml",
"debug/tests/event-perf-2.html",
"debug/vector/geojson.html",
"docs/docs/js/docs.js",
"docs/examples/choropleth/example.md",
"docs/examples/choropleth/index.md",
"docs/index.html",
"spec/karma.conf.cjs",
"spec/suites/SpecHelper.js",
"spec/suites/control/Control.Layers... | [
{
"comment": "The `touchNative` property detects support for the [Touch Events API](https://developer.mozilla.org/en-US/docs/Web/API/Touch_events). Some browsers, like Safari, support only Pointer Events, so this check cannot be used accurately to detect support for Pointer Events with a 'touch' pointer.",
... | diff --git a/debug/tests/event-perf-2.html b/debug/tests/event-perf-2.html
index f754193514b..a32c222b54b 100644
--- a/debug/tests/event-perf-2.html
+++ b/debug/tests/event-perf-2.html
@@ -53,10 +53,10 @@
markers.removeLayer(marker);
} else {
marker = new Marker(getRandomLatLng(map.getBounds()))
- ... | true |
Leaflet/Leaflet | 9,620 | comment_to_fix | Refactor to PointerEvents | Considering this is for Internet Explorer, which we no longer support, perhaps this can be removed? | 97362a730924205c190343ead69be2cd523fb308 | abd3c138787ce5de8b5e83d1c6cfcdc06369ae91 | diff --git a/src/control/Control.Layers.js b/src/control/Control.Layers.js
index b0421c2fa7d..8e42665e5b9 100644
--- a/src/control/Control.Layers.js
+++ b/src/control/Control.Layers.js
@@ -48,7 +48,7 @@ export const Layers = Control.extend({
// @aka Control.Layers options
options: {
// @option collapsed: Boole... | [
"src/control/Control.Layers.js"
] | [
{
"comment": "Considering this is for Internet Explorer, which we no longer support, perhaps this can be removed?",
"path": "src/control/Control.Layers.js",
"hunk": "@@ -192,7 +192,7 @@ export const Layers = Control.extend({\n \t\t container = this._container = DomUtil.create('div', className),\r\n \... | true | ||
Leaflet/Leaflet | 10,183 | issue_to_patch | Bump softprops/action-gh-release from 2 to 3 | Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/softprops/action-gh-release/releases">softprops/action-gh-release's releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<p><code>3.0... | f38c8da08e4ca67151df841fd764007ccdd227d9 | 0713d266a5ab05ed42b2264181ed6bd1ae0d0cc8 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d5b83b16b4..06cf41ee45 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -179,7 +179,7 @@ jobs:
run: zip -r leaflet.zip . ../CHANGELOG.md ../LICENSE ../README.md
- name: Publish development snapshot
- ... | [
".github/workflows/main.yml"
] | [] | true | ||
Leaflet/Leaflet | 10,206 | issue_to_patch | Upgrade dependencies, add e18e plugin | 904775ff1973571d16ad435c423583242f6995d0 | aefae8a4651d3fbaa96e20873e8229188344ef90 | diff --git a/eslint.config.js b/eslint.config.js
index 4f68c7922b..5c938bed38 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -4,12 +4,24 @@ import scriptTags from '@mapbox/eslint-plugin-script-tags';
import importPlugin from 'eslint-plugin-import-x';
import globals from 'globals';
import baselineJs from 'es... | [
"eslint.config.js",
"package-lock.json",
"package.json",
"src/control/Control.js",
"src/map/Map.js"
] | [] | true | |||
Leaflet/Leaflet | 10,204 | issue_to_patch | Bump nokogiri from 1.19.1 to 1.19.3 in /docs | Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.1 to 1.19.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's releases</a>.</em></p>
<blockquote>
<h2>v1.19.3 / 2026-04-27</h2>
<h3>Fixed / Security</h3>
<ul>
<li>A... | 5bfbbc369f8a75762b029dda11faf5da8dee76ff | 17b98669bbfbe0601f565ffa58d55773a07b9852 | diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 8a635f92cd..a017fe4484 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -243,21 +243,21 @@ GEM
prism (~> 1.5)
net-http (0.9.1)
uri (>= 0.11.1)
- nokogiri (1.19.1-aarch64-linux-gnu)
+ nokogiri (1.19.3-aarch64-linux-gnu)
rac... | [
"docs/Gemfile.lock"
] | [] | true | ||
Leaflet/Leaflet | 10,186 | issue_to_patch | Bump follow-redirects from 1.15.11 to 1.16.0 | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/follow-redirects/follow-redirects/commit/0c23a223067201c368035e82954c11eb2578a33b"><code>0c23a22</code></a> Release version 1.16.0 of the npm p... | e00414de07bdf325d450c67072b6ee976b450f3e | b1c1e11ec35ab1a25f82b61ad554804fafbeeff6 | diff --git a/package-lock.json b/package-lock.json
index 7de1b483d8..b71e3997d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3602,9 +3602,9 @@
"license": "ISC"
},
"node_modules/follow-redirects": {
- "version": "1.15.11",
- "resolved": "https://registry.npmjs.org/follow-redirect... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,185 | issue_to_patch | Bump globals from 17.4.0 to 17.5.0 | Bumps [globals](https://github.com/sindresorhus/globals) from 17.4.0 to 17.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p>
<blockquote>
<h2>v17.5.0</h2>
<ul>
<li>Update globals (2026-04-12) (<a href="https://... | f38c8da08e4ca67151df841fd764007ccdd227d9 | df177ce2016ff892639ba4a8b96dcc20dc8baca1 | diff --git a/package-lock.json b/package-lock.json
index 11cb393eb7..7de1b483d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"eslint-config-mourner": "^4.1.0",
"eslint-plugin-baseline-js": "^0.6.1",
"eslint-plugin-import-x": "^4.16.2",
- "globals": "^17.4.0"... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,171 | issue_to_patch | Bump prosthetic-hand from 2.1.0 to 2.2.1 | Bumps [prosthetic-hand](https://github.com/Leaflet/prosthetic-hand) from 2.1.0 to 2.2.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Leaflet/prosthetic-hand/blob/main/CHANGELOG.md">prosthetic-hand's changelog</a>.</em></p>
<blockquote>
<h1>v2.2.1</h1>
<ul>
<li>Synthetic <code>... | 02d099d2e514a1d0287c184f4f470debe1f6508f | 7604f512014f72954943f0cead5a9db41d318f3f | diff --git a/package-lock.json b/package-lock.json
index 4b1c9912d7..11cb393eb7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"leafdoc": "^2.3.0",
"lint-staged": "^16.4.0",
"mocha": "^11.7.5",
- "prosthetic-hand": "^2.2.1",
+ "prosthetic-hand": "^2.2.2... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,182 | issue_to_patch | Bump axios from 1.9.0 to 1.15.0 | Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p>
<blockquote>
<h2>v1.15.0</h2>
<p>This release delivers two critical security patches, adds runtime support f... | 73d3c0c398a72829edc62a17bf0f6dce496407d8 | 566f3c326328d3fe5e99c5d631415098239e3fef | diff --git a/package-lock.json b/package-lock.json
index 473f5d6d7f..4b1c9912d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1921,18 +1921,19 @@
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwV... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,105 | issue_to_patch | fix: correct typo 'supressEvent' to 'suppressEvent' in Map._move() | Fix typo in the private `_move()` method parameter name: `supressEvent` → `suppressEvent` (missing 'p'). | 46147357e10fdc0f0152cd98607d7507a1096e92 | 61b368608b443bffe3a348165808538034984eab | diff --git a/src/map/Map.js b/src/map/Map.js
index 9456e4fb63..6cf4b092e9 100644
--- a/src/map/Map.js
+++ b/src/map/Map.js
@@ -1229,7 +1229,7 @@ export class LeafletMap extends Evented {
return this;
}
- _move(center, zoom, data, supressEvent) {
+ _move(center, zoom, data, suppressEvent) {
if (zoom === undefi... | [
"src/map/Map.js"
] | [] | true | ||
Leaflet/Leaflet | 10,181 | issue_to_patch | Tests for _containsPoint?
Is there any test coverage for the click detection in the canvas implementation of vector layers [src/layer/vector/Canvas.js#L439-L486](https://github.com/Leaflet/Leaflet/blob/master/src/layer/vector/Canvas.js#L439-L486)? As far as I could tell, there isn't. If that is the case, is there inte... | Adds test for Canvas._containsPoint | Based on #10070 and #8639
Fixes: #5165 | 05efa856113141acfd34d86e42a0137a1b6479ed | 69a8a996da0bfb1d5f8d0061ae89bb8d0c432a1a | [
"spec/suites/layer/vector/CanvasSpec.js"
] | [] | diff --git a/spec/suites/layer/vector/CanvasSpec.js b/spec/suites/layer/vector/CanvasSpec.js
index 94f31e49d3..e78ed8dab2 100644
--- a/spec/suites/layer/vector/CanvasSpec.js
+++ b/spec/suites/layer/vector/CanvasSpec.js
@@ -1,5 +1,5 @@
import {expect} from 'chai';
-import {Canvas, Circle, DomEvent, LayerGroup, LeafletM... | true | |
Leaflet/Leaflet | 10,098 | issue_to_patch | docs: clarify `L.geoJSON` `onEachFeature` arguments | A small addition to the documentation for https://leafletjs.com/reference.html#geojson-oneachfeature to clarify that the second argument, `layer`, is spawned layer (and how it was created), rather than potentially the top-level `L.geoJSON` layer itself.
I ended up inspecting the `layer` argument and Leaflet's sourc... | 46147357e10fdc0f0152cd98607d7507a1096e92 | 951789512b8d9de39e550d6afc17d3d8f23d28b3 | diff --git a/src/layer/GeoJSON.js b/src/layer/GeoJSON.js
index ab6f3ec13e..a51def08d2 100644
--- a/src/layer/GeoJSON.js
+++ b/src/layer/GeoJSON.js
@@ -63,6 +63,8 @@ export class GeoJSON extends FeatureGroup {
* @option onEachFeature: Function = *
* A `Function` that will be called once for each created `Feature`,... | [
"src/layer/GeoJSON.js"
] | [] | true | ||
Leaflet/Leaflet | 10,072 | issue_to_patch | Deduplicate code in `Circle` | Attempts to deduplicate code in `Circle` by renaming `_mRadius` to `_radius` and creating new property `_pxRadius` used both in `Circle` and `CircleMarker` (see #10046). | d9e1292c7d231bbfd2dd516a39bd5fa9865e558e | 46f5153d8e830f6c3c320f153b459ad777f35773 | diff --git a/src/layer/vector/Canvas.js b/src/layer/vector/Canvas.js
index 651c54bfb6..072c6ad793 100644
--- a/src/layer/vector/Canvas.js
+++ b/src/layer/vector/Canvas.js
@@ -296,8 +296,8 @@ export class Canvas extends Renderer {
const p = layer._point,
ctx = this._ctx,
- r = Math.max(Math.round(layer._radius)... | [
"spec/suites/layer/vector/CircleMarkerSpec.js",
"spec/suites/layer/vector/CircleSpec.js",
"src/layer/vector/Canvas.js",
"src/layer/vector/Circle.js",
"src/layer/vector/CircleMarker.js",
"src/layer/vector/SVG.js",
"src/map/Map.js"
] | [
{
"comment": "Let's not duplicate `describe()` blocks with the same name, can you move these tests into the block that already exists?",
"path": "spec/suites/layer/vector/CircleSpec.js",
"hunk": "@@ -55,7 +55,77 @@ describe('Circle', () => {\n \n \t\t\tconst circle = new Circle([0, 0], {radius: 200}).ad... | diff --git a/spec/suites/layer/vector/CircleMarkerSpec.js b/spec/suites/layer/vector/CircleMarkerSpec.js
index daebe9948c..2afb95507b 100644
--- a/spec/suites/layer/vector/CircleMarkerSpec.js
+++ b/spec/suites/layer/vector/CircleMarkerSpec.js
@@ -31,6 +31,7 @@ describe('CircleMarker', () => {
marker.setRadius(15)... | true | |
Leaflet/Leaflet | 10,072 | comment_to_fix | Deduplicate code in `Circle` | Let's not duplicate `describe()` blocks with the same name, can you move these tests into the block that already exists? | d9e1292c7d231bbfd2dd516a39bd5fa9865e558e | 46f5153d8e830f6c3c320f153b459ad777f35773 | diff --git a/spec/suites/layer/vector/CircleSpec.js b/spec/suites/layer/vector/CircleSpec.js
index 88472692da..8d079b165c 100644
--- a/spec/suites/layer/vector/CircleSpec.js
+++ b/spec/suites/layer/vector/CircleSpec.js
@@ -55,7 +55,70 @@ describe('Circle', () => {
const circle = new Circle([0, 0], {radius: 200}).... | [
"spec/suites/layer/vector/CircleSpec.js"
] | [
{
"comment": "Let's not duplicate `describe()` blocks with the same name, can you move these tests into the block that already exists?",
"path": "spec/suites/layer/vector/CircleSpec.js",
"hunk": "@@ -55,7 +55,77 @@ describe('Circle', () => {\n \n \t\t\tconst circle = new Circle([0, 0], {radius: 200}).ad... | true | ||
Leaflet/Leaflet | 10,072 | comment_to_fix | Deduplicate code in `Circle` | I'd leave the docstrings as they were (or even change them to "CSS pixels" as opposed to "device pixels" for hi-dpi displays). | d9e1292c7d231bbfd2dd516a39bd5fa9865e558e | 46f5153d8e830f6c3c320f153b459ad777f35773 | diff --git a/src/layer/vector/CircleMarker.js b/src/layer/vector/CircleMarker.js
index 16e33753e3..f64ac91f47 100644
--- a/src/layer/vector/CircleMarker.js
+++ b/src/layer/vector/CircleMarker.js
@@ -8,7 +8,7 @@ import {Bounds} from '../../geometry/Bounds.js';
* @class CircleMarker
* @inherits Path
*
- * A circle ... | [
"src/layer/vector/CircleMarker.js"
] | [
{
"comment": "I'd leave the docstrings as they were (or even change them to \"CSS pixels\" as opposed to \"device pixels\" for hi-dpi displays).",
"path": "src/layer/vector/CircleMarker.js",
"hunk": "@@ -22,7 +22,7 @@ export class CircleMarker extends Path {\n \t\t\tfill: true,\n \n \t\t\t// @option rad... | true | ||
Leaflet/Leaflet | 10,109 | issue_to_patch | docs: remove outdated browser compatibility references | ## Summary
Remove outdated browser compatibility references from source code documentation.
## Changes
- **Map.js**: Remove "except Android" from `zoomAnimation`, `fadeAnimation`, and `markerZoomAnimation` option descriptions. CSS Transitions have been universally supported across all modern browsers (including Andr... | 46147357e10fdc0f0152cd98607d7507a1096e92 | 1c0b3a12655a2f4be5172335d8a77e4e87de70fc | diff --git a/src/dom/DomUtil.js b/src/dom/DomUtil.js
index f93c4a9d34..f221167e30 100644
--- a/src/dom/DomUtil.js
+++ b/src/dom/DomUtil.js
@@ -161,7 +161,7 @@ export function getSizedParentNode(element) {
// Returns an object with `x` and `y` members as horizontal and vertical scales respectively,
// and `boundingCli... | [
"src/dom/DomUtil.js",
"src/map/Map.js"
] | [] | true | ||
Leaflet/Leaflet | 10,180 | issue_to_patch | Add leaflet.regions, leaflet.us-states, and leaflet.countries plugins | leaflet.regions loads and displays regional boundary layers with custom data overlays.
leaflet.countries displays country polygons and optional country‑level data.
leaflet.us‑states displays U.S. state polygons with optional state-level overlays.
| 0ba878cbaf5b8a82c12a08da7a3dda16c4b44338 | b23741bfdbdca32b80c62bac6bc7665c1457ff6b | diff --git a/docs/_plugins/markers-renderers/leaflet.countries.md b/docs/_plugins/markers-renderers/leaflet.countries.md
new file mode 100644
index 0000000000..010ba987aa
--- /dev/null
+++ b/docs/_plugins/markers-renderers/leaflet.countries.md
@@ -0,0 +1,12 @@
+---
+name: leaflet.countries
+category: markers-renderers
... | [
"docs/_plugins/markers-renderers/leaflet.countries.md",
"docs/_plugins/markers-renderers/leaflet.regions.md",
"docs/_plugins/markers-renderers/leaflet.us-states.md"
] | [] | true | ||
Leaflet/Leaflet | 9,929 | issue_to_patch | Create java-leaflet.md | Hello,
Added [Java Leaflet (JLMap)](https://github.com/makbn/java_leaflet) to the Frameworks & Build Systems page.
- Built and tested the project locally.
- Verified that the Frameworks & Build Systems page displays correctly with the new row for Java Leaflet.
Thank you! | 0ba878cbaf5b8a82c12a08da7a3dda16c4b44338 | c0df20c9e7f351c1c1fc57a3f8c91add6b833ab5 | diff --git a/docs/_plugins/frameworks-build-systems/java-leaflet.md b/docs/_plugins/frameworks-build-systems/java-leaflet.md
new file mode 100644
index 00000000000..99a3ec4f83d
--- /dev/null
+++ b/docs/_plugins/frameworks-build-systems/java-leaflet.md
@@ -0,0 +1,13 @@
+---
+name: Java Leaflet (JLMap)
+category: framewo... | [
"docs/_plugins/frameworks-build-systems/java-leaflet.md"
] | [] | true | ||
Leaflet/Leaflet | 10,002 | issue_to_patch | Create leaflet-wms-gutter.md | 0ba878cbaf5b8a82c12a08da7a3dda16c4b44338 | c385825f3c4950d829904685d93ec82de89fb27d | diff --git a/docs/_plugins/tile-image-display/leaflet-wms-gutter.md b/docs/_plugins/tile-image-display/leaflet-wms-gutter.md
new file mode 100644
index 00000000000..c1398f7181a
--- /dev/null
+++ b/docs/_plugins/tile-image-display/leaflet-wms-gutter.md
@@ -0,0 +1,12 @@
+---
+name: Leaflet WMS Gutter
+category: tile-imag... | [
"docs/_plugins/tile-image-display/leaflet-wms-gutter.md"
] | [] | true | |||
Leaflet/Leaflet | 10,015 | issue_to_patch | Add tonghohin/shadcn-map plugin to docs | A map component integrated with [shadcn/ui](https://ui.shadcn.com/), built with Leaflet and React Leaflet.
Demo: https://shadcn-map.vercel.app/
| 0ba878cbaf5b8a82c12a08da7a3dda16c4b44338 | 6405947a38dbecbb5c3730cbe226353de66f44f8 | diff --git a/docs/_plugins/frameworks-build-systems/shadcn-map.md b/docs/_plugins/frameworks-build-systems/shadcn-map.md
new file mode 100644
index 00000000000..f920777a2b7
--- /dev/null
+++ b/docs/_plugins/frameworks-build-systems/shadcn-map.md
@@ -0,0 +1,13 @@
+---
+name: \@shadcn-map/map
+category: frameworks-build-... | [
"docs/_plugins/frameworks-build-systems/shadcn-map.md"
] | [] | true | ||
Leaflet/Leaflet | 10,094 | issue_to_patch | Plugin submission: Leaflet.CityAutocompleteUSA
Hi Leaflet team 👋,
I’d like to submit my plugin for inclusion in the official Leaflet Plugins list.
**Name:** Leaflet.CityAutocompleteUSA
**Description:** A lightweight Leaflet control that adds an autocomplete search for all U.S. cities using U.S. Census Gazetteer d... | Add plugin: Leaflet.CityAutocompleteUSA | Closes #9965
This PR adds **Leaflet.CityAutocompleteUSA** to the official Leaflet plugins list.
- Category: Geocoding
- Demo: https://slbarriosdev.github.io/leaflet-city-autocomplete-usa/demo/
- GitHub: https://github.com/slbarriosdev/leaflet-city-autocomplete-usa
- NPM: https://www.npmjs.com/package/leaflet-c... | 0ba878cbaf5b8a82c12a08da7a3dda16c4b44338 | 8f66e9cd8a3c332ee696be77a055653c3eb70e2d | diff --git a/docs/_plugins/geocoding/city-autocomplete-usa.md b/docs/_plugins/geocoding/city-autocomplete-usa.md
new file mode 100644
index 00000000000..e9baccc12a6
--- /dev/null
+++ b/docs/_plugins/geocoding/city-autocomplete-usa.md
@@ -0,0 +1,13 @@
+name: Leaflet.CityAutocompleteUSA
+category: geocoding
+repo: https:... | [
"docs/_plugins/geocoding/city-autocomplete-usa.md"
] | [] | true | |
Leaflet/Leaflet | 10,076 | issue_to_patch | Add Leaflet WMS Crop plugin | A plugin for Client-side clipping for Leaflet WMS layers using GeoJSON/polygon boundaries.
| f9bca64e87d319f974585100ba7fb54d301805fe | 6cf9ebbcccc8279d6e0daaee3866342f9f417fa5 | diff --git a/docs/_plugins/tile-image-display/leaflet-wms-crop.md b/docs/_plugins/tile-image-display/leaflet-wms-crop.md
new file mode 100644
index 00000000000..4b682566dd8
--- /dev/null
+++ b/docs/_plugins/tile-image-display/leaflet-wms-crop.md
@@ -0,0 +1,13 @@
+---
+name: Leaflet WMS Crop
+category: tile-image-displa... | [
"docs/_plugins/tile-image-display/leaflet-wms-crop.md"
] | [
{
"comment": "We are currently not allowing advertising of v2 compatibility until the API has been stabilized.\n```suggestion\ncompatible-v2: false\n```",
"path": "docs/_plugins/basemap-providers/leaflet-wms-crop.md",
"hunk": "@@ -0,0 +1,13 @@\n+---\n+name: Leaflet WMS Crop\n+category: basemap-providers... | true | ||
Leaflet/Leaflet | 10,174 | issue_to_patch | Bump lodash from 4.17.23 to 4.18.1 | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p>
<blockquote>
<h2>4.18.1</h2>
<h2>Bugs</h2>
<p>Fixes a <code>ReferenceError</code> issue in <code>lod... | 4c799f98ef8fd93dd9260d38038dfa2f9c24ed8b | c0d8f45b68a0fc0f306a25fd9ef7b8d33fa0946b | diff --git a/package-lock.json b/package-lock.json
index 0ffb11016b..bf3e3caa15 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4874,9 +4874,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.23",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
- "in... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,158 | issue_to_patch | Bump flatted from 3.3.1 to 3.4.2 | Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.1 to 3.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/WebReflection/flatted/commit/3bf09091c3562e17a0647bc06710dd6097079cf7"><code>3bf0909</code></a> 3.4.2</li>
<li><a href="https://github.com/WebReflection/flatted/commit... | 14084c0ba404b994a01d24aad59525da01c0aaa1 | c8784f4bcc5dede35c28dc483526ecb69a6061dd | diff --git a/package-lock.json b/package-lock.json
index afe0295505..04c0679b45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3592,9 +3592,9 @@
}
},
"node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "int... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,178 | issue_to_patch | Bump addressable from 2.8.8 to 2.9.0 in /docs | Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.8 to 2.9.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md">addressable's changelog</a>.</em></p>
<blockquote>
<h2>Addressable 2.9.0 <!-- raw HTML omitted --></... | aa178deefb6ca09fbae6100cb3bf0f15557d2b16 | c7f717517a113e0c2a5f94949dcc7abc40c718cd | diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 8cb49ab9d9..8a635f92cd 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -14,7 +14,7 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
- addressable (2.8.8)
+ addressable (2.9.0)
public_suffix (>= 2.0... | [
"docs/Gemfile.lock"
] | [] | true | ||
Leaflet/Leaflet | 10,177 | issue_to_patch | Bump @eslint/css from 1.0.0 to 1.1.0 | Bumps [@eslint/css](https://github.com/eslint/css) from 1.0.0 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/css/releases"><code>@eslint/css</code>'s releases</a>.</em></p>
<blockquote>
<h2>css: v1.1.0</h2>
<h2><a href="https://github.com/eslint/css/compare/... | c784d5813a31138f20c24d16c0daef29de653e03 | 285044e622c52524690e51f7f73b8e751f0d8e99 | diff --git a/package-lock.json b/package-lock.json
index 685b47769c..f00e4ada5a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "2.0.0-alpha.1",
"license": "BSD-2-Clause",
"devDependencies": {
- "@eslint/css": "^1.0.0",
+ "@eslint/css": "^1.1.0",
... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,150 | issue_to_patch | Use setPointerCapture/releasePointerCapture globally | Supersedes #10133
@markmeeus This should cover a use case that you might not have considered: performing a two-finger pinch-zoom on a map on an opened window.
Capturing pointers seem to work just fine when dragging outside of the browser's chrome, even when dragging outside of the browser's window (or over the an... | 42e29d4c11d94a16dee3e1016eb70b95221ae36b | 7784ef680898008778b832946f5979a988ba9d12 | diff --git a/package-lock.json b/package-lock.json
index 5401e0fe77..e6dcf6f2d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"leafdoc": "^2.3.0",
"lint-staged": "^16.4.0",
"mocha": "^11.7.5",
- "prosthetic-hand": "^2.1.0",
+ "prosthetic-hand": "^2.2.1... | [
"package-lock.json",
"package.json",
"spec/suites/map/handler/BoxZoomHandlerSpec.js",
"spec/suites/map/handler/DragHandlerSpec.js",
"spec/suites/map/handler/PinchZoomHandlerSpec.js",
"spec/suites/map/handler/TapHoldHandlerSpec.js",
"src/dom/DomEvent.PointerEvents.js",
"src/dom/Draggable.js",
"src/ma... | [] | diff --git a/spec/suites/map/handler/BoxZoomHandlerSpec.js b/spec/suites/map/handler/BoxZoomHandlerSpec.js
index d6c79c6f7f..75dbde45ff 100644
--- a/spec/suites/map/handler/BoxZoomHandlerSpec.js
+++ b/spec/suites/map/handler/BoxZoomHandlerSpec.js
@@ -2,17 +2,22 @@ import {expect} from 'chai';
import {LeafletMap, BoxZo... | true | |
Leaflet/Leaflet | 10,173 | issue_to_patch | Bump lodash-es from 4.17.23 to 4.18.1 | Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash-es's releases</a>.</em></p>
<blockquote>
<h2>4.18.1</h2>
<h2>Bugs</h2>
<p>Fixes a <code>ReferenceError</code> issue in <co... | 42e29d4c11d94a16dee3e1016eb70b95221ae36b | 38598496d3fb52685688925e05f58631aca71937 | diff --git a/package-lock.json b/package-lock.json
index 5401e0fe77..0ffb11016b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4881,9 +4881,9 @@
"license": "MIT"
},
"node_modules/lodash-es": {
- "version": "4.17.23",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,152 | issue_to_patch | stopPropagation is not called for "click" in disableClickPropagation
### Checklist
- [x] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected.
- [x] I'm sure this is an issue with Leaflet, not with my app or other dependencies (Angular, Cordo... | docs: clarify disableClickPropagation click behavior | ## Summary
The JSDoc comment for `disableClickPropagation` incorrectly stated that
`stopPropagation` is added to the element's `click` event. This was
misleading and caused confusion for developers relying on the documentation.
In reality, `click` is handled differently from other events — an internal
`_lea... | e1847c8f5ad0a296d110e218dd723cecb287c457 | 84d2431d4cb3626d0920be257ae131d9b44713cb | diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js
index ec58c8fb6b..a8de0730c3 100644
--- a/src/dom/DomEvent.js
+++ b/src/dom/DomEvent.js
@@ -182,8 +182,10 @@ export function disableScrollPropagation(el) {
}
// @function disableClickPropagation(el: HTMLElement): this
-// Adds `stopPropagation` to the element's... | [
"src/dom/DomEvent.js"
] | [
{
"comment": "@IvanSanchez @Falke-Design @mourner perhaps we should be renaming this to `disablePointerPropagation()`?",
"path": "src/dom/DomEvent.js",
"hunk": "@@ -182,8 +182,10 @@ export function disableScrollPropagation(el) {\n }\n \n // @function disableClickPropagation(el: HTMLElement): this\n-// A... | true | |
Leaflet/Leaflet | 10,152 | comment_to_fix | docs: clarify disableClickPropagation click behavior | @IvanSanchez @Falke-Design @mourner perhaps we should be renaming this to `disablePointerPropagation()`? | e1847c8f5ad0a296d110e218dd723cecb287c457 | 84d2431d4cb3626d0920be257ae131d9b44713cb | diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js
index ec58c8fb6b..a8de0730c3 100644
--- a/src/dom/DomEvent.js
+++ b/src/dom/DomEvent.js
@@ -182,8 +182,10 @@ export function disableScrollPropagation(el) {
}
// @function disableClickPropagation(el: HTMLElement): this
-// Adds `stopPropagation` to the element's... | [
"src/dom/DomEvent.js"
] | [
{
"comment": "@IvanSanchez @Falke-Design @mourner perhaps we should be renaming this to `disablePointerPropagation()`?",
"path": "src/dom/DomEvent.js",
"hunk": "@@ -182,8 +182,10 @@ export function disableScrollPropagation(el) {\n }\n \n // @function disableClickPropagation(el: HTMLElement): this\n-// A... | true | ||
Leaflet/Leaflet | 10,152 | comment_to_fix | docs: clarify disableClickPropagation click behavior | I think we don't have to mention internal implementation details such as `_leaflet_disable_click`, describing the context generically is fine. | e1847c8f5ad0a296d110e218dd723cecb287c457 | 84d2431d4cb3626d0920be257ae131d9b44713cb | diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js
index ec58c8fb6b..a8de0730c3 100644
--- a/src/dom/DomEvent.js
+++ b/src/dom/DomEvent.js
@@ -182,8 +182,10 @@ export function disableScrollPropagation(el) {
}
// @function disableClickPropagation(el: HTMLElement): this
-// Adds `stopPropagation` to the element's... | [
"src/dom/DomEvent.js"
] | [
{
"comment": "I think we don't have to mention internal implementation details such as `_leaflet_disable_click`, describing the context generically is fine.",
"path": "src/dom/DomEvent.js",
"hunk": "@@ -181,8 +182,11 @@ export function disableScrollPropagation(el) {\n }\n \n // @function disableClickPro... | true | ||
Leaflet/Leaflet | 10,166 | issue_to_patch | Bump activesupport from 8.1.1 to 8.1.2.1 in /docs | Bumps [activesupport](https://github.com/rails/rails) from 8.1.1 to 8.1.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rails/rails/releases">activesupport's releases</a>.</em></p>
<blockquote>
<h2>8.1.2.1</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Reject scientific notati... | 64c5fa00105ab490095635586834cc1d7f5b15f0 | 6e4d61960d3d1e41728cf3d1cefeef2d71a50026 | diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 152e33e7e2..8cb49ab9d9 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (8.1.1)
+ activesupport (8.1.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >... | [
"docs/Gemfile.lock"
] | [] | true | ||
Leaflet/Leaflet | 10,170 | issue_to_patch | Bump rollup from 4.59.0 to 4.60.1 | Bumps [rollup](https://github.com/rollup/rollup) from 4.59.0 to 4.60.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p>
<blockquote>
<h2>v4.60.1</h2>
<h2>4.60.1</h2>
<p><em>2026-03-30</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>... | 1df646dc354be102d1df957bef848b76e6898841 | 6785fbb2bc26ba35fea2f2080448bb50bb268df7 | diff --git a/package-lock.json b/package-lock.json
index c038c81814..5401e0fe77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -34,7 +34,7 @@
"mocha": "^11.7.5",
"prosthetic-hand": "^2.1.0",
"requirejs": "^2.3.8",
- "rollup": "^4.59.0",
+ "rollup": "^4.60.1",
... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,168 | issue_to_patch | Bump picomatch | Bumps and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.
Updates `picomatch` from 4.0.3 to 4.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/micromatch/picomatch/releases">picomatch's releases</a>.</em></p>
<blockqu... | 64c5fa00105ab490095635586834cc1d7f5b15f0 | 1de1ad9d7bfea0d0ba73558b6c023ad8624d5d09 | diff --git a/package-lock.json b/package-lock.json
index afe0295505..5eb5b74ba3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1004,9 +1004,9 @@
}
},
"node_modules/@rollup/pluginutils/node_modules/picomatch": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/picoma... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,169 | issue_to_patch | Bump handlebars from 4.7.8 to 4.7.9 | Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/handlebars-lang/handlebars.js/releases">handlebars's releases</a>.</em></p>
<blockquote>
<h2>v4.7.9</h2>
<ul>
<li>fix: enable shell mode fo... | 64c5fa00105ab490095635586834cc1d7f5b15f0 | b060b44182761c0f2975f9896fbe020176a1ee7a | diff --git a/package-lock.json b/package-lock.json
index afe0295505..f2bf02157a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3877,9 +3877,9 @@
"license": "MIT"
},
"node_modules/handlebars": {
- "version": "4.7.8",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars... | [
"package-lock.json"
] | [] | true | ||
Leaflet/Leaflet | 10,118 | issue_to_patch | refactor: remove deprecated window.event fallbacks | Remove the `e || window.event` and `e ??= window.event` fallbacks in `DomEvent.js`.
These were IE-era workarounds for browsers that did not pass the event object to `addEventListener` callbacks. All modern browsers (and all browsers targeted by Leaflet 2.x) pass the event as the first parameter, making [`window.event`... | e907810b0a7602f95ffc573975a57a5820dfef7a | e11ba0e06925bb10f2cf0601491701ce6fbf45b3 | diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js
index ec58c8fb6b..8e6ed044fc 100644
--- a/src/dom/DomEvent.js
+++ b/src/dom/DomEvent.js
@@ -103,7 +103,7 @@ function addOne(obj, type, fn, context) {
if (obj[eventsKey] && obj[eventsKey][id]) { return this; }
let handler = function (e) {
- return fn.call(con... | [
"src/dom/DomEvent.js"
] | [] | true | ||
Leaflet/Leaflet | 10,115 | issue_to_patch | refactor: replace +new Date() with Date.now() | Replace the `+new Date()` idiom with the more readable `Date.now()` across the codebase.
Both return the same millisecond timestamp, but `Date.now()` is the modern standard — more explicit and avoids the implicit type coercion.
**Files changed:**
- `src/map/handler/ScrollWheelZoomHandler.js` (2 occurrences)
- `src/ma... | 14084c0ba404b994a01d24aad59525da01c0aaa1 | d11dd7a2a66135cf824d7ff9ec895cd3ccc6b5a8 | diff --git a/src/layer/tile/GridLayer.js b/src/layer/tile/GridLayer.js
index 5b5a6b38fe..f26f279f52 100644
--- a/src/layer/tile/GridLayer.js
+++ b/src/layer/tile/GridLayer.js
@@ -315,7 +315,7 @@ export class GridLayer extends Layer {
this._container.style.opacity = this.options.opacity;
- const now = +new Date(... | [
"src/layer/tile/GridLayer.js",
"src/map/handler/DragHandler.js",
"src/map/handler/ScrollWheelZoomHandler.js"
] | [] | true | ||
Leaflet/Leaflet | 10,157 | issue_to_patch | Bump json from 2.18.1 to 2.19.2 in /docs | Bumps [json](https://github.com/ruby/json) from 2.18.1 to 2.19.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ruby/json/releases">json's releases</a>.</em></p>
<blockquote>
<h2>v2.19.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix a format string injection vulnerability in <co... | c4d9e35a50f7285ba68f132febbfee7b907ad50d | 7943999173b9ccb69cab3ff0a07cbe93a9898178 | diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 63ffc20ee2..152e33e7e2 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -223,7 +223,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- json (2.18.1)
+ json (2.19.2)
kramdown (2.4.0)
rexml
... | [
"docs/Gemfile.lock"
] | [] | true | ||
Leaflet/Leaflet | 10,153 | issue_to_patch | Bump sinon from 21.0.2 to 21.0.3 | Bumps [sinon](https://github.com/sinonjs/sinon) from 21.0.2 to 21.0.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p>
<blockquote>
<h2>21.0.3</h2>
<ul>
<li><a href="https://github.com/sinonjs/sinon/commit/... | dfac3ff0798bdd75d19d53a70bfe73745bc57f1b | ad26f6e0cb8f8d17f973587573450b61ddb10fb2 | diff --git a/package-lock.json b/package-lock.json
index 21aebafc6d..3f48aa4f84 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"prosthetic-hand": "^2.0.0",
"requirejs": "^2.3.8",
"rollup": "^4.59.0",
- "sinon": "^21.0.2",
+ "sinon": "^21.0.3",
... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,154 | issue_to_patch | Bump lint-staged from 16.3.3 to 16.4.0 | Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.3 to 16.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p>
<blockquote>
<h2>v16.4.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a href="... | dfac3ff0798bdd75d19d53a70bfe73745bc57f1b | 90466b6cad7d3c0ed0a9ac55c3df2a2bd49bfae0 | diff --git a/package-lock.json b/package-lock.json
index 21aebafc6d..4af3830158 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"karma-safarinative-launcher": "^1.1.0",
"karma-time-stats-reporter": "^0.1.0",
"leafdoc": "^2.3.0",
- "lint-staged": "^16.3.3",
+ ... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,155 | issue_to_patch | Bump prosthetic-hand from 2.0.0 to 2.1.0 | Bumps [prosthetic-hand](https://github.com/Leaflet/prosthetic-hand) from 2.0.0 to 2.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Leaflet/prosthetic-hand/blob/main/CHANGELOG.md">prosthetic-hand's changelog</a>.</em></p>
<blockquote>
<h1>v2.1.0</h1>
<ul>
<li>Implemented mock... | dfac3ff0798bdd75d19d53a70bfe73745bc57f1b | ac7fd421ed6f34c62699cce11f1007207ed74ccc | diff --git a/package-lock.json b/package-lock.json
index 21aebafc6d..43c623a401 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"leafdoc": "^2.3.0",
"lint-staged": "^16.3.3",
"mocha": "^11.7.5",
- "prosthetic-hand": "^2.0.0",
+ "prosthetic-hand": "^2.1.0... | [
"package-lock.json",
"package.json"
] | [] | true | ||
Leaflet/Leaflet | 10,133 | issue_to_patch | When clicking to drag a map that has been opened in a popout window, the dragging events will only resolve if the mouse pointer is over/in the parent window
### Checklist
- [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected.
- [X] I'm s... | Listen to pointer move and up events from containing document | This change attaches the required mouse event handlers for the Draggable module.
When leaflet is rendered into a dom element which is not in the current document, like a window opened with window.open, it should listen to the events on the document which contains the dom element, not the one in which the code is runni... | a28f028b2d7bff5bcd6b6a0cf417dc2176aab1d4 | 822f2c24835965b580ffd26ac5564c92de5cf06d | diff --git a/src/dom/Draggable.js b/src/dom/Draggable.js
index c514b8878b..b368810887 100644
--- a/src/dom/Draggable.js
+++ b/src/dom/Draggable.js
@@ -106,8 +106,8 @@ export class Draggable extends Evented {
// Cache the scale, so that we can continuously compensate for it during drag (_onMove).
this._parentScale... | [
"src/dom/Draggable.js"
] | [
{
"comment": "You seem to have left out some event handlers. Shouldn't the `ownerDocument` logic affect all of them?",
"path": "src/dom/Draggable.js",
"hunk": "@@ -106,7 +106,7 @@ export class Draggable extends Evented {\n \t\t// Cache the scale, so that we can continuously compensate for it during drag... | true | |
Leaflet/Leaflet | 10,133 | comment_to_fix | Listen to pointer move and up events from containing document | You seem to have left out some event handlers. Shouldn't the `ownerDocument` logic affect all of them? | a28f028b2d7bff5bcd6b6a0cf417dc2176aab1d4 | 822f2c24835965b580ffd26ac5564c92de5cf06d | diff --git a/src/dom/Draggable.js b/src/dom/Draggable.js
index c514b8878b..b368810887 100644
--- a/src/dom/Draggable.js
+++ b/src/dom/Draggable.js
@@ -106,8 +106,8 @@ export class Draggable extends Evented {
// Cache the scale, so that we can continuously compensate for it during drag (_onMove).
this._parentScale... | [
"src/dom/Draggable.js"
] | [
{
"comment": "You seem to have left out some event handlers. Shouldn't the `ownerDocument` logic affect all of them?",
"path": "src/dom/Draggable.js",
"hunk": "@@ -106,7 +106,7 @@ export class Draggable extends Evented {\n \t\t// Cache the scale, so that we can continuously compensate for it during drag... | true | ||
Leaflet/Leaflet | 10,133 | comment_to_fix | Listen to pointer move and up events from containing document | I'm fairly sure this should be changed to `ownerDocument` as well. | a28f028b2d7bff5bcd6b6a0cf417dc2176aab1d4 | 822f2c24835965b580ffd26ac5564c92de5cf06d | diff --git a/src/dom/Draggable.js b/src/dom/Draggable.js
index c514b8878b..b368810887 100644
--- a/src/dom/Draggable.js
+++ b/src/dom/Draggable.js
@@ -106,8 +106,8 @@ export class Draggable extends Evented {
// Cache the scale, so that we can continuously compensate for it during drag (_onMove).
this._parentScale... | [
"src/dom/Draggable.js"
] | [
{
"comment": "I'm fairly sure this should be changed to `ownerDocument` as well.",
"path": "src/dom/Draggable.js",
"hunk": "",
"resolving_sha": "822f2c24835965b580ffd26ac5564c92de5cf06d",
"resolving_diff": "diff --git a/src/dom/Draggable.js b/src/dom/Draggable.js\nindex c514b8878b..b368810887 10... | true | ||
Leaflet/Leaflet | 10,131 | issue_to_patch | Upgrade to ESLint v10 and fix reported issues | Upgrade to ESLint 10, and fix reported issues. This also upgrades all ESLint related dependencies. | d586767ba09fbf4892133d906c3a1d7af5d31e3b | 6884ee96eb9da7aa184f7451b9a98e0a011b616f | diff --git a/package-lock.json b/package-lock.json
index f35002251a..21aebafc6d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,16 +9,17 @@
"version": "2.0.0-alpha.1",
"license": "BSD-2-Clause",
"devDependencies": {
- "@eslint/css": "^0.14.1",
+ "@eslint/css": "^1.0.0",
... | [
"package-lock.json",
"package.json",
"spec/karma.conf.cjs"
] | [] | diff --git a/spec/karma.conf.cjs b/spec/karma.conf.cjs
index 8a7e3d7b6c..13e46ce293 100644
--- a/spec/karma.conf.cjs
+++ b/spec/karma.conf.cjs
@@ -1,4 +1,3 @@
-/* eslint-env node */
// See: https://karma-runner.github.io/latest/config/configuration-file.html
module.exports = function (/** @type {import('karma').Confi... | true | |
Leaflet/Leaflet | 10,139 | issue_to_patch | Bump minimatch | Bumps and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.
Updates `minimatch` from 3.1.2 to 3.1.5
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/isaacs/minimatch/commit/7bba97888a27a6162983056bcce2a6e28f668712"><code>7bba978</code></a> 3.1.... | f9bca64e87d319f974585100ba7fb54d301805fe | 9abc19019d4d282cd7a10adfde09f362e6d2b253 | diff --git a/package-lock.json b/package-lock.json
index 6e154aaf12..e1e15618b3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3155,14 +3155,27 @@
"url": "https://opencollective.com/typescript-eslint"
}
},
+ "node_modules/eslint-plugin-import-x/node_modules/balanced-match": {
+ ... | [
"package-lock.json"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,095 | issue_to_patch | [Feature] Show Performance & Efficient Core instead of Core | <img width="1408" height="1195" alt="image" src="https://github.com/user-attachments/assets/d79adb17-b8ac-467b-a6c1-d087cb38706f" />
<img width="1541" height="1653" alt="d2e6ade4-021f-4026-8183-49ebef977b78" src="https://github.com/user-attachments/assets/b6f2a200-dbca-4ef4-99c0-bf4862696e3c" /> | 018c0899b38d26ce2f3fb45bd81b72e957065e13 | cc693e9e000dd7f2f351e3fa912529de8d6b953a | diff --git a/LibreHardwareMonitorLib/Hardware/CoreType.cs b/LibreHardwareMonitorLib/Hardware/CoreType.cs
new file mode 100644
index 000000000..0f83c8f83
--- /dev/null
+++ b/LibreHardwareMonitorLib/Hardware/CoreType.cs
@@ -0,0 +1,8 @@
+namespace LibreHardwareMonitor.Hardware;
+
+public enum CoreType
+{
+ Unknown = 0... | [
"LibreHardwareMonitorLib/Hardware/CoreType.cs",
"LibreHardwareMonitorLib/Hardware/Cpu/CpuId.cs",
"LibreHardwareMonitorLib/Hardware/Cpu/IntelCpu.cs"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,390 | issue_to_patch | Fix Remote Web Server authentication | When using the Remote Web Server with authentication enabled, the stored SHA256 password gets double encoded after LHM or web-server restart.
This causes the authentication to always fail.
This PR also allows closing the AuthForm via OK without accidentally resetting an already existing password. | 70df79eb34fb07e769bf9639667815cb2d906aaa | 7bbac9a10f5a256e6c38514f1c3eb93c2e83dac3 | diff --git a/LibreHardwareMonitor.Windows.Forms/UI/AuthForm.cs b/LibreHardwareMonitor.Windows.Forms/UI/AuthForm.cs
index acc7b2835..45cdd6452 100644
--- a/LibreHardwareMonitor.Windows.Forms/UI/AuthForm.cs
+++ b/LibreHardwareMonitor.Windows.Forms/UI/AuthForm.cs
@@ -33,7 +33,10 @@ private void HttpAuthCancelButton_Click(... | [
"LibreHardwareMonitor.Windows.Forms/UI/AuthForm.cs",
"LibreHardwareMonitor.Windows.Forms/UI/MainForm.cs",
"LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,389 | issue_to_patch | Fix nightly link #2388 | Fix nightly link #2388 | 10c4f41376a857f3a6e0e899486b038ef2d66a61 | 1820c9b8a5552b9970464aa9770f0be1d3916684 | diff --git a/README.md b/README.md
index 20ec8976c..e43107457 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ You can read information from devices such as:
You can download the latest release [here](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/releases).
### Nightly builds
-If you have a *... | [
"README.md"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,384 | issue_to_patch | Fix remote web-server crash when sensors contain a "NaN" value. | This fixes a crash in the remote web-server that happens while serializing the sensor data.
If a sensor contains a float value of "NaN", the JSON serialization fails.
Here is an example sensor that causes this issue:
<img width="408" height="106" alt="image" src="https://github.com/user-attachments/assets/b4a374... | 084aad3e902925b1ef05398ab9c602d2fd828999 | ff4f82a31fee95c3cde4152941101a2e23faf7a2 | diff --git a/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs b/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
index 5ab663a3f..d6693c3ab 100644
--- a/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
+++ b/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
@@ -534,7 +534,13 @@ pr... | [
"LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,386 | issue_to_patch | Fix nuget publish for forks | Fix nuget publish for forks. | 084aad3e902925b1ef05398ab9c602d2fd828999 | d2bfd86f2b4887a2aa64b9e8627299b01ed363c6 | diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 75f87480d..adc79b4c7 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -100,4 +100,5 @@ jobs:
bin/Release/LibreHardwareMonitorLib.*.nupkg
- name: Publish to NuGet
+ if: github.reposi... | [
".github/workflows/master.yml"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,385 | issue_to_patch | Update DiskInfoToolkit | Update DiskInfoToolkit.
This also modifies solution file (auto-removed when saving file).
https://github.com/Blacktempel/DiskInfoToolkit/releases/tag/2.1.1 | 084aad3e902925b1ef05398ab9c602d2fd828999 | ca3470f08368eac09836322841e88e70c085e7e7 | diff --git a/LibreHardwareMonitor.sln b/LibreHardwareMonitor.sln
index 80a34af0d..94d24ad7e 100644
--- a/LibreHardwareMonitor.sln
+++ b/LibreHardwareMonitor.sln
@@ -6,9 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibreHardwareMonitorLib", "LibreHardwareMonitor... | [
"LibreHardwareMonitor.sln",
"LibreHardwareMonitorLib/LibreHardwareMonitorLib.csproj"
] | [] | true | ||
LibreHardwareMonitor/LibreHardwareMonitor | 2,382 | issue_to_patch | Fix web-server resource names when using a different assembly name | When running LHM under a different executable name, the integrated web-server does not serve the files correctly.
This happens because the resource-path logic has the default assembly name hard coded.
One example:
When debugging LHM via Visual Studio, the assembly name will change to "LibreHardwareMonitor.Windows.... | abfc4f5705419d62cd6000f45a92563415c165fc | 5d6a653e30136b331778ceb4e1f088bc3007ac9d | diff --git a/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs b/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
index 5ab663a3f..5d025f4b5 100644
--- a/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
+++ b/LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs
@@ -445,7 +445,7 @@ pri... | [
"LibreHardwareMonitor.Windows.Forms/Utilities/HttpServer.cs"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.