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

build(deps): bump the web-deps group in /web with 7 updates #1598

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps the web-deps group in /web with 7 updates:

Package Update
next 13.4.10 to 13.4.12
@types/node 20.4.2 to 20.4.4
@typescript-eslint/eslint-plugin 6.0.0 to 6.2.0
@typescript-eslint/parser 6.0.0 to 6.2.0
cypress 12.17.1 to 12.17.2
eslint-config-next 13.4.10 to 13.4.12
postcss 8.4.26 to 8.4.27

Updates next from 13.4.10 to 13.4.12

Release notes

Sourced from next's releases.

v13.4.12

Core Changes

  • Separate routing code from render servers: #52492
  • Move Pages API rendering into bundle: #52149
  • update Turbopack: #52986
  • Turbopack: Refactoring module references: #52930
  • Increase timeout for 404 tests: #52998
  • Reland "Refine the not-found rendering process for app router": #52985
  • Revert "Separate routing code from render servers (#52492)": #53016

Documentation Changes

  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #52944
  • Update 02-dynamic-routes.mdx: #52975
  • chore(docs): fix broken link: #53021

Misc Changes

  • Update to latest version of turborepo: #52979
  • Update swc_core to v0.79.22: #52945
  • chore(ci): add pnpm workspace for github actions: #52976
  • Changed package manager for install-native.mjs to pnpm: #52971
  • update CODEOWNERS config: #53017

Credits

Huge thanks to @​ijjk, @​wyattjoh, @​sokra, @​kdy1, @​alexkirsz, @​styfle, @​ShaunFerris, @​syedtaqi95, @​Heidar-An, @​huozhi, and @​ztanner for helping!

v13.4.12-canary.0

Core Changes

  • Separate routing code from render servers: #52492
  • Move Pages API rendering into bundle: #52149
  • update Turbopack: #52986
  • Turbopack: Refactoring module references: #52930
  • Increase timeout for 404 tests: #52998
  • Reland "Refine the not-found rendering process for app router": #52985
  • Revert "Separate routing code from render servers (#52492)": #53016

Documentation Changes

  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #52944
  • Update 02-dynamic-routes.mdx: #52975
  • chore(docs): fix broken link: #53021

Misc Changes

  • Update to latest version of turborepo: #52979
  • Update swc_core to v0.79.22: #52945

... (truncated)

Commits

Updates @types/node from 20.4.2 to 20.4.4

Commits

Updates @typescript-eslint/eslint-plugin from 6.0.0 to 6.2.0

Release notes

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

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

