]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #5658 from tomhughes/flash-skip-terms
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 12 Feb 2025 09:40:16 +0000 (09:40 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2025 09:40:16 +0000 (09:40 +0000)
Stop using session flash to communicate with callbacks

DOCKER.md
yarn.lock

index b93bf6d508346fff56c5c572b40f5ae241932b40..4cfc6d7361a269bcb565296c6573b0b992ecf4a6 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -56,7 +56,7 @@ This is a workaround. [See issues/2185 for details](https://github.com/openstree
 touch config/settings.local.yml
 ```
 
-**Windows users:** `touch` is not an availible command in Windows so just create a `settings.local.yml` file in the `config` directory, or if you have WSL you can run `wsl touch config/settings.local.yml`.
+**Windows users:** `touch` is not an available command in Windows so just create a `settings.local.yml` file in the `config` directory, or if you have WSL you can run `wsl touch config/settings.local.yml`.
 
 ## Installation
 
index 5d68101b7e3873980fe02086e74be0390891719d..9e73a5eb4602b2e38b5ce82b52a08244648823d6 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
@@ -256,9 +256,9 @@ eslint-visitor-keys@^4.2.0:
   integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
 
 eslint@^9.0.0:
-  version "9.20.0"
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.0.tgz#6244c46c1640cd5e577a31ebc460fca87838c0b7"
-  integrity sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==
+  version "9.20.1"
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
+  integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
   dependencies:
     "@eslint-community/eslint-utils" "^4.2.0"
     "@eslint-community/regexpp" "^4.12.1"