eslint-config-beslogic 3.3.1 → 3.3.2

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/.dprint.jsonc CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  {
5
5
  // https://dprint.dev/config/#extending-a-different-configuration-file
package/.eslintrc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  /** @type {import("eslint").Linter.Config} */
5
5
  module.exports = {
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.3.2
4
+
5
+ Fixed `eslint-plugin-unicorn` semver range
6
+
3
7
  ## 3.3.1
4
8
 
5
9
  (backport of 4.3.1)
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright 2024 Beslogic Inc.
3
+ Copyright 2025 Beslogic Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/angular.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  const { getModuleVersion, jestNoRestrictedSyntax, jestFilePatterns } = require("./lib/utils")
5
5
 
package/javascript.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  const restrictedGlobals = require("confusing-browser-globals")
5
5
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-beslogic",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "ESLint rules, plugins and configs used at Beslogic",
5
5
  "main": "index.js",
6
6
  "// dependencies": "Run for ourselves when we install dependencies w/o running npm i afterward",
@@ -64,7 +64,7 @@
64
64
  "eslint-plugin-simple-import-sort": ">=12.0",
65
65
  "eslint-plugin-sonarjs": "2.0.4",
66
66
  "eslint-plugin-testing-library": "^6.0",
67
- "eslint-plugin-unicorn": ">=49.0 && <57"
67
+ "eslint-plugin-unicorn": ">=49.0 <57"
68
68
  },
69
69
  "optionalDependencies": {
70
70
  "@angular-eslint/eslint-plugin": ">=16.2",
package/tsconfig.4.3.json CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  {
5
5
  "compilerOptions": {
package/tsconfig.5.0.json CHANGED
@@ -1,5 +1,5 @@
1
1
  // SPDX-License-Identifier: MIT
2
- // Copyright 2024 Beslogic Inc.
2
+ // Copyright 2025 Beslogic Inc.
3
3
 
4
4
  {
5
5
  "extends": "./tsconfig.4.3.json",