You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/19 08:46:21 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump eslint from 8.28.0 to 8.29.0 in /tobago-theme (#3567)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new aae0eee865 build(deps-dev): bump eslint from 8.28.0 to 8.29.0 in /tobago-theme (#3567)
aae0eee865 is described below

commit aae0eee86546fc5dcf1d50ab33120c0d320d334d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 19 09:46:16 2022 +0100

    build(deps-dev): bump eslint from 8.28.0 to 8.29.0 in /tobago-theme (#3567)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tobago-theme/package-lock.json | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index c57001fe23..d0cb9698c8 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -24,7 +24,7 @@
         "@typescript-eslint/parser": "^5.46.1",
         "autoprefixer": "^10.4.13",
         "clean-css-cli": "^5.6.1",
-        "eslint": "^8.28.0",
+        "eslint": "^8.29.0",
         "eslint-plugin-compat": "^4.0.2",
         "jest": "^29.3.1",
         "jsf.js_next_gen": "^4.0.0-RC.15",
@@ -2554,9 +2554,9 @@
       }
     },
     "node_modules/eslint": {
-      "version": "8.28.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz",
-      "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==",
+      "version": "8.29.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz",
+      "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==",
       "dev": true,
       "dependencies": {
         "@eslint/eslintrc": "^1.3.3",
@@ -8471,9 +8471,9 @@
       "dev": true
     },
     "eslint": {
-      "version": "8.28.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz",
-      "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==",
+      "version": "8.29.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz",
+      "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==",
       "dev": true,
       "requires": {
         "@eslint/eslintrc": "^1.3.3",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 6fbd217031..d3e5499e98 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -82,7 +82,7 @@
     "@typescript-eslint/parser": "^5.46.1",
     "autoprefixer": "^10.4.13",
     "clean-css-cli": "^5.6.1",
-    "eslint": "^8.28.0",
+    "eslint": "^8.29.0",
     "eslint-plugin-compat": "^4.0.2",
     "jest": "^29.3.1",
     "jsf.js_next_gen": "^4.0.0-RC.15",