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

Bump the npm group with 7 updates #86

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2024

Bumps the npm group with 7 updates:

Package From To
@angular-devkit/build-angular 17.0.8 17.0.9
@angular/cli 17.0.8 17.0.9
@types/chrome 0.0.254 0.0.256
@typescript-eslint/eslint-plugin 6.16.0 6.17.0
@typescript-eslint/parser 6.16.0 6.17.0
eslint-plugin-jsdoc 46.9.1 48.0.2
puppeteer 21.6.1 21.7.0

Updates @angular-devkit/build-angular from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.0.9

17.0.9 (2024-01-03)

@​angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.0.9 (2024-01-03)

@​angular/cli

Commit Type Description
446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Type Description
88d6ca4a5 fix replace template line endings with platform specific

17.1.0-next.3 (2023-12-21)

@​angular/cli

Commit Type Description
a391b5f0c fix ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
f7d538903 fix re-add -d alias for --dry-run

@​schematics/angular

Commit Type Description
a708dccff feat update SSR and application builder migration schematics to work with new outputPath
aec581daf fix add missing property "buildTarget" to interface "ServeBuilderOptions"
a1f3ae579 fix do not generate standalone component when using ng generate module

@​angular-devkit/build-angular

Commit Type Description
cc246d50e feat allow customization of output locations
15a669c1e feat allowing control of index HTML initial preload generation
47a064b14 feat emit external sourcemaps for component styles
b3c1991a2 fix add missing tailwind @screen directive in matcher
a5d4735b8 fix construct SSR request URL using server resolvedUrls
0fa1e3419 fix ensure empty optimized Sass stylesheets stay empty
efe3bda48 fix ensure external dependencies are used by Web Worker bundling
ceffafe1a fix provide better error messages for failed file reads

... (truncated)

Commits
  • 03a1dc0 release: cut the v17.0.9 release
  • 446dfb7 fix(@​angular/cli): add prerender and ssr-dev-server schemas in angular.json s...
  • 88d6ca4 fix(@​angular-devkit/schematics): replace template line endings with platform ...
  • eec44d0 docs: remove Universal from caretaking doc
  • See full diff in compare view

Updates @angular/cli from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/cli's releases.

v17.0.9

17.0.9 (2024-01-03)

@​angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific
Changelog

Sourced from @​angular/cli's changelog.

17.0.9 (2024-01-03)

@​angular/cli

Commit Type Description
446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Type Description
88d6ca4a5 fix replace template line endings with platform specific

17.1.0-next.3 (2023-12-21)

@​angular/cli

Commit Type Description
a391b5f0c fix ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
f7d538903 fix re-add -d alias for --dry-run

@​schematics/angular

Commit Type Description
a708dccff feat update SSR and application builder migration schematics to work with new outputPath
aec581daf fix add missing property "buildTarget" to interface "ServeBuilderOptions"
a1f3ae579 fix do not generate standalone component when using ng generate module

@​angular-devkit/build-angular

Commit Type Description
cc246d50e feat allow customization of output locations
15a669c1e feat allowing control of index HTML initial preload generation
47a064b14 feat emit external sourcemaps for component styles
b3c1991a2 fix add missing tailwind @screen directive in matcher
a5d4735b8 fix construct SSR request URL using server resolvedUrls
0fa1e3419 fix ensure empty optimized Sass stylesheets stay empty
efe3bda48 fix ensure external dependencies are used by Web Worker bundling
ceffafe1a fix provide better error messages for failed file reads

... (truncated)

Commits
  • 03a1dc0 release: cut the v17.0.9 release
  • 446dfb7 fix(@​angular/cli): add prerender and ssr-dev-server schemas in angular.json s...
  • 88d6ca4 fix(@​angular-devkit/schematics): replace template line endings with platform ...
  • eec44d0 docs: remove Universal from caretaking doc
  • See full diff in compare view

Updates @types/chrome from 0.0.254 to 0.0.256

Commits

Updates @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0

Release notes

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

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

Changelog

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

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

Commits
  • e566a5d chore: publish v6.17.0
  • 675e987 fix(eslint-plugin): [no-restricted-imports] prevent crash when patterns or ...
  • 5857356 feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (#7897)
  • 6a219bd feat(eslint-plugin): [switch-exhaustiveness-check] add an option to warn agai...
  • 5ad1b76 docs: modify examples for explicit-module-boundary-types (#7404)
  • cde4d4d docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken code sample...
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.16.0 to 6.17.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.17.0 (2024-01-01)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-plugin-jsdoc from 46.9.1 to 48.0.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.0.2

48.0.2 (2024-01-02)

Bug Fixes

  • update legacy entry point (b60cbb0)

v48.0.1

48.0.1 (2024-01-02)

Bug Fixes

v48.0.0

48.0.0 (2024-01-02)

Features

  • switch to native ESM and add exports (6ac8116)

BREAKING CHANGES

  • adds exports; requires Node 18

v47.0.2

47.0.2 (2024-01-01)

Bug Fixes

v47.0.1

47.0.1 (2023-12-31)

Bug Fixes

  • TS: make configs explicit (47f3161)

v47.0.0

47.0.0 (2023-12-31)

Features

... (truncated)

Commits
  • b60cbb0 fix: update legacy entry point
  • d940187 fix(ESM): allow src files
  • 6ac8116 feat: switch to native ESM and add exports
  • 3677e43 fix(TS): use flat config; fixes #1130
  • 5f61575 chore(lint): handle disable directives in config
  • 47f3161 fix(TS): make configs explicit
  • dd9e71d feat: expose TS types for index file; fixes #1130
  • eb3f4b4 chore(linting): add ignores properly and disable directives for now
  • 5e6280f fix: revert change to engines for now
  • eec9d95 feat: support ESLint 9
  • Additional commits viewable in compare view

Updates puppeteer from 21.6.1 to 21.7.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v21.7.0

21.7.0 (2024-01-04)

Features

Bug Fixes

  • change viewportHeight in screencast (#11583) (107b833)
  • disable GFX sanity window for Firefox and enable WebDriver BiDi CI jobs for Windows (#11578) (e41a265)
  • improve reliability of exposeFunction (#11600) (b0c5392)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 1.9.0 to 1.9.1

puppeteer: v21.7.0

21.7.0 (2024-01-04)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.6.1 to 21.7.0
      • @​puppeteer/browsers bumped from 1.9.0 to 1.9.1
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.8` | `17.0.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.8` | `17.0.9` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.254` | `0.0.256` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.16.0` | `6.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.17.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.9.1` | `48.0.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.6.1` | `21.7.0` |


Updates `@angular-devkit/build-angular` from 17.0.8 to 17.0.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.8...17.0.9)

Updates `@angular/cli` from 17.0.8 to 17.0.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.8...17.0.9)

Updates `@types/chrome` from 0.0.254 to 0.0.256
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@typescript-eslint/eslint-plugin` from 6.16.0 to 6.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.16.0 to 6.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.17.0/packages/parser)

Updates `eslint-plugin-jsdoc` from 46.9.1 to 48.0.2
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.9.1...v48.0.2)

Updates `puppeteer` from 21.6.1 to 21.7.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.6.1...puppeteer-v21.7.0)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from ayushmanchhabra as a code owner January 6, 2024 05:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 6, 2024
@ayushmanchhabra
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit d053570 into main Jan 6, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-5889d07fbd branch January 6, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant