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 all non-major dev-dependencies #34

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@material/button (source) 0.26.0 -> 0.44.1 age adoption passing confidence
@material/dialog (source) 0.26.0 -> 0.44.1 age adoption passing confidence
@material/radio (source) 0.30.0 -> 0.44.1 age adoption passing confidence
ava (source) 0.24.0 -> 0.25.0 age adoption passing confidence
babel-core (source) 6.26.0 -> 6.26.3 age adoption passing confidence
babel-preset-env (source) 1.6.1 -> 1.7.0 age adoption passing confidence
enzyme (source) 3.2.0 -> 3.11.0 age adoption passing confidence
enzyme-adapter-react-15 (source) 1.0.5 -> 1.4.4 age adoption passing confidence
eslint (source) 4.12.1 -> 4.19.1 age adoption passing confidence
eslint-config-google 0.9.1 -> 0.14.0 age adoption passing confidence
eslint-config-mitodl 0.0.4 -> 0.2.1 age adoption passing confidence
eslint-plugin-ava 4.4.0 -> 4.5.1 age adoption passing confidence
eslint-plugin-flowtype 2.39.1 -> 2.50.3 age adoption passing confidence
eslint-plugin-mocha 4.11.0 -> 4.12.1 age adoption passing confidence
eslint-plugin-react 7.5.1 -> 7.34.1 age adoption passing confidence
flow-bin (changelog) 0.60.1 -> 0.233.0 age adoption passing confidence
flow-typed (source) 2.2.3 -> 2.6.2 age adoption passing confidence
nyc (source) 11.3.0 -> 11.9.0 age adoption passing confidence
prettier-eslint-cli 4.4.2 -> 4.7.1 age adoption passing confidence
react (source) 15.6.2 -> 15.7.0 age adoption passing confidence
react-dom (source) 15.6.2 -> 15.7.0 age adoption passing confidence
react-test-renderer (source) 15.6.2 -> 15.7.0 age adoption passing confidence
rollup (source) 0.52.1 -> 0.68.2 age adoption passing confidence
rollup-plugin-babel 3.0.2 -> 3.0.7 age adoption passing confidence
sinon (source) 4.3.0 -> 4.5.0 age adoption passing confidence

Release Notes

material-components/material-components-web (@​material/button)

v0.44.1

Compare Source

v0.44.0

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.1

Compare Source

v0.40.0

Compare Source

v0.39.1

Compare Source

v0.39.0

Compare Source

v0.38.1

Compare Source

v0.38.0

Compare Source

v0.37.1

Compare Source

v0.37.0

Compare Source

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.0

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.0

Compare Source

v0.32.0

Compare Source

v0.31.0

Compare Source

v0.30.0

Compare Source

v0.29.0

Compare Source

v0.28.0

Compare Source

v0.27.0

Compare Source

material-components/material-components-web (@​material/dialog)

v0.44.1

Compare Source

v0.44.0

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.1

Compare Source

v0.40.0

Compare Source

v0.39.1

Compare Source

v0.39.0

Compare Source

v0.38.2

Compare Source

v0.38.1

Compare Source

v0.38.0

Compare Source

v0.37.1

Compare Source

v0.37.0

Compare Source

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.2

Compare Source

v0.35.0

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.0

Compare Source

v0.32.0

Compare Source

v0.31.0

Compare Source

v0.30.0

Compare Source

v0.29.0

Compare Source

v0.28.0

Compare Source

v0.27.0

Compare Source

material-components/material-components-web (@​material/radio)

v0.44.1

Compare Source

v0.44.0

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.1

Compare Source

v0.40.0

Compare Source

v0.39.1

Compare Source

v0.39.0

Compare Source

v0.38.1

Compare Source

v0.38.0

Compare Source

v0.37.1

Compare Source

v0.37.0

Compare Source

v0.36.0

Compare Source

v0.35.0

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.0

Compare Source

v0.32.0

Compare Source

v0.31.0

Compare Source

avajs/ava (ava)

v0.25.0: 0.25.0

Compare Source

Another small release while we're gearing up for a 1.0 built with Babel 7. This is likely to be the last 0. release, but we may go through a few beta releases for 1.0 whilst we wait for Babel 7 to get out of beta itself.

  • We now detect @std/esm in AVA's "require" configuration and will use it to require subsequent modules 72c53be
  • t.log() now supports multiple arguments 4f896c2
  • AVA no longer globally modifies Error.stackTraceLimit in the worker processes f00f3c4
  • We've improved TypeScript typings for t.snapshot(value, options) 29e5dfd
  • Source maps for the test files can now be resolved if they reside on a different drive aaddc37
  • Code excerpts shown for test failures now handle Windows-style linebreaks 947f207
  • We've updated the Debugging tests with Visual Studio Code recipe with tips on serial debugging and skipping dependencies 4a13966 bcb77fc

