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

Update npm non-major dependencies #1077

Merged
merged 2 commits into from Apr 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.21.3 -> 7.21.4 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.21.0 -> 7.21.4 age adoption passing confidence
@babel/preset-env (source) 7.20.2 -> 7.21.4 age adoption passing confidence
@navikt/aksel-icons (source) 2.8.8 -> 2.8.11 age adoption passing confidence
@types/dompurify (source) 3.0.0 -> 3.0.1 age adoption passing confidence
@types/react (source) 18.0.28 -> 18.0.33 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.55.0 -> 5.57.1 age adoption passing confidence
@typescript-eslint/parser 5.55.0 -> 5.57.1 age adoption passing confidence
axios (source) 1.3.4 -> 1.3.5 age adoption passing confidence
caniuse-lite 1.0.30001473 -> 1.0.30001476 age adoption passing confidence
core-js 3.29.1 -> 3.30.0 age adoption passing confidence
eslint (source) 8.36.0 -> 8.38.0 age adoption passing confidence
eslint-config-prettier 8.7.0 -> 8.8.0 age adoption passing confidence
eslint-plugin-cypress 2.12.1 -> 2.13.2 age adoption passing confidence
html-react-parser 3.0.12 -> 3.0.15 age adoption passing confidence
lint-staged 13.2.0 -> 13.2.1 age adoption passing confidence
marked (source) 4.2.12 -> 4.3.0 age adoption passing confidence
prettier (source) 2.8.5 -> 2.8.7 age adoption passing confidence
react-router-dom 6.9.0 -> 6.10.0 age adoption passing confidence
react-select (source) 5.7.0 -> 5.7.2 age adoption passing confidence
rimraf 4.4.0 -> 4.4.1 age adoption passing confidence
ts-jest (source) 29.0.5 -> 29.1.0 age adoption passing confidence
webpack 5.76.2 -> 5.78.0 age adoption passing confidence
webpack-dev-server 4.13.1 -> 4.13.2 age adoption passing confidence

Release Notes

babel/babel

v7.21.4

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
💅 Polish
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse
🏠 Internal
navikt/aksel

v2.8.11

Compare Source

Patch Changes

v2.8.10

Compare Source

v2.8.9

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.57.1

Compare Source

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

v5.57.0

Compare Source

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

v5.56.0

Compare Source

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

axios/axios

v1.3.5

Compare Source

Bug Fixes
  • headers: fixed isValidHeaderName to support full list of allowed characters; (#​5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#​5633) (a56c866)
Contributors to this release
browserslist/caniuse-lite

v1.0.30001476

Compare Source

v1.0.30001475

Compare Source

v1.0.30001474

Compare Source

zloirock/core-js

v3.30.0

Compare Source

eslint/eslint

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features
Bug Fixes
  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)
Documentation
Chores
prettier/eslint-config-prettier

v8.8.0

Compare Source

cypress-io/eslint-plugin-cypress

v2.13.2

Compare Source

Bug Fixes
  • Wait incorrectly reported as unsafe to chain (7c20206)

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
  • Add 'unsafe-to-chain-command' rule (bf6a75d)
remarkablemark/html-react-parser

v3.0.15

Compare Source

Build System
  • package: bump html-dom-parser from 3.1.6 to 3.1.7 (ed585e2)

v3.0.14

Compare Source

Bug Fixes
  • types: fix "Type error: ',' expected." in index.d.ts (d9c608d), closes #​871

v3.0.13

Compare Source

Bug Fixes
  • bump html-dom-parser to 3.1.6 to fix feGaussianBlur misspelling (81bfeba), closes #​734
okonet/lint-staged

v13.2.1

Compare Source

Bug Fixes
  • ignore "package.json" as config file when it's invalid JSON (#​1281) (e7ed6f7)
markedjs/marked

v4.3.0

Compare Source

Bug Fixes
Features
prettier/prettier

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  get foo () {}
  
  @&#8203;decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @&#8203;decorator()
  get foo() {}

  @&#8203;decorator()
  set foo(value) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @&#8203;decorator()
  #privateMethod() {}
}
remix-run/react-router

v6.10.0

Compare Source

Minor Changes
  • Added support for Future Flags in React Router. The first flag being introduced is future.v7_normalizeFormMethod which will normalize the exposed useNavigation()/useFetcher() formMethod fields as uppercase HTTP methods to align with the fetch() behavior. (#​10207)

    • When future.v7_normalizeFormMethod === false (default v6 behavior),
      • useNavigation().formMethod is lowercase
      • useFetcher().formMethod is lowercase
    • When future.v7_normalizeFormMethod === true:
      • useNavigation().formMethod is uppercase
      • useFetcher().formMethod is uppercase
Patch Changes
  • Fix createStaticHandler to also check for ErrorBoundary on routes in addition to errorElement (#​10190)
  • Updated dependencies:
    • @remix-run/router@1.5.0
    • react-router@6.10.0
JedWatson/react-select

v5.7.2

Compare Source

Patch Changes

v5.7.1

Compare Source

Patch Changes
isaacs/rimraf

v4.4.1

Compare Source

kulshekhar/ts-jest

v29.1.0

Compare Source

Features

29.0.5 (2023-01-13)

Reverts

29.0.4 (2023-01-10)

Bug Fixes

29.0.3 (2022-09-28)

Bug Fixes
Features
  • add useESM option to pathsToModuleNameMapper options (#​3792) (eabe906)

29.0.2 (2022-09-23)

Bug Fixes

29.0.2 (2022-09-22)

Bug Fixes

29.0.1 (2022-09-13)

Bug Fixes
  • legacy: include existing globals config in cached config (#​3803) (e79be47)
Features
  • add typings for ts-jest options via transform config (#​3805) (664b0f2)
webpack/webpack

v5.78.0

Compare Source

Features

Bugfixes

Performance

Contributor Experience

Open in GitHub Codespaces

New Contributors


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from 6519d77 to 8b3f5a6 Compare April 10, 2023 14:27
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from 8b3f5a6 to 98481a2 Compare April 11, 2023 01:29
@renovate
Copy link
Contributor Author

renovate bot commented Apr 11, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@olemartinorg olemartinorg added the kind/dependencies Pull requests that update a dependency file label Apr 11, 2023
@sonarcloud
Copy link

sonarcloud bot commented Apr 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@olemartinorg olemartinorg merged commit 827fe45 into main Apr 11, 2023
9 checks passed
@olemartinorg olemartinorg deleted the renovate/npm-minor-patch branch April 11, 2023 08:51
@olemartinorg olemartinorg mentioned this pull request Apr 11, 2023
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant