yellowspot / ng2-truncate

Angular 2 truncate pipe
47 stars 7 forks source link

Bump @angular-eslint/eslint-plugin-template from 14.1.2 to 16.0.1 #160

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular-eslint/eslint-plugin-template from 14.1.2 to 16.0.1.

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v16.0.1

16.0.1 (2023-05-03)

Bug Fixes

  • schematics: ensure placeholder schema for convert-tslint-to-eslint is copied to dist (3c6f377)

v16.0.0

As always we recommend that you update your existing workspaces by using ng update as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:

ng update @angular/core @angular/cli @angular-eslint/schematics

Features

  • eslint-plugin-template: All accessibility rules are now grouped together and exposed via a new @angular-eslint/template/accessibility config. See the main README.md for an example of it in action. Our schematics will explicitly add it for you in new configs, but you are free to remove it if you wish (also note the BREAKING CHANGE regarding accessibility rule names below)
  • builder: support reportUnusedDisableDirectives option
  • builder: respect using eslint.config.js (a.k.a Flat Config) if it is already present. Our schematics will only be updated to generate Flat Config once it is the default way of configuring ESLint later in the year.
  • bump eslint and all @typescript-eslint packages to the latest (handled for you automatically by our ng update schematic)

BREAKING CHANGES

v15.2.1

15.2.1 (2023-02-10)

Bug Fixes

  • eslint-plugin-template: [i18n] handle ng-template properly (#1257) (7b0877d)
  • update dependency @​angular/compiler to v15.1.4 (#1282) (d1b3d59)
  • update dependency eslint to v8.32.0 (#1276) (15d2e23)
  • update dependency eslint to v8.33.0 (#1292) (bd82b42)
  • update typescript-eslint packages to v5.48.2 (#1278) (69d56a7)

v15.2.0

15.2.0 (2023-01-14)

Bug Fixes

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

16.0.1 (2023-05-03)

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

16.0.0 (2023-05-03)

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

15.2.1 (2023-02-10)

Bug Fixes

  • eslint-plugin-template: [i18n] handle ng-template properly (#1257) (7b0877d)
  • update typescript-eslint packages to v5.48.2 (#1278) (69d56a7)

15.2.0 (2023-01-14)

Bug Fixes

  • update typescript-eslint packages to v5.45.1 (#1239) (abb7f79)
  • update typescript-eslint packages to v5.48.1 (#1255) (11151d1)

Features

  • eslint-plugin-template: [i18n] option to require i18n metadata meaning (#1234) (4ef0290)
  • eslint-plugin-template: [no-interpolation-in-attributes] new rule added (#1242) (977cb3a)

15.1.0 (2022-11-24)

Bug Fixes

  • eslint-plugin-template: [accessibility-valid-aria] use Number() to parse numeric values (#1218) (6fe40d6)
  • eslint-plugin-template: [i18n] allow more attributes by default (#1220) (4232b1c)
  • update typescript-eslint packages to v5.44.0 (#1222) (5750e3a)

Features

  • eslint-plugin-template: [no-call-expression] add allowList option (#1217) (a69c809)

15.0.0 (2022-11-20)

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

14.4.0 (2022-11-20)

Features

14.3.1 (2022-11-20)

... (truncated)

Commits
  • 22e3c95 chore: publish v16.0.1
  • 245317c chore: publish v16.0.0
  • ffcbae1 v16.0.0-alpha.1
  • e6cdf32 feat: update typescript-eslint and eslint to latest
  • 4bb6da6 v16.0.0-alpha.0
  • f79b3cb feat(eslint-plugin-template)!: remove deprecated accessibility-label-for rule
  • 107abf9 feat(eslint-plugin-template)!: remove accessibility- prefix, create accessibi...
  • ccc1313 chore: integration test updates
  • c62eb08 chore: fixes
  • eee2628 chore: fix typechecking and update other node version to be 16
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot 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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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)
dependabot[bot] commented 1 year ago

Superseded by #170.