All changes 📚

v0.24.0...v0.25.0

Thanks 💌

💖 Huge thanks to @​ppatel221, @​cdaringe, @​jy95, @​jamestalmage, @​okyantoro, @​ajafff, @​niftylettuce, @​kugtong33, @​troysandal, @​willnode and @​forresst for helping us with this release. We couldn’t have done it without you!

Get involved ✌️

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.

babel/babel (babel-core)

v6.26.3

Compare Source

Summary
  • Fixed a small regression from the backport of #​7761 from #​7812 if the output file contains no JS content

v6.26.2

Compare Source

Summary
  • Landed #​7812 which backported several fixes to make sourcemaps behave better
    • #​7312 - Include better mappings for arrow-transformed 'this' and 'arguments'
    • #​7378 - Include better mappings for import bindings transformed to member expressions
    • #​7761 - Re-implement inputSourceMap merging logic to more accurately reflect mappings
babel/babel-preset-env (babel-preset-env)

v1.7.0

Compare Source

airbnb/enzyme (enzyme)

v3.11.0

Compare Source

New Stuff
  • render: handle Fiber strings and numbers (#​2221)
Fixes
  • shallow: Share child context logic between shallow and dive (#​2296)
  • mount: children: include text nodes ($2269)
  • mount: invoke: use adapter’s wrapInvoke if present (#​2158)
Docs
  • mount/shallow: closest/parent: Add missing arguments description (#​2264)
  • mount/shallow: fix pluralization of “exist” (#​2262)
  • shallow/mount: simulate: added functional component example to simulate doc (#​2248)
  • mount: debug: add missing verbose option flag (#​2184)
  • mount/shallow: update: fix semantics description (#​2194)
  • add missing backticks to linked method names (#​2170)
  • invoke: Add missing backticks to end of codeblock (#​2160)
  • invoke: Fix typo (#​2167)
  • Explicit React CSS selector syntax description (#​2178)
Meta Stuff
  • [meta] add funding field
  • [meta] Update airbnb.io URLs to use https (#​2222)
  • [deps] update is-boolean-object, is-callable, is-number-object, is-string, enzyme-shallow-equal, array.prototype.flat, function.prototype.name, html-element-map, is-regex, object-inspect, object-is, object.entries, object.vales, raf, string.prototype.trim
  • [dev deps] update eslint, eslint-plugin-import, eslint-plugin-markdown, eslint-plugin-react, safe-publish-latest, eslint-config-airbnb, rimraf, safe-publish-latest, karma-firefox-launcher, babel-preset-airbnb, glob-gitignore, semver, eslint-plugin-jsx-a11y

v3.10.0

Compare Source

New Stuff
  • shallow add suspenseFallback option; support Suspense/Lazy (#​1975)
  • shallow/mount: add invoke(propName)(...args) (#​1856, #​945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#​1966)
  • mount/shallow: add getWrappingComponent (#​1960)
  • Utils: add isCustomComponent (#​1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#​2146)
  • RSTTraversal: add getHTMLFromHostNodes
Fixes
  • selectors: unwrap memo elements - in both directions (#​2146)
  • shallow: properly determine "should render" for PureComponents (#​2096)
  • mount/shallow: renderProp: improve error messages (#​2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/mount: hasClass: avoid a crash with a non-string argument (#​2057)
  • mount: properly handle HTML of multiple nodes (#​2052)
  • shallow: ensure that if gDSFP exists, cDU is called. (#​2027)
  • shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#​1981)
  • mount: .state(): allow getting state from stateful children of a stateless root (#​2043)
  • mount: .text(): properly recurse through fragments and arrays (#​2028)
Refactors
  • ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receiver
  • mount: use getHTMLFromHostNodes
Docs
  • explain why need to re-call .find() after update (#​2140)
  • shallow: fix childAt (#​2134)
  • Update v2 -> v3 migration guide re props after a stage change (#​1300)
  • debug: Added documentation for verbose flag (#​2104)
  • Add on the fly JSDOM include example (#​2072)
  • reduce/reduceRight: fix example code (#​2066, #​2065, #​2064)
  • update simulateError with getDerivedStateFromError (#​2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#​756)
  • jest: Update deprecated jest config key (#​2024)

v3.9.0

Compare Source

New Stuff
  • shallow: isEmptyRender: allow on multiple elements (#​1924)
  • mount: support :focus selector (#​1965)
  • shallow: Support getChildContext() (#​1971)
  • shallow/mount: .find: find HTML elements by their constructor (#​1933)
  • shallow/mount: selectors: support universal selector (#​1945)
  • mount/shallow: add regex support to .hasClass (#​1987)
Fixes
  • mount/shallow: .text/.html: handle an array of nodes properly (#​2001)
  • shallow: .setProps(): only call cDU once (#​2007)
  • mount: ensure findWhere doesn‘t abort early on an empty string (#​1995)
  • mount: findWhere: avoid passing empty wrappers to predicate
  • mount: text() via findWhere: return the string for a wrapper around a string
  • mount/shallow: Fix .exists not accepting any EnzymeSelector (#​1934)
  • mount: Recursive isEmptyRender (#​1924)
  • mount: setState: allow setting state on a class child of an SFC root
Documentation
  • [jest] update Jest to setupFilesAfterEnv (#​2015)
  • [jest] Change deprecated setupTestFrameworkScriptFile to setupFilesAfterEnv (#​2013)
  • mount: setState: note that you can now call it on "not the root" (#​2010)
  • general improvements (#​1947)
  • Fix typos (#​1992)
  • Added missing pages: isEmptyRender, renderProp, equals, SystemJS guide (#​1984, #​1985)
  • Fix link to .shallow() (#​1951)
  • update jsdoc to use "EnzymeSelector" where applicable
Meta Stuff
  • add "directory" field to package.json

v3.8.0

Compare Source

New Stuff
Fixes
  • shallow/mount: improve error message for "single node" assertion (#​1904)
  • shallow: shallow compare, not deep compare, state and props to determine rerendering (#​1915)
Documentation
  • shallow: dive: add a note about throwing an error (#​1905)
  • selectors: update re displayName` (#​1932)
  • shallow: get: fixed wrong props() usage (#​1921)
  • shallow: html: shallow renders full tree (#​1912)
  • Updated broken link for “.hostNodes()” in migration guide from enzyme 2 to 3 (#​1909)
  • Add tape example project link (#​1898)
  • prop: fix typo (#​1883)
  • Document full support for attribute selectors (#​1881)
  • Documentation update for testing React Native with jsdom (#​1873)
  • Update JSDOM docs to include {request|cancel}AnimationFrame polyfills (#​1867)
  • mount: ref: use correct type (#​1865)

v3.7.0

Compare Source

New Stuff
Fixes
  • makeOptions: ensure that config-level attachTo/hydrateIn are inherited into wrapper options (#​1836, @​ljharb)
  • shallow/Utils: call into adapter’s isCustomComponentElement if present (#​1832, @​SinHouse)
  • shallow/mount: throw an explicit error when state is null/undefined (commit)
  • freeze ROOT_NODES for child wrappers (#​1811, @​jgzuke)
  • shallow: .parents: ensure that one .find call does not affect another (#​1781, @​ljharb)
  • mount: update after simulateError (#​1812, @​jgzuke)
Refactors
  • mount/shallow: getElement: use this.single (commit)

v3.6.0

Compare Source

New Stuff

v3.5.1

Compare Source

Fixes
  • shallow/mount: containsMatchingElement: trim whitespace (commit, #​636)
  • debug: inspect objects instead of showing them as <Component /> (commit)
Documentation
Refactors
  • shallow/mount: make tests and method ordering more consistent (commit)
  • RSTTraversal: remove unnecessary adapter truthiness check (commit)

v3.5.0

Compare Source

New Stuff
Fixes
Refactors
  • remove most uses of lodash (commit)
Meta Stuff
  • ensure a license and readme is present in all packages when published

v3.4.4

Compare Source

Fixes

v3.4.3

Compare Source

Fixes
  • @​ljharb/@​koba04: shallow: .setState(): stub out setState on non-root code paths as well (#​1763)
  • @​ljharb: shallow/mount: restore fallback when adapter lacks invokeSetStateCallback (commit)
  • @​ljharb: mount: setState: invoke callback with the proper receiver (commit)
  • @​ljharb: mount: state and setState should throw an explicit error message when called on an SFC (commit)

v3.4.2

Compare Source

Fixes

v3.4.1

Compare Source

Fixes

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/all-minor-dev-patch branch from e2baa0d to 011f0ad Compare April 14, 2024 10:14
@renovate renovate bot merged commit e21ca41 into master Apr 14, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-dev-patch branch April 14, 2024 12:54
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.

0 participants