@anolilab/eslint-config 11.3.3 → 11.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @anolilab/eslint-config [11.3.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@11.3.3...@anolilab/eslint-config@11.3.4) (2023-08-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * modifying markdown plugin to disable the 'no-cond-assign' ([8f2750f](https://github.com/anolilab/javascript-style-guide/commit/8f2750f1348fdb6a7be81edff06fd1907c5a1ad0))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update all non-major dependencies ([#747](https://github.com/anolilab/javascript-style-guide/issues/747)) ([746f4c6](https://github.com/anolilab/javascript-style-guide/commit/746f4c6f59ddf6f3c5f7646be80599998011c43e))
12
+ * **deps:** update eslint ([#746](https://github.com/anolilab/javascript-style-guide/issues/746)) ([6b37144](https://github.com/anolilab/javascript-style-guide/commit/6b37144a8cb47fe3993bd9eccd075c695da8dde0))
13
+
1
14
  ## @anolilab/eslint-config [11.3.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@11.3.2...@anolilab/eslint-config@11.3.3) (2023-08-25)
2
15
 
3
16
 
@@ -3,7 +3,7 @@
3
3
  var chunkWG6GTAIA_js = require('../../chunk-WG6GTAIA.js');
4
4
  require('../../chunk-MFE6DF6Y.js');
5
5
 
6
- var o=chunkWG6GTAIA_js.b([{config:{extends:"plugin:markdown/recommended",plugins:["markdown"],processor:"markdown/markdown"},type:"markdown"},{config:{extends:"plugin:markdown/recommended",parserOptions:{ecmacFeatures:{impliedStrict:!0}},plugins:["markdown"],processor:"markdown/markdown",rules:{"@typescript-eslint/comma-dangle":"off","@typescript-eslint/no-redeclare":"off","@typescript-eslint/no-unused-vars":"off","@typescript-eslint/no-use-before-define":"off","@typescript-eslint/no-var-requires":"off","global-require":"off","import/no-unresolved":"off","import/order":"off","no-alert":"off","no-console":"off","no-restricted-imports":"off","no-undef":"off","no-unused-expressions":"off","no-unused-vars":"off","prefer-reflect":"off","sonar/no-dead-store":"off",strict:"off"}},type:"markdown_inline_js_jsx"}]),n=o;
6
+ var o=chunkWG6GTAIA_js.b([{config:{extends:"plugin:markdown/recommended",plugins:["markdown"],processor:"markdown/markdown",rules:{"no-cond-assign":"off"}},type:"markdown"},{config:{extends:"plugin:markdown/recommended",parserOptions:{ecmacFeatures:{impliedStrict:!0}},plugins:["markdown"],processor:"markdown/markdown",rules:{"@typescript-eslint/comma-dangle":"off","@typescript-eslint/no-redeclare":"off","@typescript-eslint/no-unused-vars":"off","@typescript-eslint/no-use-before-define":"off","@typescript-eslint/no-var-requires":"off","global-require":"off","import/no-unresolved":"off","import/order":"off","no-alert":"off","no-console":"off","no-restricted-imports":"off","no-undef":"off","no-unused-expressions":"off","no-unused-vars":"off","prefer-reflect":"off","sonar/no-dead-store":"off",strict:"off"}},type:"markdown_inline_js_jsx"}]),n=o;
7
7
 
8
8
  module.exports = n;
9
9
  //# sourceMappingURL=out.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/config/plugins/markdown.ts"],"names":["config","createConfigs","markdown_default"],"mappings":"4EAIA,IAAMA,EAAwBC,EAAc,CACxC,CACI,OAAQ,CACJ,QAAS,8BACT,QAAS,CAAC,UAAU,EACpB,UAAW,mBACf,EACA,KAAM,UACV,EACA,CACI,OAAQ,CACJ,QAAS,8BACT,cAAe,CACX,cAAe,CACX,cAAe,EACnB,CACJ,EACA,QAAS,CAAC,UAAU,EACpB,UAAW,oBACX,MAAO,CACH,kCAAmC,MACnC,kCAAmC,MACnC,oCAAqC,MACrC,0CAA2C,MAC3C,qCAAsC,MAEtC,iBAAkB,MAElB,uBAAwB,MACxB,eAAgB,MAEhB,WAAY,MACZ,aAAc,MACd,wBAAyB,MACzB,WAAY,MACZ,wBAAyB,MACzB,iBAAkB,MAElB,iBAAkB,MAClB,sBAAuB,MAEvB,OAAQ,KACZ,CACJ,EACA,KAAM,wBACV,CACJ,CAAC,EAEMC,EAAQF","sourcesContent":["import type { Linter } from \"eslint\";\n\nimport { createConfigs } from \"../../utils/create-config\";\n\nconst config: Linter.Config = createConfigs([\n {\n config: {\n extends: \"plugin:markdown/recommended\",\n plugins: [\"markdown\"],\n processor: \"markdown/markdown\",\n },\n type: \"markdown\",\n },\n {\n config: {\n extends: \"plugin:markdown/recommended\",\n parserOptions: {\n ecmacFeatures: {\n impliedStrict: true,\n },\n },\n plugins: [\"markdown\"],\n processor: \"markdown/markdown\",\n rules: {\n \"@typescript-eslint/comma-dangle\": \"off\",\n \"@typescript-eslint/no-redeclare\": \"off\",\n \"@typescript-eslint/no-unused-vars\": \"off\",\n \"@typescript-eslint/no-use-before-define\": \"off\",\n \"@typescript-eslint/no-var-requires\": \"off\",\n\n \"global-require\": \"off\",\n\n \"import/no-unresolved\": \"off\",\n \"import/order\": \"off\",\n\n \"no-alert\": \"off\",\n \"no-console\": \"off\",\n \"no-restricted-imports\": \"off\",\n \"no-undef\": \"off\",\n \"no-unused-expressions\": \"off\",\n \"no-unused-vars\": \"off\",\n\n \"prefer-reflect\": \"off\",\n \"sonar/no-dead-store\": \"off\",\n\n strict: \"off\",\n },\n },\n type: \"markdown_inline_js_jsx\",\n },\n]);\n\nexport default config;\n"]}
1
+ {"version":3,"sources":["../../../src/config/plugins/markdown.ts"],"names":["config","createConfigs","markdown_default"],"mappings":"4EAIA,IAAMA,EAAwBC,EAAc,CACxC,CACI,OAAQ,CACJ,QAAS,8BACT,QAAS,CAAC,UAAU,EACpB,UAAW,oBACX,MAAO,CACH,iBAAkB,KACtB,CACJ,EACA,KAAM,UACV,EACA,CACI,OAAQ,CACJ,QAAS,8BACT,cAAe,CACX,cAAe,CACX,cAAe,EACnB,CACJ,EACA,QAAS,CAAC,UAAU,EACpB,UAAW,oBACX,MAAO,CACH,kCAAmC,MACnC,kCAAmC,MACnC,oCAAqC,MACrC,0CAA2C,MAC3C,qCAAsC,MAEtC,iBAAkB,MAElB,uBAAwB,MACxB,eAAgB,MAEhB,WAAY,MACZ,aAAc,MACd,wBAAyB,MACzB,WAAY,MACZ,wBAAyB,MACzB,iBAAkB,MAElB,iBAAkB,MAClB,sBAAuB,MAEvB,OAAQ,KACZ,CACJ,EACA,KAAM,wBACV,CACJ,CAAC,EAEMC,EAAQF","sourcesContent":["import type { Linter } from \"eslint\";\n\nimport { createConfigs } from \"../../utils/create-config\";\n\nconst config: Linter.Config = createConfigs([\n {\n config: {\n extends: \"plugin:markdown/recommended\",\n plugins: [\"markdown\"],\n processor: \"markdown/markdown\",\n rules: {\n \"no-cond-assign\": \"off\",\n },\n },\n type: \"markdown\",\n },\n {\n config: {\n extends: \"plugin:markdown/recommended\",\n parserOptions: {\n ecmacFeatures: {\n impliedStrict: true,\n },\n },\n plugins: [\"markdown\"],\n processor: \"markdown/markdown\",\n rules: {\n \"@typescript-eslint/comma-dangle\": \"off\",\n \"@typescript-eslint/no-redeclare\": \"off\",\n \"@typescript-eslint/no-unused-vars\": \"off\",\n \"@typescript-eslint/no-use-before-define\": \"off\",\n \"@typescript-eslint/no-var-requires\": \"off\",\n\n \"global-require\": \"off\",\n\n \"import/no-unresolved\": \"off\",\n \"import/order\": \"off\",\n\n \"no-alert\": \"off\",\n \"no-console\": \"off\",\n \"no-restricted-imports\": \"off\",\n \"no-undef\": \"off\",\n \"no-unused-expressions\": \"off\",\n \"no-unused-vars\": \"off\",\n\n \"prefer-reflect\": \"off\",\n \"sonar/no-dead-store\": \"off\",\n\n strict: \"off\",\n },\n },\n type: \"markdown_inline_js_jsx\",\n },\n]);\n\nexport default config;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "11.3.3",
3
+ "version": "11.3.4",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -177,7 +177,7 @@
177
177
  "@types/confusing-browser-globals": "^1.0.0",
178
178
  "@types/eslint": "^8.44.2",
179
179
  "@types/semver": "^7.5.0",
180
- "eslint": "^8.47.0",
180
+ "eslint": "^8.48.0",
181
181
  "eslint-find-rules": "^4.1.0",
182
182
  "eslint-plugin-babel": "^5.3.1",
183
183
  "eslint-plugin-cypress": "^2.14.0",
@@ -185,7 +185,7 @@
185
185
  "eslint-plugin-etc": "^2.0.3",
186
186
  "eslint-plugin-jest": "^27.2.3",
187
187
  "eslint-plugin-jest-async": "^1.0.3",
188
- "eslint-plugin-jest-dom": "^5.0.2",
188
+ "eslint-plugin-jest-dom": "^5.1.0",
189
189
  "eslint-plugin-jest-formatting": "^3.1.0",
190
190
  "eslint-plugin-jsdoc": "^46.5.0",
191
191
  "eslint-plugin-jsx-a11y": "^6.7.1",
@@ -215,7 +215,7 @@
215
215
  },
216
216
  "optionalDependencies": {
217
217
  "@arthurgeron/eslint-plugin-react-usememo": "^1.1.4",
218
- "@tanstack/eslint-plugin-query": "^4.32.5",
218
+ "@tanstack/eslint-plugin-query": "^4.34.1",
219
219
  "eslint-plugin-array-func": "^3.1.8",
220
220
  "eslint-plugin-ava": "^14.0.0",
221
221
  "eslint-plugin-babel": "^5.3.1",
@@ -223,13 +223,13 @@
223
223
  "eslint-plugin-editorconfig": "^4.0.3",
224
224
  "eslint-plugin-jest": "^27.2.3",
225
225
  "eslint-plugin-jest-async": "^1.0.3",
226
- "eslint-plugin-jest-dom": "^5.0.2",
226
+ "eslint-plugin-jest-dom": "^5.1.0",
227
227
  "eslint-plugin-jest-formatting": "^3.1.0",
228
228
  "eslint-plugin-jsdoc": "^46.5.0",
229
229
  "eslint-plugin-jsx-a11y": "^6.7.1",
230
230
  "eslint-plugin-n": "^16.0.2",
231
231
  "eslint-plugin-no-unsanitized": "^4.0.2",
232
- "eslint-plugin-playwright": "^0.15.3",
232
+ "eslint-plugin-playwright": "^0.16.0",
233
233
  "eslint-plugin-prefer-object-spread": "^1.2.1",
234
234
  "eslint-plugin-react": "^7.33.2",
235
235
  "eslint-plugin-react-hooks": "^4.6.0",