v6.1.0

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)
  • typescript-estree: remove ts.sys watch program override (#7252) (41d6e9d)
  • utils: accept null as default option in applyDefault (#6724) (841889f)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

Changelog

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

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

Commits
  • c869aa1 chore: publish v6.2.0
  • af77a1d fix(eslint-plugin): use a default export for the rules type (#7266)
  • 18ea3b1 feat(eslint-plugin): [class-methods-use-this] add extension rule (#6457)
  • f813147 feat(eslint-plugin): sync getFunctionHeadLoc implementation with upstream (#7...
  • d207b59 fix(eslint-plugin): [member-ordering] account for repeated names (#6864)
  • b3e0e75 fix(eslint-plugin): [no-unsafe-enum-comparison] exempt bit shift operators (#...
  • b62affe fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type of left...
  • 0fef2e3 chore: use workerIdleMemoryLimit in jest tests (#7249)
  • d98f1e8 chore: publish v6.1.0
  • 1404796 fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in cts/mts...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.0.0 to 6.2.0

Release notes

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

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

v6.1.0

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)
  • typescript-estree: remove ts.sys watch program override (#7252) (41d6e9d)
  • utils: accept null as default option in applyDefault (#6724) (841889f)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

Changelog

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

6.2.0 (2023-07-24)

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

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

6.1.0 (2023-07-17)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

Commits
  • c869aa1 chore: publish v6.2.0
  • d98f1e8 chore: publish v6.1.0
  • 6d3d162 feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...
  • 2e30379 chore: bump dependency versions (#7191)
  • See full diff in compare view

Updates cypress from 12.17.1 to 12.17.2

Release notes

Sourced from cypress's releases.

v12.17.2

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

Commits
  • cffa9d1 chore: release 12.17.2 (#27339)
  • b0315b1 chore: revert circle M1 runners for MacStadium VM (#27328)
  • cb61525 chore: fix memory import (#27324)
  • 1d6246b chore: release @​cypress/webpack-dev-server-v3.5.1
  • 376795f fix(webpack-dev-server): add typeRoots to generated tsconfig for angular (#27...
  • ddec92d fix: Handle privileged commands arg mutation (#27282)
  • 8fc59f4 fix: Fix web worker creation within spec frame (#27313)
  • 1fcdc87 chore: add telemetry span around collecting garbage (#27259)
  • 78ad0d5 chore: use cloud hosted m1 runners for apple silicon devices (#27257)
  • 4c0371f fix: Handle evaled privileged commands (#27267)
  • Additional commits viewable in compare view

Updates eslint-config-next from 13.4.10 to 13.4.12

Release notes

Sourced from eslint-config-next's releases.

v13.4.12

Core Changes

  • Separate routing code from render servers: #52492
  • Move Pages API rendering into bundle: #52149
  • update Turbopack: #52986
  • Turbopack: Refactoring module references: #52930
  • Increase timeout for 404 tests: #52998
  • Reland "Refine the not-found rendering process for app router": #52985
  • Revert "Separate routing code from render servers (#52492)": #53016

Documentation Changes

  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #52944
  • Update 02-dynamic-routes.mdx: #52975
  • chore(docs): fix broken link: #53021

Misc Changes

  • Update to latest version of turborepo: #52979
  • Update swc_core to v0.79.22: #52945
  • chore(ci): add pnpm workspace for github actions: #52976
  • Changed package manager for install-native.mjs to pnpm: #52971
  • update CODEOWNERS config: #53017

Credits

Huge thanks to @​ijjk, @​wyattjoh, @​sokra, @​kdy1, @​alexkirsz, @​styfle, @​ShaunFerris, @​syedtaqi95, @​Heidar-An, @​huozhi, and @​ztanner for helping!

v13.4.12-canary.0

Core Changes

  • Separate routing code from render servers: #52492
  • Move Pages API rendering into bundle: #52149
  • update Turbopack: #52986
  • Turbopack: Refactoring module references: #52930
  • Increase timeout for 404 tests: #52998
  • Reland "Refine the not-found rendering process for app router": #52985
  • Revert "Separate routing code from render servers (#52492)": #53016

Documentation Changes

  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #52944
  • Update 02-dynamic-routes.mdx: #52975
  • chore(docs): fix broken link: #53021

Misc Changes

  • Update to latest version of turborepo: #52979
  • Update swc_core to v0.79.22: #52945

... (truncated)

Commits

Updates postcss from 8.4.26 to 8.4.27

Release notes

Sourced from postcss's releases.

8.4.27

  • Fixed Container clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.27

  • Fixed Container clone methods types.
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

Bumps the web-deps group in /web with 7 updates:

| Package | Update |
| --- | --- |
| [next](https://github.com/vercel/next.js) | 13.4.10 to 13.4.12 |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.4.2 to 20.4.4 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 6.0.0 to 6.2.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 6.0.0 to 6.2.0 |
| [cypress](https://github.com/cypress-io/cypress) | 12.17.1 to 12.17.2 |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | 13.4.10 to 13.4.12 |
| [postcss](https://github.com/postcss/postcss) | 8.4.26 to 8.4.27 |


Updates `next` from 13.4.10 to 13.4.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.10...v13.4.12)

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

Updates `@typescript-eslint/eslint-plugin` from 6.0.0 to 6.2.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.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.0.0 to 6.2.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.2.0/packages/parser)

Updates `cypress` from 12.17.1 to 12.17.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.1...v12.17.2)

Updates `eslint-config-next` from 13.4.10 to 13.4.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.12/packages/eslint-config-next)

Updates `postcss` from 8.4.26 to 8.4.27
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.26...8.4.27)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code labels Jul 24, 2023
@netlify
Copy link

netlify bot commented Jul 24, 2023

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 548f626
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/64beb89745b8fb00078d27c9
😎 Deploy Preview https://deploy-preview-1598--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the web Issue or PR related to documentation website label Jul 24, 2023
@brndnmtthws brndnmtthws merged commit 162f573 into main Jul 24, 2023
6 checks passed
@brndnmtthws brndnmtthws deleted the dependabot/npm_and_yarn/web/web-deps-2e4e0bedcd branch July 24, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code web Issue or PR related to documentation website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant