{"id":22687,"name":"property-expr","ecosystem":"maven","repository_url":null,"issues_count":2,"created_at":"2025-06-07T02:58:03.899Z","updated_at":"2025-06-07T02:58:03.899Z","purl":"pkg:maven/property-expr","unique_repositories_count":2,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"2222205770","node_id":"PR_kwDONauoC86EdCtK","number":3,"state":"open","title":"Bump property-expr and lint-staged in /example/web/tdweb","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2024-12-08T19:34:01.000Z","updated_at":"2025-05-20T16:20:29.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"property-expr","repository_url":"https://github.com/jquense/expr","old_version":null,"new_version":null,"is_removal":true},{"name":"lint-staged","repository_url":"https://github.com/lint-staged/lint-staged","old_version":"8.2.1","new_version":"15.2.10"}],"path":"/example/web/tdweb","ecosystem":"maven"},"body":"Removes [property-expr](https://github.com/jquense/expr). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/lint-staged/lint-staged). These dependencies need to be updated together.\n\nRemoves `property-expr`\n\nUpdates `lint-staged` from 8.2.1 to 15.2.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lint-staged/lint-staged/releases\"\u003elint-staged's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev15.2.10\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1471\"\u003e#1471\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update minor dependencies, including \u003ccode\u003emicromatch@~4.0.8\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.9\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1463\"\u003e#1463\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning \u003ccode\u003eMaxListenersExceededWarning: Possible EventEmitter memory leak detected\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.8\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981\"\u003e\u003ccode\u003ef0480f0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version switched the \u003ccode\u003e--show-toplevel\u003c/code\u003e flag with \u003ccode\u003e--show-cdup\u003c/code\u003e, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js \u003ccode\u003echild_process\u003c/code\u003e. The new flag returns a path relative to the working directory, avoiding the issue.\u003c/p\u003e\n\u003cp\u003eThe GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.7\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1440\"\u003e#1440\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac\"\u003e\u003ccode\u003ea51be80\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version drops the \u003ccode\u003e--path-format=absolute\u003c/code\u003e option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading \u003ccode\u003egit\u003c/code\u003e to the latest version.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.6\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1433\"\u003e#1433\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4\"\u003e\u003ccode\u003e119adb2\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Use native \u0026quot;git rev-parse\u0026quot; commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.5\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca\"\u003e\u003ccode\u003e31a1f95\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Allow approximately equivalent versions of direct dependencies by using the \u0026quot;~\u0026quot; character in the version ranges. This means a more recent patch version of a dependency is allowed if available.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1423\"\u003e#1423\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918\"\u003e\u003ccode\u003e91abea0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Improve error logging when failing to read or parse a configuration file\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453\"\u003e\u003ccode\u003eee43f15\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Upgrade micromatch@4.0.7\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.4\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a\"\u003e\u003ccode\u003e4f4537a\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Fix release issue with previous version; update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.3\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1407\"\u003e#1407\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/d6981627472315adb01a46f797c8581393e8a637\"\u003e\u003ccode\u003ed698162\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.2\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1391\"\u003e#1391\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde\"\u003e\u003ccode\u003efdcdad4\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - \u003cem\u003eLint-staged\u003c/em\u003e no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md\"\u003elint-staged's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e15.2.10\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1471\"\u003e#1471\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update minor dependencies, including \u003ccode\u003emicromatch@~4.0.8\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.9\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1463\"\u003e#1463\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning \u003ccode\u003eMaxListenersExceededWarning: Possible EventEmitter memory leak detected\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.8\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981\"\u003e\u003ccode\u003ef0480f0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version switched the \u003ccode\u003e--show-toplevel\u003c/code\u003e flag with \u003ccode\u003e--show-cdup\u003c/code\u003e, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js \u003ccode\u003echild_process\u003c/code\u003e. The new flag returns a path relative to the working directory, avoiding the issue.\u003c/p\u003e\n\u003cp\u003eThe GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.7\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1440\"\u003e#1440\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac\"\u003e\u003ccode\u003ea51be80\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version drops the \u003ccode\u003e--path-format=absolute\u003c/code\u003e option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading \u003ccode\u003egit\u003c/code\u003e to the latest version.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.6\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1433\"\u003e#1433\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4\"\u003e\u003ccode\u003e119adb2\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Use native \u0026quot;git rev-parse\u0026quot; commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.5\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca\"\u003e\u003ccode\u003e31a1f95\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Allow approximately equivalent versions of direct dependencies by using the \u0026quot;~\u0026quot; character in the version ranges. This means a more recent patch version of a dependency is allowed if available.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1423\"\u003e#1423\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918\"\u003e\u003ccode\u003e91abea0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Improve error logging when failing to read or parse a configuration file\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453\"\u003e\u003ccode\u003eee43f15\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Upgrade micromatch@4.0.7\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.4\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a\"\u003e\u003ccode\u003e4f4537a\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Fix release issue with previous version; update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/163112f0214444021670009c845813416c60a852\"\u003e\u003ccode\u003e163112f\u003c/code\u003e\u003c/a\u003e chore(changeset): release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/829575ce19c246624e82875f42b3e2d1d41b9846\"\u003e\u003ccode\u003e829575c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1471\"\u003e#1471\u003c/a\u003e from lint-staged/updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/893ca8464e21b9d5dfeac8e32b4ef7f0168d45ff\"\u003e\u003ccode\u003e893ca84\u003c/code\u003e\u003c/a\u003e refactor: remove unused parameter default\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a661f462c622602db997fa63ea4e3c2c210a720b\"\u003e\u003ccode\u003ea661f46\u003c/code\u003e\u003c/a\u003e build(deps): migrate to ESLint 9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e build(deps): update minor dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/35483b95ae45132860814c3d6621b95638387555\"\u003e\u003ccode\u003e35483b9\u003c/code\u003e\u003c/a\u003e docs: add some more concrete command examples to the README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/0ce5e1455e28d3376cb13de98b1023af1e60942b\"\u003e\u003ccode\u003e0ce5e14\u003c/code\u003e\u003c/a\u003e chore(changeset): release (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1465\"\u003e#1465\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e fix: set max event listeners to the number of tasks (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1463\"\u003e#1463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/52f6eef9868ccf291b2e81935a25d5b07c10b5a4\"\u003e\u003ccode\u003e52f6eef\u003c/code\u003e\u003c/a\u003e chore(changeset): release (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1462\"\u003e#1462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/8d8fe23e157f83d846ed9a06bc7c80cfebe0c706\"\u003e\u003ccode\u003e8d8fe23\u003c/code\u003e\u003c/a\u003e build: update repository url in package.json\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/lint-staged/lint-staged/compare/v8.2.1...v15.2.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MrG9090/td/network/alerts).\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/MrG9090/td/pull/3","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrG9090%2Ftd/issues/3","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3/packages"},{"uuid":"877870114","node_id":"MDExOlB1bGxSZXF1ZXN0NjMxNzU4NjA5","number":5,"state":"closed","title":"Bump property-expr from 2.0.2 to 2.0.4","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-19T00:41:52.000Z","author_association":"NONE","state_reason":null,"created_at":"2021-05-06T18:52:27.000Z","updated_at":"2025-06-19T00:41:54.000Z","time_to_close":129966565,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"property-expr","old_version":"2.0.2","new_version":"2.0.4","repository_url":"https://github.com/jquense/expr"}],"path":null,"ecosystem":"maven"},"body":"Bumps [property-expr](https://github.com/jquense/expr) from 2.0.2 to 2.0.4.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/jquense/expr/blob/master/CHANGELOG.md\"\u003eproperty-expr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e\u003ca href=\"https://github.com/jquense/expr/compare/v2.0.3...v2.0.4\"\u003e2.0.4\u003c/a\u003e (2020-08-26)\u003c/h2\u003e\n\u003ch2\u003e\u003ca href=\"https://github.com/jquense/expr/compare/v2.0.2...v2.0.3\"\u003e2.0.3\u003c/a\u003e (2020-08-17)\u003c/h2\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eprototype polution vector (\u003ca href=\"https://github.com/jquense/expr/commit/df846910915d59f711ce63c1f817815bceab5ff7\"\u003edf84691\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/b135f186d334ea444b3b275d1df077a712db60bb\"\u003e\u003ccode\u003eb135f18\u003c/code\u003e\u003c/a\u003e Publish v2.0.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/4675e5f5900f7afe1efef7e528482174a4289fa6\"\u003e\u003ccode\u003e4675e5f\u003c/code\u003e\u003c/a\u003e Using 'var' instead of 'let' (\u003ca href=\"https://github-redirect.dependabot.com/jquense/expr/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/9a3236c45d221969561ddb401c7a1ebae2a7c5b5\"\u003e\u003ccode\u003e9a3236c\u003c/code\u003e\u003c/a\u003e Publish v2.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/df846910915d59f711ce63c1f817815bceab5ff7\"\u003e\u003ccode\u003edf84691\u003c/code\u003e\u003c/a\u003e fix: prototype polution vector\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/jquense/expr/compare/v2.0.2...v2.0.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=property-expr\u0026package-manager=npm_and_yarn\u0026previous-version=2.0.2\u0026new-version=2.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/codeecoffee/BarberShopAPI/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/codeecoffee/BarberShopAPI/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeecoffee%2FBarberShopAPI/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}],"issue_packages":[{"old_version":null,"new_version":null,"update_type":"removal","path":"/example/web/tdweb","pr_created_at":"2024-12-08T19:34:01.000Z","version_change":"removed","issue":{"uuid":"2222205770","node_id":"PR_kwDONauoC86EdCtK","number":3,"state":"open","title":"Bump property-expr and lint-staged in /example/web/tdweb","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2024-12-08T19:34:01.000Z","updated_at":"2025-05-20T16:20:29.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"property-expr","repository_url":"https://github.com/jquense/expr","old_version":null,"new_version":null,"is_removal":true},{"name":"lint-staged","repository_url":"https://github.com/lint-staged/lint-staged","old_version":"8.2.1","new_version":"15.2.10"}],"path":"/example/web/tdweb","ecosystem":"maven"},"body":"Removes [property-expr](https://github.com/jquense/expr). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/lint-staged/lint-staged). These dependencies need to be updated together.\n\nRemoves `property-expr`\n\nUpdates `lint-staged` from 8.2.1 to 15.2.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lint-staged/lint-staged/releases\"\u003elint-staged's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev15.2.10\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1471\"\u003e#1471\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update minor dependencies, including \u003ccode\u003emicromatch@~4.0.8\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.9\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1463\"\u003e#1463\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning \u003ccode\u003eMaxListenersExceededWarning: Possible EventEmitter memory leak detected\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.8\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981\"\u003e\u003ccode\u003ef0480f0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version switched the \u003ccode\u003e--show-toplevel\u003c/code\u003e flag with \u003ccode\u003e--show-cdup\u003c/code\u003e, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js \u003ccode\u003echild_process\u003c/code\u003e. The new flag returns a path relative to the working directory, avoiding the issue.\u003c/p\u003e\n\u003cp\u003eThe GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.7\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1440\"\u003e#1440\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac\"\u003e\u003ccode\u003ea51be80\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version drops the \u003ccode\u003e--path-format=absolute\u003c/code\u003e option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading \u003ccode\u003egit\u003c/code\u003e to the latest version.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.6\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1433\"\u003e#1433\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4\"\u003e\u003ccode\u003e119adb2\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Use native \u0026quot;git rev-parse\u0026quot; commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.5\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca\"\u003e\u003ccode\u003e31a1f95\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Allow approximately equivalent versions of direct dependencies by using the \u0026quot;~\u0026quot; character in the version ranges. This means a more recent patch version of a dependency is allowed if available.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1423\"\u003e#1423\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918\"\u003e\u003ccode\u003e91abea0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Improve error logging when failing to read or parse a configuration file\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453\"\u003e\u003ccode\u003eee43f15\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Upgrade micromatch@4.0.7\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.4\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a\"\u003e\u003ccode\u003e4f4537a\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Fix release issue with previous version; update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.3\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1407\"\u003e#1407\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/d6981627472315adb01a46f797c8581393e8a637\"\u003e\u003ccode\u003ed698162\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev15.2.2\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1391\"\u003e#1391\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde\"\u003e\u003ccode\u003efdcdad4\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - \u003cem\u003eLint-staged\u003c/em\u003e no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md\"\u003elint-staged's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e15.2.10\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1471\"\u003e#1471\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Update minor dependencies, including \u003ccode\u003emicromatch@~4.0.8\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.9\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1463\"\u003e#1463\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning \u003ccode\u003eMaxListenersExceededWarning: Possible EventEmitter memory leak detected\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.8\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981\"\u003e\u003ccode\u003ef0480f0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version switched the \u003ccode\u003e--show-toplevel\u003c/code\u003e flag with \u003ccode\u003e--show-cdup\u003c/code\u003e, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js \u003ccode\u003echild_process\u003c/code\u003e. The new flag returns a path relative to the working directory, avoiding the issue.\u003c/p\u003e\n\u003cp\u003eThe GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.7\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1440\"\u003e#1440\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac\"\u003e\u003ccode\u003ea51be80\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - In the previous version the native \u003ccode\u003egit rev-parse --show-toplevel\u003c/code\u003e command was taken into use for resolving the current git repo root. This version drops the \u003ccode\u003e--path-format=absolute\u003c/code\u003e option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading \u003ccode\u003egit\u003c/code\u003e to the latest version.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.6\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1433\"\u003e#1433\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4\"\u003e\u003ccode\u003e119adb2\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Use native \u0026quot;git rev-parse\u0026quot; commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.5\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca\"\u003e\u003ccode\u003e31a1f95\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Allow approximately equivalent versions of direct dependencies by using the \u0026quot;~\u0026quot; character in the version ranges. This means a more recent patch version of a dependency is allowed if available.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1423\"\u003e#1423\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918\"\u003e\u003ccode\u003e91abea0\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Improve error logging when failing to read or parse a configuration file\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/pull/1424\"\u003e#1424\u003c/a\u003e \u003ca href=\"https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453\"\u003e\u003ccode\u003eee43f15\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Upgrade micromatch@4.0.7\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.4\u003c/h2\u003e\n\u003ch3\u003ePatch Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a\"\u003e\u003ccode\u003e4f4537a\u003c/code\u003e\u003c/a\u003e Thanks \u003ca href=\"https://github.com/iiroj\"\u003e\u003ccode\u003e@​iiroj\u003c/code\u003e\u003c/a\u003e! - Fix release issue with previous version; update dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e15.2.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/163112f0214444021670009c845813416c60a852\"\u003e\u003ccode\u003e163112f\u003c/code\u003e\u003c/a\u003e chore(changeset): release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/829575ce19c246624e82875f42b3e2d1d41b9846\"\u003e\u003ccode\u003e829575c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1471\"\u003e#1471\u003c/a\u003e from lint-staged/updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/893ca8464e21b9d5dfeac8e32b4ef7f0168d45ff\"\u003e\u003ccode\u003e893ca84\u003c/code\u003e\u003c/a\u003e refactor: remove unused parameter default\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/a661f462c622602db997fa63ea4e3c2c210a720b\"\u003e\u003ccode\u003ea661f46\u003c/code\u003e\u003c/a\u003e build(deps): migrate to ESLint 9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9\"\u003e\u003ccode\u003ee3f283b\u003c/code\u003e\u003c/a\u003e build(deps): update minor dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/35483b95ae45132860814c3d6621b95638387555\"\u003e\u003ccode\u003e35483b9\u003c/code\u003e\u003c/a\u003e docs: add some more concrete command examples to the README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/0ce5e1455e28d3376cb13de98b1023af1e60942b\"\u003e\u003ccode\u003e0ce5e14\u003c/code\u003e\u003c/a\u003e chore(changeset): release (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1465\"\u003e#1465\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945\"\u003e\u003ccode\u003eb69ce2d\u003c/code\u003e\u003c/a\u003e fix: set max event listeners to the number of tasks (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1463\"\u003e#1463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/52f6eef9868ccf291b2e81935a25d5b07c10b5a4\"\u003e\u003ccode\u003e52f6eef\u003c/code\u003e\u003c/a\u003e chore(changeset): release (\u003ca href=\"https://redirect.github.com/lint-staged/lint-staged/issues/1462\"\u003e#1462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lint-staged/lint-staged/commit/8d8fe23e157f83d846ed9a06bc7c80cfebe0c706\"\u003e\u003ccode\u003e8d8fe23\u003c/code\u003e\u003c/a\u003e build: update repository url in package.json\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/lint-staged/lint-staged/compare/v8.2.1...v15.2.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MrG9090/td/network/alerts).\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/MrG9090/td/pull/3","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrG9090%2Ftd/issues/3","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3/packages"}},{"old_version":"2.0.2","new_version":"2.0.4","update_type":"patch","path":null,"pr_created_at":"2021-05-06T18:52:27.000Z","version_change":"2.0.2 → 2.0.4","issue":{"uuid":"877870114","node_id":"MDExOlB1bGxSZXF1ZXN0NjMxNzU4NjA5","number":5,"state":"closed","title":"Bump property-expr from 2.0.2 to 2.0.4","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-19T00:41:52.000Z","author_association":"NONE","state_reason":null,"created_at":"2021-05-06T18:52:27.000Z","updated_at":"2025-06-19T00:41:54.000Z","time_to_close":129966565,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"property-expr","old_version":"2.0.2","new_version":"2.0.4","repository_url":"https://github.com/jquense/expr"}],"path":null,"ecosystem":"maven"},"body":"Bumps [property-expr](https://github.com/jquense/expr) from 2.0.2 to 2.0.4.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/jquense/expr/blob/master/CHANGELOG.md\"\u003eproperty-expr's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e\u003ca href=\"https://github.com/jquense/expr/compare/v2.0.3...v2.0.4\"\u003e2.0.4\u003c/a\u003e (2020-08-26)\u003c/h2\u003e\n\u003ch2\u003e\u003ca href=\"https://github.com/jquense/expr/compare/v2.0.2...v2.0.3\"\u003e2.0.3\u003c/a\u003e (2020-08-17)\u003c/h2\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eprototype polution vector (\u003ca href=\"https://github.com/jquense/expr/commit/df846910915d59f711ce63c1f817815bceab5ff7\"\u003edf84691\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/b135f186d334ea444b3b275d1df077a712db60bb\"\u003e\u003ccode\u003eb135f18\u003c/code\u003e\u003c/a\u003e Publish v2.0.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/4675e5f5900f7afe1efef7e528482174a4289fa6\"\u003e\u003ccode\u003e4675e5f\u003c/code\u003e\u003c/a\u003e Using 'var' instead of 'let' (\u003ca href=\"https://github-redirect.dependabot.com/jquense/expr/issues/14\"\u003e#14\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/9a3236c45d221969561ddb401c7a1ebae2a7c5b5\"\u003e\u003ccode\u003e9a3236c\u003c/code\u003e\u003c/a\u003e Publish v2.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jquense/expr/commit/df846910915d59f711ce63c1f817815bceab5ff7\"\u003e\u003ccode\u003edf84691\u003c/code\u003e\u003c/a\u003e fix: prototype polution vector\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/jquense/expr/compare/v2.0.2...v2.0.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=property-expr\u0026package-manager=npm_and_yarn\u0026previous-version=2.0.2\u0026new-version=2.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/codeecoffee/BarberShopAPI/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/codeecoffee/BarberShopAPI/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeecoffee%2FBarberShopAPI/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}}]}