Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #642

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Upcoming Release Changes #642

merged 1 commit into from
Nov 20, 2024

Conversation

theguild-bot
Copy link
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@theguild/eslint-config@0.13.1

@theguild/eslint-config

0.13.0

Minor Changes

  • a3d8e2f: ignore import/no-default-export for **/app/**/{layout,page,not-found}.tsx and
    **/app/**/_meta.{ts,tsx}

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

Patch Changes

0.11.11

Patch Changes

0.11.10

Patch Changes

0.11.9

Patch Changes

0.11.8

Patch Changes

0.11.7

Patch Changes

  • #422
    2f6f4f0
    Thanks @eddeee888! - Fix @typescript-eslint/prefer-optional-chain
    causing eslint to fail if .js files are not included in tsconfig

0.11.6

Patch Changes

0.11.5

Patch Changes

0.11.4

Patch Changes

0.11.3

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

Patch Changes

0.10.0

Minor Changes

0.9.0

Minor Changes

  • #205
    ebd2920
    Thanks @B2o5T! - new rules

    {
      "unicorn/no-array-for-each": "error",
      "unicorn/prefer-string-trim-start-end": "error",
      "no-self-compare": "error",
      "eqeqeq": [
        "error",
        "always",
        {
          "null": "ignore"
        }
      ],
      "@typescript-eslint/consistent-type-assertions": "error"
    }

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

  • #157
    3f7437f
    Thanks @B2o5T! - new rules:

    • yoda

    • unicorn/prefer-export-from

    • promise/no-multiple-resolved

    • unicorn/prefer-logical-operator-over-ternary

    • @typescript-eslint/no-unused-expressions

    • unicorn/no-negated-condition

    react:

    fix import/extensions

    • 'react/prop-types': 'off'
    • 'react/jsx-boolean-value': 'error'
    • 'react/hook-use-state': 'error'
    • 'react/iframe-missing-sandbox': 'error'

    forbid:

    • process.browser

    • restrict isNaN in favour of Number.isNaN

Patch Changes

0.7.0

Minor Changes

Patch Changes

0.6.0

Minor Changes

  • #151
    d5152a8
    Thanks @B2o5T! - forbid useMemo(…, []) for react and Boolean(…)
    for all files

0.5.1

Patch Changes

  • #149
    10a328a
    Thanks @B2o5T! - add boolean: false for no-implicit-coercion
    because in TypeScript !! is preferable

0.5.0

Minor Changes

  • #146
    f829c8d
    Thanks @B2o5T! - add new rules prefer-object-has-own,
    logical-assignment-operators and @typescript-eslint/prefer-optional-chain

0.4.2

Patch Changes

  • #144
    2e7099a
    Thanks @B2o5T! - add varsIgnorePattern: '^_' for
    @typescript-eslint/no-unused-vars forbid lodash/isString.js, lodash/isArray.js,
    lodash/flatten.js, lodash/compact.js, lodash/identity.js

0.4.1

Patch Changes

  • #142
    b09a4ce
    Thanks @B2o5T! - ignore import/no-default-export for
    website/theme.config.tsx treat .vscode/launch.json as jsonc ignore import/extensions for
    Markdown code blocks ignore filename for .github/FUNDING.yml put imported filename extensions
    graphql|css|png|svg|jpe?g|webp|avif always last

0.4.0

Minor Changes

  • #122
    cb4c789
    Thanks @B2o5T! - run react rule on js/ts files, since it can be react
    hook without JSX extension

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

Patch Changes

0.2.0

Minor Changes

  • #77
    d63132c
    Thanks @saihaj! - require to have .js extensions since when
    bundling with bob we need all the extensions to be explicit.

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes

Copy link
Contributor

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@theguild/eslint-config 0.13.1-rc-20241120022440-4a0ba108464cfbd090cba7933e10d36e5104588e npm ↗︎ unpkg ↗︎

@theguild-bot theguild-bot force-pushed the changeset-release/main branch 3 times, most recently from 937715f to ef9e439 Compare November 20, 2024 02:28
@dimaMachina dimaMachina force-pushed the changeset-release/main branch from ef9e439 to 30a3e45 Compare November 20, 2024 02:31
@dimaMachina dimaMachina merged commit beeeb2a into main Nov 20, 2024
2 of 3 checks passed
@dimaMachina dimaMachina deleted the changeset-release/main branch November 20, 2024 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants